aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-09-03Merge branch 'tcg-next' of git://github.com/rth7680/qemuAurelien Jarno
2013-09-02tcg: Introduce zero and sign-extended versions of load helpersRichard Henderson
2013-09-02exec: Split softmmu_defs.hRichard Henderson
2013-09-02exec: Rename USUFFIX to LSUFFIXRichard Henderson
2013-09-02exec: Reorganize the GETRA/GETPC macrosRichard Henderson
2013-09-02tcg: Change tcg_gen_exit_tb argument to uintptr_tRichard Henderson
2013-09-02pseries: Add H_SET_MODE hcall to change guest exception endiannessAnton Blanchard
2013-09-02spapr-pci: rework MSI/MSIXAlexey Kardashevskiy
2013-08-30monitor: avoid use of global *cur_mon in monitor_find_completion()Wenchao Xia
2013-08-29Merge remote-tracking branch 'qemu-kvm/uq/master' into stable-1.5Anthony Liguori
2013-08-29Merge remote-tracking branch 'mst/tags/for_anthony' into stable-1.5Anthony Liguori
2013-08-29tcg-i386: Remove abort from GETPC_LDSTRichard Henderson
2013-08-26tcg-i386: Use new return-argument ld/st helpersRichard Henderson
2013-08-26tcg: Tidy softmmu_template.hRichard Henderson
2013-08-26tcg: Add mmu helpers that take a return address argumentRichard Henderson
2013-08-26Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori
2013-08-22aio / timers: Remove legacy interfaceAlex Bligh
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-08-22aio / timers: convert block_job_sleep_ns and co_sleep_ns to new APIAlex Bligh
2013-08-22aio / timers: Convert rtc_clock to be a QEMUClockTypeAlex Bligh
2013-08-22aio / timers: Remove main_loop_timerlistAlex Bligh
2013-08-22aio / timers: Rearrange timer.h & make legacy functions call non-legacyAlex Bligh
2013-08-22aio / timers: Add qemu_clock_get_ms and qemu_clock_get_msAlex Bligh
2013-08-22aio / timers: Remove legacy qemu_clock_deadline & qemu_timerlist_deadlineAlex Bligh
2013-08-22aio / timers: Remove alarm timersAlex Bligh
2013-08-22aio / timers: Add documentation and new format callsAlex Bligh
2013-08-22aio / timers: Use all timerlists in icount warp calculationsAlex Bligh
2013-08-22aio / timers: Introduce new API timer_new and friendsAlex Bligh
2013-08-22aio / timers: On timer modification, qemu_notify or aio_notifyAlex Bligh
2013-08-22aio / timers: Add aio_timer_init & aio_timer_new wrappersAlex Bligh
2013-08-22aio / timers: Add a notify callback to QEMUTimerListAlex Bligh
2013-08-22aio / timers: Add QEMUTimerListGroup to AioContextAlex Bligh
2013-08-22aio / timers: Add QEMUTimerListGroup and helper functionsAlex Bligh
2013-08-22aio / timers: Untangle include filesAlex Bligh
2013-08-22aio / timers: Split QEMUClock into QEMUClock and QEMUTimerListAlex Bligh
2013-08-22aio / timers: Make qemu_run_timers and qemu_run_all_timers return progressAlex Bligh
2013-08-22aio / timers: add ppoll support with qemu_poll_nsAlex Bligh
2013-08-22Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori
2013-08-22aio / timers: add qemu-timer.c utility functionsAlex Bligh
2013-08-22aio / timers: Rename qemu_new_clock and expose clock typesAlex Bligh
2013-08-22aio / timers: Rename qemu_timer_* functionsAlex Bligh
2013-08-22block: Introduce bs->zero_beyond_eofAsias He
2013-08-21loader: store FW CFG ROM files in RAMMichael S. Tsirkin
2013-08-20Merge remote-tracking branch 'pmaydell/tags/pull-target-arm-20130820' into st...Anthony Liguori
2013-08-20OptsVisitor: don't try to flatten overlong integer rangesLaszlo Ersek
2013-08-20Merge remote-tracking branch 'stefanha/block-next' into stagingAnthony Liguori
2013-08-20hw/arm/pic_cpu: Remove the now-unneeded arm_pic_init_cpu()Peter Maydell
2013-08-19aio: drop io_flush argumentStefan Hajnoczi
2013-08-16qom: Introduce instance_post_init hookEduardo Habkost
2013-08-16gdbstub: Fix gdb_register_coprocessor() register countingAndreas Färber