summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | pc: Create pc_compat_*() functionsEduardo Habkost2013-08-212-18/+65
| * | | pc: Kill pc_init_pci_1_0()Eduardo Habkost2013-08-211-10/+4
| * | | pc: Don't explode QEMUMachineInitArgs into local variables needlesslyMarkus Armbruster2013-08-211-13/+9
| * | | pc: Don't prematurely explode QEMUMachineInitArgsMarkus Armbruster2013-08-211-49/+16
| * | | ppc: Don't duplicate QEMUMachineInitArgs in PPCE500ParamsMarkus Armbruster2013-08-214-41/+23
| * | | ppc: Don't explode QEMUMachineInitArgs into local variables needlesslyMarkus Armbruster2013-08-212-24/+12
| * | | sun4: Don't prematurely explode QEMUMachineInitArgsMarkus Armbruster2013-08-212-125/+40
| * | | q35: Add PCIe switch to example q35 configurationAlex Williamson2013-08-211-0/+23
| * | | loader: store FW CFG ROM files in RAMMichael S. Tsirkin2013-08-214-3/+51
| * | | arch_init: align MR size to target page sizeMichael S. Tsirkin2013-08-211-1/+2
| * | | pc: cleanup 1.4 compat supportMichael S. Tsirkin2013-08-212-4/+4
* | | | tcg-i386: Remove abort from GETPC_LDSTRichard Henderson2013-08-291-5/+5
* | | | target-mips: fix get_physical_address() #if 0 build errorJames Hogan2013-08-281-1/+1
* | | | tcg-i386: Use new return-argument ld/st helpersRichard Henderson2013-08-262-67/+49
* | | | 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
* | | | tcg-i386: Tidy qemu_ld/st slow pathRichard Henderson2013-08-261-91/+74
* | | | tcg-i386: Try pc-relative lea for constant formationRichard Henderson2013-08-261-5/+20
* | | | tcg-i386: Add and use tcg_out64Richard Henderson2013-08-262-2/+8
* | | | tcg: Tidy generated code for tcg_outNRichard Henderson2013-08-261-4/+6
| |/ / |/| |
* | | Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori2013-08-26177-1503/+2362
|\ \ \
| * | | win32-aio: drop win32_aio_flush_cb()Stefan Hajnoczi2013-08-221-9/+1
| * | | aio-win32: replace incorrect AioHandler->opaque usage with ->eStefan Hajnoczi2013-08-221-2/+2
| * | | aio / timers: remove dummy_io_handler_flush from tests/test-aio.cAlex Bligh2013-08-221-7/+2
| * | | aio / timers: Remove legacy interfaceAlex Bligh2013-08-222-244/+5
| * | | aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-22121-678/+678
| * | | aio / timers: Add scripts/switch-timer-apiAlex Bligh2013-08-221-0/+178
| * | | aio / timers: Add test harness for AioContext timersAlex Bligh2013-08-221-0/+134
| * | | aio / timers: convert block_job_sleep_ns and co_sleep_ns to new APIAlex Bligh2013-08-228-15/+15
| * | | aio / timers: Convert rtc_clock to be a QEMUClockTypeAlex Bligh2013-08-2210-55/+61
| * | | aio / timers: Remove main_loop_timerlistAlex Bligh2013-08-222-41/+28
| * | | aio / timers: Rearrange timer.h & make legacy functions call non-legacyAlex Bligh2013-08-2211-377/+477
| * | | 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-222-36/+0
| * | | aio / timers: Remove alarm timersAlex Bligh2013-08-224-507/+4
| * | | aio / timers: Add documentation and new format callsAlex Bligh2013-08-221-22/+184
| * | | aio / timers: Use all timerlists in icount warp calculationsAlex Bligh2013-08-224-10/+67
| * | | 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-222-3/+19
| * | | aio / timers: Convert mainloop to use timeoutAlex Bligh2013-08-221-14/+37
| * | | aio / timers: Convert aio_poll to use AioContext timers' deadlineAlex Bligh2013-08-222-8/+30
| * | | aio / timers: Add aio_timer_init & aio_timer_new wrappersAlex Bligh2013-08-221-0/+43
| * | | aio / timers: aio_ctx_prepare sets timeout from AioContext timersAlex Bligh2013-08-221-1/+12
| * | | aio / timers: Add a notify callback to QEMUTimerListAlex Bligh2013-08-223-12/+53
| * | | aio / timers: Add QEMUTimerListGroup to AioContextAlex Bligh2013-08-224-0/+12
| * | | aio / timers: Add QEMUTimerListGroup and helper functionsAlex Bligh2013-08-223-0/+92
| * | | aio / timers: Untangle include filesAlex Bligh2013-08-2236-4/+39
| * | | aio / timers: Split QEMUClock into QEMUClock and QEMUTimerListAlex Bligh2013-08-222-79/+476
| * | | aio / timers: Make qemu_run_timers and qemu_run_all_timers return progressAlex Bligh2013-08-222-8/+31
| * | | aio / timers: Add prctl(PR_SET_TIMERSLACK, 1, ...) to reduce timer slackAlex Bligh2013-08-222-0/+25
OpenPOWER on IntegriCloud