Age | Commit message (Expand) | Author | Files | Lines |
2009-06-23 | add sparc64-softmmu to default configure targets list | Igor V. Kovalenko | 1 | -0/+1 |
2009-06-23 | sparc64 follow pci_nic_init change | Igor V. Kovalenko | 1 | -1/+1 |
2009-06-23 | microblaze: Support the latest mmu-kernel stat64 ABI. | Edgar E. Iglesias | 1 | -2/+3 |
2009-06-23 | target-ppc: permit linux-user to read PVR | Nathan Froyd | 1 | -1/+7 |
2009-06-23 | cris: Remove unused internal flag. | Edgar E. Iglesias | 1 | -3/+0 |
2009-06-22 | Win32: Reduce section alignment for Windows. | Stefan Weil | 1 | -0/+4 |
2009-06-22 | Win: Install keymaps for Windows, too (needed for VNC). | Stefan Weil | 1 | -2/+0 |
2009-06-22 | Win32: Fix compilation with SDL. | Stefan Weil | 1 | -2/+2 |
2009-06-22 | virtio-net: implement async packet sending | Mark McLoughlin | 1 | -2/+37 |
2009-06-22 | net: add packet length to NetPacketSent callback | Mark McLoughlin | 2 | -3/+3 |
2009-06-22 | net: add '-net tap,sndbuf=nbytes' | Mark McLoughlin | 2 | -5/+30 |
2009-06-22 | net: return TAPState from net_tap_init() | Mark McLoughlin | 1 | -11/+16 |
2009-06-22 | net: handle EAGAIN from tapfd write() | Mark McLoughlin | 1 | -2/+25 |
2009-06-22 | net: add tap_read_poll() helper | Mark McLoughlin | 1 | -7/+23 |
2009-06-22 | net: purge queued packets in tap_cleanup() | Mark McLoughlin | 1 | -0/+2 |
2009-06-22 | net: add qemu_purge_queued_packets() | Mark McLoughlin | 2 | -0/+17 |
2009-06-22 | Fix build on Mac OS X | Anthony Liguori | 1 | -1/+9 |
2009-06-22 | Don't register cpu reset handler for cpu with APIC. | Gleb Natapov | 1 | -7/+3 |
2009-06-22 | Support addr=... in option argument of -drive if=virtio | Markus Armbruster | 7 | -4/+35 |
2009-06-22 | Make first argument of monitor command pci_add work | Markus Armbruster | 3 | -44/+28 |
2009-06-22 | Support addr=... in option argument of -net nic | Markus Armbruster | 16 | -29/+75 |
2009-06-22 | Fix do_pci_register_device() to reject devfn already in use | Markus Armbruster | 1 | -0/+2 |
2009-06-22 | vmware_vga: clean up | Isaku Yamahata | 1 | -1/+1 |
2009-06-22 | dot gitignore: add qemu-monitor.texi | Isaku Yamahata | 1 | -0/+1 |
2009-06-22 | virtio-net: enable mergeable receive buffers | Mark McLoughlin | 1 | -0/+1 |
2009-06-22 | acpi.c: make qemu_system_device_hot_add piix independent. | Isaku Yamahata | 4 | -6/+26 |
2009-06-22 | Instead of writing a zero page, madvise it away | Anthony Liguori | 1 | -0/+6 |
2009-06-22 | Handle init/sipi in a main cpu exec loop. (v2) | Gleb Natapov | 6 | -12/+64 |
2009-06-22 | Add pci_bus_reset() function. | Gleb Natapov | 1 | -0/+16 |
2009-06-22 | virtio: add support for indirect ring entries | Mark McLoughlin | 3 | -6/+53 |
2009-06-22 | virtio: make vring_desc_*() take phys addrs | Mark McLoughlin | 1 | -26/+33 |
2009-06-22 | Add O_BINARY to open call in net_dump_init. | Filip Navara | 1 | -1/+1 |
2009-06-22 | Make nic option rom loading less painful. | Glauber Costa | 4 | -37/+43 |
2009-06-22 | Disable _FORTIFY_SOURCE to fix Ubuntu build with -Werror | Anthony Liguori | 2 | -0/+2 |
2009-06-20 | Apply TCGV_UNUSED on variables that GCC mistakenly thinks can be used | malc | 1 | -0/+6 |
2009-06-20 | Restore consistent formatting of audio devices | malc | 5 | -31/+31 |
2009-06-19 | linux-user: strace now handles guest stringscorrectly [v2] | Riku Voipio | 3 | -2/+17 |
2009-06-19 | fix qemu_alloc/qemu_free for audio subsystem | Jean-Christophe Dubois | 1 | -2/+2 |
2009-06-18 | alsa: fix warning | Gerd Hoffmann | 1 | -4/+6 |
2009-06-18 | xilinx-eth: Remove debug print. | Edgar E. Iglesias | 1 | -1/+0 |
2009-06-17 | Don't set IRQs on device reset and loadvm/savevm | Blue Swirl | 5 | -12/+0 |
2009-06-17 | Call piix4_reset() on system reset. | Blue Swirl | 1 | -1/+5 |
2009-06-17 | Don't set IRQs on device reset and loadvm/savevm | Blue Swirl | 1 | -18/+22 |
2009-06-17 | Call piix3_reset() on system reset. | Gleb Natapov | 1 | -1/+5 |
2009-06-17 | Register usb-uhci reset function. | Gleb Natapov | 1 | -1/+4 |
2009-06-17 | Revert "Update irqs on reset and device load" | Blue Swirl | 2 | -11/+1 |
2009-06-17 | Allow user to specify CPU model | Blue Swirl | 3 | -10/+8 |
2009-06-17 | Fix opening of read only raw images | Blue Swirl | 1 | -16/+15 |
2009-06-17 | Replace ELF section hack with normal table | Blue Swirl | 2 | -898/+858 |
2009-06-17 | Concentrate rest of table entries to top | Blue Swirl | 1 | -107/+610 |