aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-06-23microblaze: Support the latest mmu-kernel stat64 ABI.Edgar E. Iglesias1-2/+3
2009-06-23target-ppc: permit linux-user to read PVRNathan Froyd1-1/+7
2009-06-23cris: Remove unused internal flag.Edgar E. Iglesias1-3/+0
2009-06-22Win32: Reduce section alignment for Windows.Stefan Weil1-0/+4
2009-06-22Win: Install keymaps for Windows, too (needed for VNC).Stefan Weil1-2/+0
2009-06-22Win32: Fix compilation with SDL.Stefan Weil1-2/+2
2009-06-22virtio-net: implement async packet sendingMark McLoughlin1-2/+37
2009-06-22net: add packet length to NetPacketSent callbackMark McLoughlin2-3/+3
2009-06-22net: add '-net tap,sndbuf=nbytes'Mark McLoughlin2-5/+30
2009-06-22net: return TAPState from net_tap_init()Mark McLoughlin1-11/+16
2009-06-22net: handle EAGAIN from tapfd write()Mark McLoughlin1-2/+25
2009-06-22net: add tap_read_poll() helperMark McLoughlin1-7/+23
2009-06-22net: purge queued packets in tap_cleanup()Mark McLoughlin1-0/+2
2009-06-22net: add qemu_purge_queued_packets()Mark McLoughlin2-0/+17
2009-06-22Fix build on Mac OS XAnthony Liguori1-1/+9
2009-06-22Don't register cpu reset handler for cpu with APIC.Gleb Natapov1-7/+3
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