aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-26Sparc: avoid AREG0 for CWP and PSTATE helpersBlue Swirl
2011-10-26Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2011-10-25main-loop: Add missing include fileStefan Weil
2011-10-25target-sparc: Fix use of g_new0 / g_freeStefan Weil
2011-10-25target-sparc: Fix order of function parametersStefan Weil
2011-10-25hda: do not mix output and input stream states, RHBZ #740493Marc-André Lureau
2011-10-25hda: do not mix output and input streams, RHBZ #740493Marc-André Lureau
2011-10-24Merge remote-tracking branch 'bonzini/split-main-loop-for-anthony' into stagingAnthony Liguori
2011-10-23Add stdio char device on windowsFabien Chouteau
2011-10-23Sparc: split CWP and PSTATE op helpersBlue Swirl
2011-10-23Sparc: avoid AREG0 for lazy condition code helpersBlue Swirl
2011-10-23Sparc: split lazy condition code handling op helpersBlue Swirl
2011-10-23Sparc: avoid AREG0 for float and VIS opsBlue Swirl
2011-10-23Sparc: split FPU and VIS op helpersBlue Swirl
2011-10-23Sparc: fix coding styleBlue Swirl
2011-10-23Sparc: avoid AREG0 for raise_exception and helper_debugBlue Swirl
2011-10-23Sparc: move trivial functions from op_helper.cBlue Swirl
2011-10-23Sparc: split helper.cBlue Swirl
2011-10-23Sparc: fix coding styleBlue Swirl
2011-10-23m48t59: fix write accessBlue Swirl
2011-10-23m48t59: drop obsolete address base arithmeticBlue Swirl
2011-10-23pci_bridge: fix typoBlue Swirl
2011-10-21simplify main loop functionsPaolo Bonzini
2011-10-21Revert to a hand-made select loopPaolo Bonzini
2011-10-21main-loop: create main-loop.cPaolo Bonzini
2011-10-21main-loop: create main-loop.hPaolo Bonzini
2011-10-21qemu-timer: do not use RunState change handlersPaolo Bonzini
2011-10-21qemu-timer: move more stuff out of qemu-timer.cPaolo Bonzini
2011-10-21qemu-timer: use atexit for quit_timersPaolo Bonzini
2011-10-21qemu-timer: do not refer to runstate_is_running()Paolo Bonzini
2011-10-21qemu-timer: move icount to cpus.cPaolo Bonzini
2011-10-21qemu-timer: more clock functionsPaolo Bonzini
2011-10-21qemu-timer: move common code to qemu_rearm_alarm_timerPaolo Bonzini
2011-10-21qemu-timer: remove active_timers arrayPaolo Bonzini
2011-10-21remove unused functionPaolo Bonzini
2011-10-21compatfd.c: Don't pass NULL pointer to SYS_signalfdPeter Maydell
2011-10-21linux-user: Fix broken "-version" optionPeter Maydell
2011-10-21block: change discard to co_discardPaolo Bonzini
2011-10-21block: change flush to co_flushPaolo Bonzini
2011-10-21block: take lock around bdrv_write implementationsPaolo Bonzini
2011-10-21block: take lock around bdrv_read implementationsPaolo Bonzini
2011-10-21block: add a CoMutex to synchronous read driversPaolo Bonzini
2011-10-21vmdk: clean up openPaolo Bonzini
2011-10-21vmdk: fix return values of vmdk_parent_openPaolo Bonzini
2011-10-21pc: Fix floppy drives with if=noneKevin Wolf
2011-10-21qcow2: Fix bdrv_write_compressed error handlingKevin Wolf
2011-10-21qemu-img: Don't allow preallocation and compression at the same timeKevin Wolf
2011-10-21fdc: Fix floppy port I/OKevin Wolf
2011-10-21block: add bdrv_co_discard and bdrv_aio_discard supportPaolo Bonzini
2011-10-21block: drop redundant bdrv_flush implementationStefan Hajnoczi