summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | usb: Pass size to usb_bus_new()Andreas Färber2013-08-301-1/+2
| * | | | scsi: Pass size to scsi_bus_new()Andreas Färber2013-08-301-2/+2
| * | | | pci: Pass size to pci_bus_new_inplace()Andreas Färber2013-08-301-1/+1
| * | | | qom: Fix object_initialize_with_type() argument name in documentationAndreas Färber2013-08-301-1/+1
| * | | | object: Fix typo in qom/object.hPeter Chubb2013-08-301-1/+1
| | |/ / | |/| |
* | | | Merge branch 'tcg-next' of git://github.com/rth7680/qemuAurelien Jarno2013-09-035-120/+113
|\ \ \ \
| * | | | tcg: Introduce zero and sign-extended versions of load helpersRichard Henderson2013-09-021-12/+46
| * | | | exec: Split softmmu_defs.hRichard Henderson2013-09-023-51/+6
| * | | | exec: Rename USUFFIX to LSUFFIXRichard Henderson2013-09-021-6/+6
| * | | | exec: Reorganize the GETRA/GETPC macrosRichard Henderson2013-09-022-52/+56
| * | | | tcg: Change tcg_gen_exit_tb argument to uintptr_tRichard Henderson2013-09-021-2/+2
| |/ / /
* | | | pseries: Add H_SET_MODE hcall to change guest exception endiannessAnton Blanchard2013-09-021-1/+16
* | | | spapr-pci: rework MSI/MSIXAlexey Kardashevskiy2013-09-022-4/+8
|/ / /
* | | monitor: avoid use of global *cur_mon in monitor_find_completion()Wenchao Xia2013-08-301-1/+2
| |/ |/|
* | Merge remote-tracking branch 'qemu-kvm/uq/master' into stable-1.5Anthony Liguori2013-08-291-1/+2
|\ \
| * | kvm: add KVM_IRQFD_FLAG_RESAMPLE supportVincenzo Maffione2013-08-091-1/+2
* | | Merge remote-tracking branch 'mst/tags/for_anthony' into stable-1.5Anthony Liguori2013-08-291-0/+1
|\ \ \ | | |/ | |/|
| * | loader: store FW CFG ROM files in RAMMichael S. Tsirkin2013-08-211-0/+1
* | | tcg-i386: Remove abort from GETPC_LDSTRichard Henderson2013-08-291-5/+5
* | | tcg-i386: Use new return-argument ld/st helpersRichard Henderson2013-08-261-11/+2
* | | tcg: Tidy softmmu_template.hRichard Henderson2013-08-261-183/+104
* | | tcg: Add mmu helpers that take a return address argumentRichard Henderson2013-08-262-33/+55
* | | Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori2013-08-269-65/+681
|\ \ \
| * | | aio / timers: Remove legacy interfaceAlex Bligh2013-08-221-212/+2
| * | | aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-222-2/+2
| * | | aio / timers: convert block_job_sleep_ns and co_sleep_ns to new APIAlex Bligh2013-08-222-2/+2
| * | | aio / timers: Convert rtc_clock to be a QEMUClockTypeAlex Bligh2013-08-221-1/+1
| * | | aio / timers: Remove main_loop_timerlistAlex Bligh2013-08-221-5/+1
| * | | aio / timers: Rearrange timer.h & make legacy functions call non-legacyAlex Bligh2013-08-221-273/+341
| * | | aio / timers: Add qemu_clock_get_ms and qemu_clock_get_msAlex Bligh2013-08-221-0/+28
| * | | aio / timers: Remove legacy qemu_clock_deadline & qemu_timerlist_deadlineAlex Bligh2013-08-221-16/+0
| * | | aio / timers: Remove alarm timersAlex Bligh2013-08-221-3/+0
| * | | aio / timers: Add documentation and new format callsAlex Bligh2013-08-221-22/+184
| * | | aio / timers: Use all timerlists in icount warp calculationsAlex Bligh2013-08-221-0/+13
| * | | aio / timers: Introduce new API timer_new and friendsAlex Bligh2013-08-221-0/+69
| * | | aio / timers: On timer modification, qemu_notify or aio_notifyAlex Bligh2013-08-221-0/+9
| * | | aio / timers: Add aio_timer_init & aio_timer_new wrappersAlex Bligh2013-08-221-0/+43
| * | | aio / timers: Add a notify callback to QEMUTimerListAlex Bligh2013-08-221-4/+23
| * | | aio / timers: Add QEMUTimerListGroup to AioContextAlex Bligh2013-08-221-0/+4
| * | | aio / timers: Add QEMUTimerListGroup and helper functionsAlex Bligh2013-08-222-0/+50
| * | | aio / timers: Untangle include filesAlex Bligh2013-08-225-3/+7
| * | | aio / timers: Split QEMUClock into QEMUClock and QEMUTimerListAlex Bligh2013-08-221-23/+325
| * | | aio / timers: Make qemu_run_timers and qemu_run_all_timers return progressAlex Bligh2013-08-221-2/+19
| * | | aio / timers: add ppoll support with qemu_poll_nsAlex Bligh2013-08-221-0/+12
| * | | aio / timers: add qemu-timer.c utility functionsAlex Bligh2013-08-221-0/+42
| * | | aio / timers: Rename qemu_new_clock and expose clock typesAlex Bligh2013-08-221-0/+4
| * | | aio / timers: Rename qemu_timer_* functionsAlex Bligh2013-08-221-3/+3
| * | | block: Introduce bs->zero_beyond_eofAsias He2013-08-221-0/+3
| |/ /
* | | Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori2013-08-221-0/+6
|\ \ \ | |/ / |/| |
| * | OptsVisitor: don't try to flatten overlong integer rangesLaszlo Ersek2013-08-201-0/+6
OpenPOWER on IntegriCloud