summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-08-30monitor: support sub command in helpWenchao Xia1-10/+52
2013-08-30monitor: refine parse_cmdline()Wenchao Xia1-11/+40
2013-08-30monitor: code move for parse_cmdline()Wenchao Xia1-93/+98
2013-08-30monitor: avoid direct use of global variable *mon_cmdsWenchao Xia1-5/+8
2013-08-30monitor: split off monitor_data_init()Wenchao Xia1-5/+15
2013-08-30monitor: call sortcmdlist() only one timeWenchao Xia1-2/+1
2013-08-30monitor: avoid use of global *cur_mon in readline_completion()Wenchao Xia1-2/+1
2013-08-30monitor: avoid use of global *cur_mon in monitor_find_completion()Wenchao Xia3-11/+12
2013-08-30monitor: avoid use of global *cur_mon in block_completion_it()Wenchao Xia1-4/+14
2013-08-30monitor: avoid use of global *cur_mon in file_completion()Wenchao Xia1-4/+4
2013-08-30monitor: avoid use of global *cur_mon in cmd_completion()Wenchao Xia1-6/+7
2013-08-30monitor: Add missing attributes to local functionStefan Weil1-1/+2
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