summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-10-11Merge remote branch 'kwolf/for-stable-0.13' into stable-0.13v0.13.0-rc3Anthony Liguori6-35/+105
2010-10-11Update version for 0.13.0-rc2v0.13.0-rc2Anthony Liguori1-1/+1
2010-10-11Fix ivshmem build on 32-bit hostsAvi Kivity1-3/+4
2010-10-11hw/ivshmem.c don't check for negative values on unsigned data typesJes Sorensen1-2/+2
2010-10-11Disable build of ivshmem on non-KVM systemsCam Macdonell1-1/+1
2010-10-11Add kvm_set_ioeventfd_mmio_long definition for non-KVM systemsCam Macdonell1-0/+5
2010-10-11RESEND: Inter-VM shared memory PCI deviceCam Macdonell5-0/+883
2010-10-11Support marking a device as non-migratableCam Macdonell2-3/+43
2010-10-11Add function to assign ioeventfd to MMIO.Cam Macdonell2-0/+33
2010-10-11Device specification for shared memory PCI deviceCam Macdonell1-0/+96
2010-10-11Add qemu_ram_alloc_from_ptr functionCam Macdonell2-0/+45
2010-09-13vvfat: Use cache=unsafeKevin Wolf1-4/+10
2010-09-13vvfat: Fix double free for opening the image rwKevin Wolf1-3/+4
2010-09-13vvfat: Fix segfault on write to read-only diskKevin Wolf1-0/+5
2010-09-13qcow2: Remove unnecessary flush after L2 writeKevin Wolf1-4/+12
2010-09-13block: Fix BDRV_O_CACHE_MASKKevin Wolf1-1/+1
2010-09-13qemu-img convert: Use cache=unsafe for output imageKevin Wolf1-1/+2
2010-09-13raw-posix: Don't use file name for host_cdrom detection on LinuxKevin Wolf1-3/+0
2010-09-13scsi-disk: fix the check of the DBD bit in the MODE SENSE commandBernhard Kohl1-1/+1
2010-09-13scsi-disk: return CHECK CONDITION for unknown page codes in the MODE SENSE co...Bernhard Kohl1-0/+2
2010-09-13scsi-disk: fix the block descriptor returned by the MODE SENSE commandBernhard Kohl1-2/+1
2010-09-13scsi-disk: respect the page control (PC) field in the MODE SENSE commandBernhard Kohl1-10/+35
2010-09-13scsi-disk: fix the mode data header returned by the MODE SENSE(10) commandBernhard Kohl1-6/+32
2010-09-13scsi-disk: fix the mode data length field returned by the MODE SENSE commandBernhard Kohl1-1/+1
2010-08-31Update version for 0.13.0-rc1v0.13.0-rc1Anthony Liguori1-1/+1
2010-08-30posix-aio-compat: Fix async_conmtext for ioctlAndrew de Quincey1-0/+1
2010-08-30vvfat: fat_chksum(): fix access above array boundsLoïc Minier1-1/+1
2010-08-30qemu-img rebase: Open new backing file read-onlyKevin Wolf1-1/+1
2010-08-30block: Fix image re-open in bdrv_commitKevin Wolf1-4/+9
2010-08-30virtio-blk: Fix migration of queued requestsKevin Wolf1-0/+5
2010-08-30virtio: Factor virtqueue_map_sg outKevin Wolf2-14/+27
2010-08-03ide: Avoid canceling IDE DMAAndrea Arcangeli1-2/+21
2010-08-03block: Change bdrv_eject() not to drop the imageMarkus Armbruster2-3/+5
2010-08-03block: Fix bdrv_has_zero_initKevin Wolf5-10/+28
2010-07-30savevm: Fix memory leak of compat structAlex Williamson1-0/+6
2010-07-30linux-user: fix build on hosts not using guest baseAurelien Jarno2-7/+9
2010-07-28Fix -snapshot deleting images on disk changeBlue Swirl3-0/+7
2010-07-28block: Use error codes from lower levels for error messageStefan Weil1-8/+19
2010-07-28block: default to 0 minimal / optiomal I/O sizeChristoph Hellwig1-2/+2
2010-07-28move 'unsafe' to end of caching modes in helpBruce Rogers1-1/+1
2010-07-28virtio-blk: Create exit function to unregister savevmAlex Williamson3-0/+10
2010-07-28block migration: propagate return value when bdrv_write() returns < 0Yoshiaki Tamura1-1/+5
2010-07-28ide/atapi: add support for GET EVENT STATUS NOTIFICATIONAurelien Jarno1-0/+15
2010-07-27Update version for 0.13.0-rc0v0.13.0-rc0Anthony Liguori1-1/+1
2010-07-26vnc: better default values for VNC optionsCorentin Chary1-7/+7
2010-07-26vnc: tight: split send_sub_rectCorentin Chary1-25/+55
2010-07-26vnc: tight: fix rgb_prepare_rowCorentin Chary1-5/+10
2010-07-26vnc: add missing lock for vnc_cursor_define()Corentin Chary1-0/+2
2010-07-26vnc: threaded VNC serverCorentin Chary7-26/+682
2010-07-26qemu-thread: add qemu_mutex/cond_destroy and qemu_mutex_exitCorentin Chary2-0/+26