summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: Add bdrv_co_readv/writev emulationKevin Wolf2011-08-022-8/+76
* block: Emulate AIO functions with bdrv_co_readv/writevKevin Wolf2011-08-021-1/+97
* block: Add bdrv_co_readv/writevKevin Wolf2011-08-025-1/+59
* coroutine: add test-coroutine --benchmark-lifecycleStefan Hajnoczi2011-08-021-0/+30
* coroutine: add test-coroutine automated testsStefan Hajnoczi2011-08-023-1/+165
* coroutine: implement coroutines using gthreadAneesh Kumar K.V2011-08-013-0/+153
* coroutine: introduce coroutinesKevin Wolf2011-08-017-0/+552
* raw-posix: Always check paio_init resultFrediano Ziglio2011-08-011-6/+5
* raw-posix: Typo fixFrediano Ziglio2011-08-011-1/+1
* block: Removed unused function bdrv_write_syncFrediano Ziglio2011-08-012-15/+0
* scsi-disk: Remove 'drive_kind'Hannes Reinecke2011-08-012-25/+27
* scsi: Sanitize command definitionsHannes Reinecke2011-08-014-54/+81
* scsi: Remove REZERO_UNIT emulationHannes Reinecke2011-08-013-11/+0
* scsi: Remove references to SET_WINDOWHannes Reinecke2011-08-012-3/+0
* scsi-disk: Codingstyle fixesHannes Reinecke2011-08-011-8/+8
* block/vpc.c: Detect too-large vpc fileSerge E. Hallyn2011-08-011-1/+7
* block: Don't let locked flag prevent medium loadMarkus Armbruster2011-08-011-1/+1
* block: Make BlockDriver method bdrv_eject() return voidMarkus Armbruster2011-08-014-27/+12
* block: Make BlockDriver method bdrv_set_locked() return voidMarkus Armbruster2011-08-013-10/+5
* block/raw-win32: Drop disabled code for removable host devicesMarkus Armbruster2011-08-011-35/+0
* block: Reset device model callbacks on detachMarkus Armbruster2011-08-011-0/+2
* blockdev: Make eject fail for non-removable drives even with -fMarkus Armbruster2011-08-011-10/+7
* microblaze: Add missing call to qemu_init_vcpu.Peter A. G. Crosthwaite2011-07-311-0/+1
* TCG: fix breakage by previous patchBlue Swirl2011-07-301-7/+12
* TCG: fix breakage on some RISC hostsBlue Swirl2011-07-301-13/+115
* Do constant folding for unary operations.Kirill Batuzov2011-07-301-0/+59
* Do constant folding for shift operations.Kirill Batuzov2011-07-301-0/+72
* Do constant folding for boolean operations.Kirill Batuzov2011-07-301-0/+37
* Do constant folding for basic arithmetic operations.Kirill Batuzov2011-07-301-0/+125
* Add copy and constant propagation.Kirill Batuzov2011-07-301-2/+180
* Add TCG optimizations stubKirill Batuzov2011-07-304-1/+107
* exec.h cleanupBlue Swirl2011-07-3032-620/+273
* revamp acpitable parsing and allow to specify complete (headerful) tableMichael Tokarev2011-07-302-127/+178
* SPARC64: implement %fprs dirty bitsTsuneo Saito2011-07-301-0/+116
* SPARC64: fix fnor* and fnand*Tsuneo Saito2011-07-301-6/+8
* sd: do not add one sector to the disk sizeVincent Palatin2011-07-301-3/+1
* user: Restore debug usage message for '-d ?' in user mode emulationPeter Maydell2011-07-303-11/+16
* usb-hid: Fix 0/0 position for Windows in tablet modeJan Kiszka2011-07-301-0/+5
* Add support for Zipit Z2 machineVasily Khoruzhick2011-07-302-0/+359
* onenand: Add missing brace.Andrzej Zaborowski2011-07-301-0/+1
* hw/onenand: program actions can only clear bitsJuha Riihimäki2011-07-301-29/+106
* onenand: Handle various ID fields separatelyJuha Riihimäki2011-07-303-14/+23
* onenand: Pass BlockDriverState to init functionPeter Maydell2011-07-303-10/+12
* hw/nand: qdevifyJuha Riihimäki2011-07-305-81/+103
* hw/nand: Writing to NAND can only clear bitsPeter Maydell2011-07-301-4/+13
* hw/nand: Support multiple reads following READ STATUSJuha Riihimäki2011-07-301-3/+8
* hw/nand: Support devices wider than 8 bitsJuha Riihimäki2011-07-302-34/+88
* nand: Bump vmstate version after changing structure.Andrzej Zaborowski2011-07-301-3/+3
* hw/nand: Support large NAND devicesJuha Riihimäki2011-07-301-21/+27
* hw/nand: Pass block device state to init functionPeter Maydell2011-07-305-10/+15
OpenPOWER on IntegriCloud