aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-21Fix live migration out-of-memorykvm-87rc6kvm-87rc5kvm-87rc4kvm-87rc3Avi Kivity
2009-06-21Regenerate bios for ssdt splitAvi Kivity
2009-06-21kvm: bios: Move _PR to SSDTJes Sorensen
2009-06-21Fix CPU initializationJan Kiszka
2009-06-21Fold target-i386/libkvm.c into qemu-kvm-x86.cGlauber Costa
2009-06-18libkvm: remove ppc functions from callbacksGlauber Costa
2009-06-17Disable -Werror by default for kvmkvm-87rc2Avi Kivity
2009-06-17Merge branch 'master' of git://git.sv.gnu.org/qemukvm-87rc1Avi Kivity
2009-06-16exec.c: remove unnecessary #if NB_MMU_MODESIsaku Yamahata
2009-06-16Fix vga_screen_dump_blank() PPM generationEduardo Habkost
2009-06-16Prevent CD-ROM media eject while device is lockedMark McLoughlin
2009-06-16set migration max downtimeGlauber Costa
2009-06-16add non-arbitrary migration stop conditionGlauber Costa
2009-06-16kvm: Fix IRQ injection into full queueJan Kiszka
2009-06-16Call qemu_bh_delete at bdrv_aio_bh_cb.Dor Laor
2009-06-16Remove dead codeAmit Shah
2009-06-16QEMU KVM: i386: Fix the cpu reset stateNitin A Kamble
2009-06-16allow CPUID vendor overrideAndre Przywara
2009-06-16Fix help message for new configure option --enable-debug.Stefan Weil
2009-06-16provide cpu_index to env mappingGlauber Costa
2009-06-16pci: add define for communication class devicesAmit Shah
2009-06-16vnc: improve numpad support for qemu console.Gerd Hoffmann
2009-06-16virtio blk: fix warning.Gerd Hoffmann
2009-06-16lsi53c895a: Implement write access to DMA Byte CounterSebastian Herbszt
2009-06-16lsi53c895a: Implement read and write access to DMA Next AddressSebastian Herbszt
2009-06-16lsi53c895a: Implement Scratch Byte RegisterSebastian Herbszt
2009-06-16Rename pci_register_io_region() to pci_register_bar()Avi Kivity
2009-06-16Rearrange io_mem_init()Avi Kivity
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity
2009-06-16kvm: Restrict configure check to LinuxJan Kiszka
2009-06-16mux-term: Fix timestamp associationJan Kiszka
2009-06-16mux-term: Localize timestampsJan Kiszka
2009-06-16readline: Remove unneeded qemu_mallocz() checkLuiz Capitulino
2009-06-16update_refcount: Write complete sectorsKevin Wolf
2009-06-16alloc_cluster_link_l2: Write complete sectorsKevin Wolf
2009-06-16l2_allocate: Write complete sectorsKevin Wolf
2009-06-16qcow2: Rename global functionsKevin Wolf
2009-06-16qcow2: Split out snapshot functionsKevin Wolf
2009-06-16qcow2: Split out guest cluster functionsKevin Wolf
2009-06-16qcow2: Split out refcount handlingKevin Wolf
2009-06-16qcow2: Change default cluster size to 64kKevin Wolf
2009-06-16vnc: rework VncState release workflow.Gerd Hoffmann
2009-06-16raw-posix: Remove O_RDWR when attempting to open a file read-onlyAvi Kivity
2009-06-16raw-posix: open flags use BDRV_ namespace, not posix namespaceAvi Kivity
2009-06-16qdev: Fix regression in "pci_add ... storage if=virtio, ..."Markus Armbruster
2009-06-16Make sure to use SDL_CFLAGS everywhere we include SDL headersAnthony Liguori
2009-06-16linux-user: remove duplicate tswap32() from do_getsockopt()Laurent Vivier
2009-06-16linux-user/syscall.c: define _ATFILE_SOURCEEduardo Habkost
2009-06-16linux-user: initialize mmap_mutex properlyNathan Froyd
2009-06-16RFC: fix fcntl support in linux-user - new tryArnaud Patard (Rtp)