aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-29slirp: Rework external configuration interfaceJan Kiszka
2009-06-29slirp: Rework internal configurationJan Kiszka
2009-06-29slirp: Move smb, redir, tftp and bootp parameters and -net channelJan Kiszka
2009-06-29Introduce get_next_param_valueJan Kiszka
2009-06-29Revert "User networking: Show active connections"Jan Kiszka
2009-06-29slirp: Refactor tcp_ctlJan Kiszka
2009-06-29slirp: Drop redundant lines from udp_inputJan Kiszka
2009-06-29sdl zoomingStefano Stabellini
2009-06-29Fix QCOW2 debugging code to compile againFilip Navara
2009-06-24Add serial number support for virtio_blkjohn cooper
2009-06-24Remove unused gen_bx_T0 function.Filip Navara
2009-06-24Make sure to zero out memory before calling madvise to increase robustnessAnthony Liguori
2009-06-24qemu-io: add aio read/write/flush commandsChristoph Hellwig
2009-06-24qemu-io: Fix spelling in help message.Stefan Weil
2009-06-24Fix dump output in qemu-io.Stefan Weil
2009-06-24qemu/net: flag to control the number of vectors a nic hasMichael S. Tsirkin
2009-06-24qemu/net: request 3 vectors in virtio-netMichael S. Tsirkin
2009-06-24qemu/pci: add pci_get/set_byteMichael S. Tsirkin
2009-06-24qemu/virtio: virtio save/load bindingsMichael S. Tsirkin
2009-06-24qemu/virtio: MSI-X support in virtio PCIMichael S. Tsirkin
2009-06-24qemu/virtio: virtio support for many interrupt vectorsMichael S. Tsirkin
2009-06-24qemu/apic: minimal MSI/MSI-X implementation for PCMichael S. Tsirkin
2009-06-24qemu/pci: MSI-X support functionsMichael S. Tsirkin
2009-06-24qemu/pci: check constant registers on loadMichael S. Tsirkin
2009-06-24qemu/pci: add routines to manage PCI capabilitiesMichael S. Tsirkin
2009-06-24qemu/pci: helper routines for pci accessMichael S. Tsirkin
2009-06-24qemu/pci: make default_write_config use mask tableMichael S. Tsirkin
2009-06-23add sparc64-softmmu to default configure targets listIgor V. Kovalenko
2009-06-23sparc64 follow pci_nic_init changeIgor V. Kovalenko
2009-06-23microblaze: Support the latest mmu-kernel stat64 ABI.Edgar E. Iglesias
2009-06-23target-ppc: permit linux-user to read PVRNathan Froyd
2009-06-23cris: Remove unused internal flag.Edgar E. Iglesias
2009-06-22Win32: Reduce section alignment for Windows.Stefan Weil
2009-06-22Win: Install keymaps for Windows, too (needed for VNC).Stefan Weil
2009-06-22Win32: Fix compilation with SDL.Stefan Weil
2009-06-22virtio-net: implement async packet sendingMark McLoughlin
2009-06-22net: add packet length to NetPacketSent callbackMark McLoughlin
2009-06-22net: add '-net tap,sndbuf=nbytes'Mark McLoughlin
2009-06-22net: return TAPState from net_tap_init()Mark McLoughlin
2009-06-22net: handle EAGAIN from tapfd write()Mark McLoughlin
2009-06-22net: add tap_read_poll() helperMark McLoughlin
2009-06-22net: purge queued packets in tap_cleanup()Mark McLoughlin
2009-06-22net: add qemu_purge_queued_packets()Mark McLoughlin
2009-06-22Fix build on Mac OS XAnthony Liguori
2009-06-22Don't register cpu reset handler for cpu with APIC.Gleb Natapov
2009-06-22Support addr=... in option argument of -drive if=virtioMarkus Armbruster
2009-06-22Make first argument of monitor command pci_add workMarkus Armbruster
2009-06-22Support addr=... in option argument of -net nicMarkus Armbruster
2009-06-22Fix do_pci_register_device() to reject devfn already in useMarkus Armbruster
2009-06-22vmware_vga: clean upIsaku Yamahata