aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-10-23Sparc: move trivial functions from op_helper.cBlue Swirl3-47/+46
2011-10-23Sparc: split helper.cBlue Swirl7-1084/+1139
2011-10-23Sparc: fix coding styleBlue Swirl1-32/+41
2011-10-23m48t59: fix write accessBlue Swirl1-1/+1
2011-10-23m48t59: drop obsolete address base arithmeticBlue Swirl1-2/+0
2011-10-23pci_bridge: fix typoBlue Swirl1-1/+1
2011-10-21simplify main loop functionsPaolo Bonzini3-44/+41
2011-10-21Revert to a hand-made select loopPaolo Bonzini1-53/+1
2011-10-21main-loop: create main-loop.cPaolo Bonzini11-454/+523
2011-10-21main-loop: create main-loop.hPaolo Bonzini12-64/+336
2011-10-21qemu-timer: do not use RunState change handlersPaolo Bonzini1-8/+4
2011-10-21qemu-timer: move more stuff out of qemu-timer.cPaolo Bonzini4-31/+32
2011-10-21qemu-timer: use atexit for quit_timersPaolo Bonzini3-9/+8
2011-10-21qemu-timer: do not refer to runstate_is_running()Paolo Bonzini2-4/+2
2011-10-21qemu-timer: move icount to cpus.cPaolo Bonzini6-323/+296
2011-10-21qemu-timer: more clock functionsPaolo Bonzini2-0/+28
2011-10-21qemu-timer: move common code to qemu_rearm_alarm_timerPaolo Bonzini1-76/+53
2011-10-21qemu-timer: remove active_timers arrayPaolo Bonzini1-31/+28
2011-10-21remove unused functionPaolo Bonzini2-6/+0
2011-10-21compatfd.c: Don't pass NULL pointer to SYS_signalfdPeter Maydell1-2/+10
2011-10-21linux-user: Fix broken "-version" optionPeter Maydell1-11/+8
2011-10-21block: change discard to co_discardPaolo Bonzini4-10/+13
2011-10-21block: change flush to co_flushPaolo Bonzini10-33/+29
2011-10-21block: take lock around bdrv_write implementationsPaolo Bonzini5-5/+60
2011-10-21block: take lock around bdrv_read implementationsPaolo Bonzini9-9/+108
2011-10-21block: add a CoMutex to synchronous read driversPaolo Bonzini9-0/+18
2011-10-21vmdk: clean up openPaolo Bonzini1-22/+15
2011-10-21vmdk: fix return values of vmdk_parent_openPaolo Bonzini1-6/+9
2011-10-21pc: Fix floppy drives with if=noneKevin Wolf5-16/+38
2011-10-21qcow2: Fix bdrv_write_compressed error handlingKevin Wolf2-13/+22
2011-10-21qemu-img: Don't allow preallocation and compression at the same timeKevin Wolf1-0/+11
2011-10-21fdc: Fix floppy port I/OKevin Wolf1-0/+2
2011-10-21block: add bdrv_co_discard and bdrv_aio_discard supportPaolo Bonzini5-17/+109
2011-10-21block: drop redundant bdrv_flush implementationStefan Hajnoczi7-74/+3
2011-10-21block: unify flush implementationsPaolo Bonzini3-90/+76
2011-10-21xen_disk: Always set feature-barrier = 1Kevin Wolf1-3/+2
2011-10-21fix memory leak in aio_write_fAlex Jia1-0/+1
2011-10-21block: rename bdrv_co_rw_bhPaolo Bonzini1-2/+2
2011-10-21add socket_set_blockPaolo Bonzini3-0/+14
2011-10-21sheepdog: add coroutine_fn markersPaolo Bonzini1-7/+7
2011-10-21hw/arm_gic.c: Fix save/load of irq_target arrayDmitry Koshelev1-8/+8
2011-10-21hw/omap2: Wire up the IRQ for the 2430's fifth GPIO modulePeter Maydell1-0/+5
2011-10-20hw/9pfs: Fix broken compilation caused by wrong trace eventsStefan Weil1-4/+4
2011-10-20target-arm: Fix use of free() in cpu_arm_close()Andreas Färber1-1/+1
2011-10-20Merge remote-tracking branch 'quintela/migration-pull' into stagingAnthony Liguori13-598/+550
2011-10-20Merge remote-tracking branch 'qemu-kvm-tmp/memory/batch' into stagingAnthony Liguori22-649/+544
2011-10-20Merge remote-tracking branch 'aneesh/for-upstream-6' into stagingAnthony Liguori22-883/+852
2011-10-20migration: make migration-{tcp,unix} consistentJuan Quintela2-26/+35
2011-10-20migration: propagate error correctlyJuan Quintela2-25/+21
2011-10-20migration: Don't use callback on file defining itJuan Quintela2-5/+5