summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-06-17Allow user to specify CPU modelBlue Swirl3-10/+8
2009-06-17Fix opening of read only raw imagesBlue Swirl1-16/+15
2009-06-17Replace ELF section hack with normal tableBlue Swirl2-898/+858
2009-06-17Concentrate rest of table entries to topBlue Swirl1-107/+610
2009-06-17Concentrate most table entries to topBlue Swirl1-422/+291
2009-06-17Clean up GEN_HANDLER2Blue Swirl1-37/+110
2009-06-17Clean up GEN_HANDLERBlue Swirl1-233/+694
2009-06-16exec.c: remove unnecessary #if NB_MMU_MODESIsaku Yamahata1-76/+23
2009-06-16Fix vga_screen_dump_blank() PPM generationEduardo Habkost1-2/+3
2009-06-16Prevent CD-ROM media eject while device is lockedMark McLoughlin3-10/+27
2009-06-16set migration max downtimeGlauber Costa3-0/+29
2009-06-16add non-arbitrary migration stop conditionGlauber Costa3-2/+30
2009-06-16kvm: Fix IRQ injection into full queueJan Kiszka1-2/+1
2009-06-16Call qemu_bh_delete at bdrv_aio_bh_cb.Dor Laor1-2/+2
2009-06-16Remove dead codeAmit Shah1-6/+0
2009-06-16QEMU KVM: i386: Fix the cpu reset stateNitin A Kamble1-6/+12
2009-06-16allow CPUID vendor overrideAndre Przywara2-1/+5
2009-06-16Fix help message for new configure option --enable-debug.Stefan Weil1-1/+1
2009-06-16provide cpu_index to env mappingGlauber Costa2-0/+14
2009-06-16pci: add define for communication class devicesAmit Shah1-0/+2
2009-06-16vnc: improve numpad support for qemu console.Gerd Hoffmann1-9/+52
2009-06-16virtio blk: fix warning.Gerd Hoffmann1-0/+1
2009-06-16lsi53c895a: Implement write access to DMA Byte CounterSebastian Herbszt1-0/+7
2009-06-16lsi53c895a: Implement read and write access to DMA Next AddressSebastian Herbszt1-0/+2
2009-06-16lsi53c895a: Implement Scratch Byte RegisterSebastian Herbszt1-0/+7
2009-06-16Rename pci_register_io_region() to pci_register_bar()Avi Kivity21-40/+40
2009-06-16Rearrange io_mem_init()Avi Kivity1-26/+21
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity140-283/+291
2009-06-16kvm: Restrict configure check to LinuxJan Kiszka1-2/+2
2009-06-16mux-term: Fix timestamp associationJan Kiszka1-3/+9
2009-06-16mux-term: Localize timestampsJan Kiszka1-10/+10
2009-06-16readline: Remove unneeded qemu_mallocz() checkLuiz Capitulino1-3/+0
2009-06-16update_refcount: Write complete sectorsKevin Wolf1-8/+26
2009-06-16alloc_cluster_link_l2: Write complete sectorsKevin Wolf1-3/+25
2009-06-16l2_allocate: Write complete sectorsKevin Wolf1-5/+28
2009-06-16qcow2: Rename global functionsKevin Wolf5-121/+125
2009-06-16qcow2: Split out snapshot functionsKevin Wolf4-392/+422
2009-06-16qcow2: Split out guest cluster functionsKevin Wolf5-768/+820
2009-06-16qcow2: Split out refcount handlingKevin Wolf4-870/+966
2009-06-16qcow2: Change default cluster size to 64kKevin Wolf1-1/+1
2009-06-16vnc: rework VncState release workflow.Gerd Hoffmann1-45/+75
2009-06-16raw-posix: Remove O_RDWR when attempting to open a file read-onlyAvi Kivity1-0/+1
2009-06-16raw-posix: open flags use BDRV_ namespace, not posix namespaceAvi Kivity1-1/+1
2009-06-16qdev: Fix regression in "pci_add ... storage if=virtio, ..."Markus Armbruster1-1/+0
2009-06-16Make sure to use SDL_CFLAGS everywhere we include SDL headersAnthony Liguori2-1/+3
2009-06-16linux-user: remove duplicate tswap32() from do_getsockopt()Laurent Vivier1-1/+0
2009-06-16linux-user/syscall.c: define _ATFILE_SOURCEEduardo Habkost1-0/+1
2009-06-16linux-user: initialize mmap_mutex properlyNathan Froyd1-1/+1
2009-06-16RFC: fix fcntl support in linux-user - new tryArnaud Patard (Rtp)2-24/+73
2009-06-16linux-user: add tee, splice and vmsplicevibisreenivasan2-0/+63