summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Win32: Fix compilation with SDL.Stefan Weil2009-06-221-2/+2
* virtio-net: implement async packet sendingMark McLoughlin2009-06-221-2/+37
* net: add packet length to NetPacketSent callbackMark McLoughlin2009-06-222-3/+3
* net: add '-net tap,sndbuf=nbytes'Mark McLoughlin2009-06-222-5/+30
* net: return TAPState from net_tap_init()Mark McLoughlin2009-06-221-11/+16
* net: handle EAGAIN from tapfd write()Mark McLoughlin2009-06-221-2/+25
* net: add tap_read_poll() helperMark McLoughlin2009-06-221-7/+23
* net: purge queued packets in tap_cleanup()Mark McLoughlin2009-06-221-0/+2
* net: add qemu_purge_queued_packets()Mark McLoughlin2009-06-222-0/+17
* Fix build on Mac OS XAnthony Liguori2009-06-221-1/+9
* Don't register cpu reset handler for cpu with APIC.Gleb Natapov2009-06-221-7/+3
* Support addr=... in option argument of -drive if=virtioMarkus Armbruster2009-06-227-4/+35
* Make first argument of monitor command pci_add workMarkus Armbruster2009-06-223-44/+28
* Support addr=... in option argument of -net nicMarkus Armbruster2009-06-2216-29/+75
* Fix do_pci_register_device() to reject devfn already in useMarkus Armbruster2009-06-221-0/+2
* vmware_vga: clean upIsaku Yamahata2009-06-221-1/+1
* dot gitignore: add qemu-monitor.texiIsaku Yamahata2009-06-221-0/+1
* virtio-net: enable mergeable receive buffersMark McLoughlin2009-06-221-0/+1
* acpi.c: make qemu_system_device_hot_add piix independent.Isaku Yamahata2009-06-224-6/+26
* Instead of writing a zero page, madvise it awayAnthony Liguori2009-06-221-0/+6
* Handle init/sipi in a main cpu exec loop. (v2)Gleb Natapov2009-06-226-12/+64
* Add pci_bus_reset() function.Gleb Natapov2009-06-221-0/+16
* virtio: add support for indirect ring entriesMark McLoughlin2009-06-223-6/+53
* virtio: make vring_desc_*() take phys addrsMark McLoughlin2009-06-221-26/+33
* Add O_BINARY to open call in net_dump_init.Filip Navara2009-06-221-1/+1
* Make nic option rom loading less painful.Glauber Costa2009-06-224-37/+43
* Disable _FORTIFY_SOURCE to fix Ubuntu build with -WerrorAnthony Liguori2009-06-222-0/+2
* Apply TCGV_UNUSED on variables that GCC mistakenly thinks can be usedmalc2009-06-201-0/+6
* Restore consistent formatting of audio devicesmalc2009-06-205-31/+31
* linux-user: strace now handles guest stringscorrectly [v2]Riku Voipio2009-06-193-2/+17
* fix qemu_alloc/qemu_free for audio subsystemJean-Christophe Dubois2009-06-191-2/+2
* alsa: fix warningGerd Hoffmann2009-06-181-4/+6
* xilinx-eth: Remove debug print.Edgar E. Iglesias2009-06-181-1/+0
* Don't set IRQs on device reset and loadvm/savevmBlue Swirl2009-06-175-12/+0
* Call piix4_reset() on system reset.Blue Swirl2009-06-171-1/+5
* Don't set IRQs on device reset and loadvm/savevmBlue Swirl2009-06-171-18/+22
* Call piix3_reset() on system reset.Gleb Natapov2009-06-171-1/+5
* Register usb-uhci reset function.Gleb Natapov2009-06-171-1/+4
* Revert "Update irqs on reset and device load"Blue Swirl2009-06-172-11/+1
* Allow user to specify CPU modelBlue Swirl2009-06-173-10/+8
* Fix opening of read only raw imagesBlue Swirl2009-06-171-16/+15
* Replace ELF section hack with normal tableBlue Swirl2009-06-172-898/+858
* Concentrate rest of table entries to topBlue Swirl2009-06-171-107/+610
* Concentrate most table entries to topBlue Swirl2009-06-171-422/+291
* Clean up GEN_HANDLER2Blue Swirl2009-06-171-37/+110
* Clean up GEN_HANDLERBlue Swirl2009-06-171-233/+694
* exec.c: remove unnecessary #if NB_MMU_MODESIsaku Yamahata2009-06-161-76/+23
* Fix vga_screen_dump_blank() PPM generationEduardo Habkost2009-06-161-2/+3
* Prevent CD-ROM media eject while device is lockedMark McLoughlin2009-06-163-10/+27
* set migration max downtimeGlauber Costa2009-06-163-0/+29
OpenPOWER on IntegriCloud