aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-01-24target-mips: fix save_cpu_state() callsstable-0.13Aurelien Jarno1-6/+6
2010-12-28target-sparc: fix udiv(cc) and sdiv(cc)Aurelien Jarno3-18/+50
2010-12-27target-arm: fix bug in translation of REVSHAurelien Jarno1-7/+3
2010-12-26Add missing dependency.Paul Brook1-1/+1
2010-10-14Update for 0.13.0 releasev0.13.0Anthony Liguori2-1/+3
2010-10-12vhost: error codeMichael S. Tsirkin1-0/+2
2010-10-12virtio: change set guest notifier to per-deviceMichael S. Tsirkin3-26/+57
2010-10-12eepro100: Add support for multiple individual addresses (multiple IA)Stefan Weil1-9/+21
2010-10-12virtio-net: unify vhost-net start/stopMichael S. Tsirkin1-46/+43
2010-10-12virtio: invoke set_status callback on resetMichael S. Tsirkin1-0/+2
2010-10-12net: delay freeing peer host deviceMichael S. Tsirkin2-7/+43
2010-10-11Merge remote branch 'qmp/for-stable-0.13' into stable-0.13Anthony Liguori10-36/+137
2010-10-11vnc: check fd before calling qemu_set_fd_handler2() in vnc_client_write()Yoshiaki Tamura1-1/+1
2010-10-11disable guest-provided stats on "info balloon" commandEduardo Habkost1-1/+7
2010-10-11Revert "Make default invocation of block drivers safer (v3)"Anthony Liguori3-135/+0
2010-10-11QEMUFileBuffered: indicate that we're ready when the underlying file is readyAvi Kivity1-0/+8
2010-10-11sparc escc IUS improvements (SunOS 4.1.4 fix)Artyom Tarasenko1-26/+30
2010-10-11fix last cpu timer initializationArtyom Tarasenko1-2/+2
2010-10-11QMP/README: Update QMP homepage addressLuiz Capitulino1-1/+1
2010-10-11disable guest-provided stats on "info balloon" commandEduardo Habkost1-1/+7
2010-10-11QMP: Update README fileLuiz Capitulino1-23/+48
2010-10-11QMP doc: Add 'Stability Considerations' sectionLuiz Capitulino1-2/+24
2010-10-11QMP/monitor: update do_info_version() to output broken down version stringMiguel Di Ciurcio Filho1-4/+19
2010-10-11QMP: update 'query-version' documentationMiguel Di Ciurcio Filho1-2/+14
2010-10-11savevm: Reset last block info at beginning of each saveAlex Williamson1-2/+5
2010-10-11set proper migration status on ->write error (v5)Marcelo Tosatti2-2/+10
2010-10-11migration: Accept 'cont' only after successful incoming migrationAmit Shah6-0/+16
2010-10-11Update for v0.13.0-rc3Anthony Liguori1-1/+1
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