summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-08-30s390: provide a cpu load normal functionChristian Borntraeger3-0/+19
2013-08-30s390: provide I/O subsystem resetChristian Borntraeger2-0/+16
2013-08-30s390/kvm: basic implementation of diagnose 308 subcode 6Eugene (jno) Dvurechenski3-0/+57
2013-08-30s390x/kvm: Fix switch/case indentation for handle_diagChristian Borntraeger1-10/+10
2013-08-29Merge remote-tracking branch 'qemu-kvm/uq/master' into stable-1.5Anthony Liguori9-126/+333
2013-08-29Merge remote-tracking branch 'sweil/mingw' into stable-1.5Anthony Liguori3-4/+4
2013-08-29Merge remote-tracking branch 'mst/tags/for_anthony' into stable-1.5Anthony Liguori13-270/+231
2013-08-29tcg-i386: Remove abort from GETPC_LDSTRichard Henderson1-5/+5
2013-08-28target-mips: fix get_physical_address() #if 0 build errorJames Hogan1-1/+1
2013-08-28kvm-stub: fix compilationPaolo Bonzini1-1/+2
2013-08-27gtk: Remove unused include statements which are not portableStefan Weil1-4/+0
2013-08-27w32: Add an icon resourceStefan Weil1-0/+2
2013-08-27w32: Fix broken out-of-tree builds (missing version.o)Stefan Weil1-0/+2
2013-08-26tcg-i386: Use new return-argument ld/st helpersRichard Henderson2-67/+49
2013-08-26tcg: Tidy softmmu_template.hRichard Henderson1-183/+104
2013-08-26tcg: Add mmu helpers that take a return address argumentRichard Henderson2-33/+55
2013-08-26tcg-i386: Tidy qemu_ld/st slow pathRichard Henderson1-91/+74
2013-08-26tcg-i386: Try pc-relative lea for constant formationRichard Henderson1-5/+20
2013-08-26tcg-i386: Add and use tcg_out64Richard Henderson2-2/+8
2013-08-26tcg: Tidy generated code for tcg_outNRichard Henderson1-4/+6
2013-08-26Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori177-1503/+2362
2013-08-26Merge remote-tracking branch 'afaerber/tags/0.15-maintainer-for-anthony' into...Anthony Liguori1-1/+2
2013-08-25virtio: virtqueue_get_avail_bytes: fix desc_pa when loop over the indirect de...yinyin1-1/+1
2013-08-24disas-objdump: Pass --adjust-vma to objdumpRichard Henderson1-3/+15
2013-08-24disas: Add disas-objdump.plRichard Henderson1-0/+87
2013-08-24disas: Implement fallback to dump object code as hexRichard Henderson1-10/+37
2013-08-23kvm: shorten the parameter list for get_real_device()Wei Yang1-5/+4
2013-08-22win32-aio: drop win32_aio_flush_cb()Stefan Hajnoczi1-9/+1
2013-08-22aio-win32: replace incorrect AioHandler->opaque usage with ->eStefan Hajnoczi1-2/+2
2013-08-22aio / timers: remove dummy_io_handler_flush from tests/test-aio.cAlex Bligh1-7/+2
2013-08-22aio / timers: Remove legacy interfaceAlex Bligh2-244/+5
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh121-678/+678
2013-08-22aio / timers: Add scripts/switch-timer-apiAlex Bligh1-0/+178
2013-08-22aio / timers: Add test harness for AioContext timersAlex Bligh1-0/+134
2013-08-22aio / timers: convert block_job_sleep_ns and co_sleep_ns to new APIAlex Bligh8-15/+15
2013-08-22aio / timers: Convert rtc_clock to be a QEMUClockTypeAlex Bligh10-55/+61
2013-08-22aio / timers: Remove main_loop_timerlistAlex Bligh2-41/+28
2013-08-22aio / timers: Rearrange timer.h & make legacy functions call non-legacyAlex Bligh11-377/+477
2013-08-22aio / timers: Add qemu_clock_get_ms and qemu_clock_get_msAlex Bligh1-0/+28
2013-08-22aio / timers: Remove legacy qemu_clock_deadline & qemu_timerlist_deadlineAlex Bligh2-36/+0
2013-08-22aio / timers: Remove alarm timersAlex Bligh4-507/+4
2013-08-22aio / timers: Add documentation and new format callsAlex Bligh1-22/+184
2013-08-22aio / timers: Use all timerlists in icount warp calculationsAlex Bligh4-10/+67
2013-08-22aio / timers: Introduce new API timer_new and friendsAlex Bligh1-0/+69
2013-08-22aio / timers: On timer modification, qemu_notify or aio_notifyAlex Bligh2-3/+19
2013-08-22aio / timers: Convert mainloop to use timeoutAlex Bligh1-14/+37
2013-08-22aio / timers: Convert aio_poll to use AioContext timers' deadlineAlex Bligh2-8/+30
2013-08-22aio / timers: Add aio_timer_init & aio_timer_new wrappersAlex Bligh1-0/+43
2013-08-22aio / timers: aio_ctx_prepare sets timeout from AioContext timersAlex Bligh1-1/+12
2013-08-22aio / timers: Add a notify callback to QEMUTimerListAlex Bligh3-12/+53