summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-06-22Support addr=... in option argument of -drive if=virtioMarkus Armbruster7-4/+35
2009-06-22Make first argument of monitor command pci_add workMarkus Armbruster3-44/+28
2009-06-22Support addr=... in option argument of -net nicMarkus Armbruster16-29/+75
2009-06-22Fix do_pci_register_device() to reject devfn already in useMarkus Armbruster1-0/+2
2009-06-22vmware_vga: clean upIsaku Yamahata1-1/+1
2009-06-22dot gitignore: add qemu-monitor.texiIsaku Yamahata1-0/+1
2009-06-22virtio-net: enable mergeable receive buffersMark McLoughlin1-0/+1
2009-06-22acpi.c: make qemu_system_device_hot_add piix independent.Isaku Yamahata4-6/+26
2009-06-22Instead of writing a zero page, madvise it awayAnthony Liguori1-0/+6
2009-06-22Handle init/sipi in a main cpu exec loop. (v2)Gleb Natapov6-12/+64
2009-06-22Add pci_bus_reset() function.Gleb Natapov1-0/+16
2009-06-22virtio: add support for indirect ring entriesMark McLoughlin3-6/+53
2009-06-22virtio: make vring_desc_*() take phys addrsMark McLoughlin1-26/+33
2009-06-22Add O_BINARY to open call in net_dump_init.Filip Navara1-1/+1
2009-06-22Make nic option rom loading less painful.Glauber Costa4-37/+43
2009-06-22Disable _FORTIFY_SOURCE to fix Ubuntu build with -WerrorAnthony Liguori2-0/+2
2009-06-20Apply TCGV_UNUSED on variables that GCC mistakenly thinks can be usedmalc1-0/+6
2009-06-20Restore consistent formatting of audio devicesmalc5-31/+31
2009-06-19linux-user: strace now handles guest stringscorrectly [v2]Riku Voipio3-2/+17
2009-06-19fix qemu_alloc/qemu_free for audio subsystemJean-Christophe Dubois1-2/+2
2009-06-18alsa: fix warningGerd Hoffmann1-4/+6
2009-06-18xilinx-eth: Remove debug print.Edgar E. Iglesias1-1/+0
2009-06-17Don't set IRQs on device reset and loadvm/savevmBlue Swirl5-12/+0
2009-06-17Call piix4_reset() on system reset.Blue Swirl1-1/+5
2009-06-17Don't set IRQs on device reset and loadvm/savevmBlue Swirl1-18/+22
2009-06-17Call piix3_reset() on system reset.Gleb Natapov1-1/+5
2009-06-17Register usb-uhci reset function.Gleb Natapov1-1/+4
2009-06-17Revert "Update irqs on reset and device load"Blue Swirl2-11/+1
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