aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-08-03qxl: bump pci revGerd Hoffmann
2011-08-03qxl: add QXL_IO_FLUSH_{SURFACES,RELEASE} for guest S3&S4 supportAlon Levy
2011-08-03qxl: async io support using new spice apiAlon Levy
2011-08-03slirp: Take maintainer tokenJan Kiszka
2011-08-02posix-aio-compat: Allow read after EOFKevin Wolf
2011-08-02coroutines: Use one global bottom half for CoQueueKevin Wolf
2011-08-02async: Remove AsyncContextKevin Wolf
2011-08-02qcow: Use coroutinesKevin Wolf
2011-08-02qcow2: Use coroutinesKevin Wolf
2011-08-02coroutines: LocksKevin Wolf
2011-08-02block: Add bdrv_co_readv/writev emulationKevin Wolf
2011-08-02block: Emulate AIO functions with bdrv_co_readv/writevKevin Wolf
2011-08-02block: Add bdrv_co_readv/writevKevin Wolf
2011-08-02coroutine: add test-coroutine --benchmark-lifecycleStefan Hajnoczi
2011-08-02coroutine: add test-coroutine automated testsStefan Hajnoczi
2011-08-02libcacard: use INSTALL_DATA for dataAlon Levy
2011-08-01Sparc: fix non-faulting unassigned memory accessesBlue Swirl
2011-08-01qxl: only disallow specific io's in vga modeAlon Levy
2011-08-01qxl: make qxl_guest_bug take variable argumentsAlon Levy
2011-08-01qxl: error handling fixes and cleanups.Gerd Hoffmann
2011-08-01qxl: add io_port_to_stringAlon Levy
2011-08-01qxl: fix surface tracking & lockingGerd Hoffmann
2011-08-01spice/qxl: move worker wrappersGerd Hoffmann
2011-08-01spice: add qemu_spice_display_init_commonGerd Hoffmann
2011-08-01spice: add worker wrapper functions.Gerd Hoffmann
2011-08-01coroutine: implement coroutines using gthreadAneesh Kumar K.V
2011-08-01coroutine: introduce coroutinesKevin Wolf
2011-08-01raw-posix: Always check paio_init resultFrediano Ziglio
2011-08-01raw-posix: Typo fixFrediano Ziglio
2011-08-01block: Removed unused function bdrv_write_syncFrediano Ziglio
2011-08-01scsi-disk: Remove 'drive_kind'Hannes Reinecke
2011-08-01scsi: Sanitize command definitionsHannes Reinecke
2011-08-01scsi: Remove REZERO_UNIT emulationHannes Reinecke
2011-08-01scsi: Remove references to SET_WINDOWHannes Reinecke
2011-08-01scsi-disk: Codingstyle fixesHannes Reinecke
2011-08-01block/vpc.c: Detect too-large vpc fileSerge E. Hallyn
2011-08-01block: Don't let locked flag prevent medium loadMarkus Armbruster
2011-08-01block: Make BlockDriver method bdrv_eject() return voidMarkus Armbruster
2011-08-01block: Make BlockDriver method bdrv_set_locked() return voidMarkus Armbruster
2011-08-01block/raw-win32: Drop disabled code for removable host devicesMarkus Armbruster
2011-08-01block: Reset device model callbacks on detachMarkus Armbruster
2011-08-01blockdev: Make eject fail for non-removable drives even with -fMarkus Armbruster
2011-07-31microblaze: Add missing call to qemu_init_vcpu.Peter A. G. Crosthwaite
2011-07-30TCG: fix breakage by previous patchBlue Swirl
2011-07-30TCG: fix breakage on some RISC hostsBlue Swirl
2011-07-30Do constant folding for unary operations.Kirill Batuzov
2011-07-30Do constant folding for shift operations.Kirill Batuzov
2011-07-30Do constant folding for boolean operations.Kirill Batuzov
2011-07-30Do constant folding for basic arithmetic operations.Kirill Batuzov
2011-07-30Add copy and constant propagation.Kirill Batuzov