aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-10-30virtio-net: fix macaddr config regressionMark McLoughlin
2009-10-30qemu/msix: fix table access issuesMichael S. Tsirkin
2009-10-30qemu/virtio: make wmb compiler barrier + commentsMichael S. Tsirkin
2009-10-30Remove aio_ctx from paio_* interfaceKevin Wolf
2009-10-30Add *CFLAGS to LINK in rules.makPeter Hjalmarsson
2009-10-30serial: Add missing bitStefan Weil
2009-10-30serial: Support additional serial speed valuesStefan Weil
2009-10-30usb: print attached status in info qtreeGerd Hoffmann
2009-10-30usb-host: use qdev for -usbdevice + rework.Gerd Hoffmann
2009-10-30usb-storage: use qdev for -usbdeviceGerd Hoffmann
2009-10-30usb: make attach optional.Gerd Hoffmann
2009-10-30usb-serial and braille: use qdev for -usbdeviceGerd Hoffmann
2009-10-30usb-hid: use qdev for -usbdeviceGerd Hoffmann
2009-10-30usb core: use qdev for -usbdeviceGerd Hoffmann
2009-10-30use rom loader for pc bios.Gerd Hoffmann
2009-10-30vga roms: move loading from pc.c to vga drivers.Gerd Hoffmann
2009-10-30rom loader: make vga+rom loading configurable.Gerd Hoffmann
2009-10-30rom loader: use qemu_strdup.Gerd Hoffmann
2009-10-30net: move UFO support detection to tap-linux.cMark McLoughlin
2009-10-30net: move tap_set_offload() code into tap-linux.cMark McLoughlin
2009-10-30net: move tap_probe_vnet_hdr() to tap-linux.cMark McLoughlin
2009-10-30net: move tap_set_sndbuf() to tap-linux.cMark McLoughlin
2009-10-30net: move linux code into net/tap-linux.cMark McLoughlin
2009-10-30build: add CONFIG_LINUXMark McLoughlin
2009-10-30net: move AIX code into net/tap-aix.cMark McLoughlin
2009-10-30net: move solaris code to net/tap-solaris.cMark McLoughlin
2009-10-30net: split BSD tap_open() out into net/tap-bsd.cMark McLoughlin
2009-10-30net: split all the tap code out into net/tap.cMark McLoughlin
2009-10-30net: move tap-linux.h under net/Mark McLoughlin
2009-10-30net: move more stuff into net/tap-win32.c, add net/tap.hMark McLoughlin
2009-10-30net: move tap-win32.c under net/Mark McLoughlin
2009-10-30net: move net-checksum.c under net/Mark McLoughlin
2009-10-30net: move net-queue.[ch] under net/Mark McLoughlin
2009-10-27Revert "char: emit the OPENED event only when a new char connection is opened"Anthony Liguori
2009-10-27really fix net.hAnthony Liguori
2009-10-27Fix signature of new_vlan_clientAnthony Liguori
2009-10-27virtio-net: add tap_has_ufo flag to saved stateMark McLoughlin
2009-10-27Enable UFO on virtio-net and tap devicesSridhar Samudrala
2009-10-27Work around dhclient brokennessAnthony Liguori
2009-10-27virtio-net: enable tap offload if guest supports itMark McLoughlin
2009-10-27net: add tap_set_offload()Mark McLoughlin
2009-10-27virtio-net: add vnet_hdr supportMark McLoughlin
2009-10-27net: implement tap support for receive_raw()Mark McLoughlin
2009-10-27net: use qemu_send_packet_raw() in qemu_announce_self()Gleb Natapov
2009-10-27net: add receive_raw parameter to qemu_new_vlan_client()Mark McLoughlin
2009-10-27net: add an API for 'raw' packetsMark McLoughlin
2009-10-27net: add flags parameter to packet queue interfaceMark McLoughlin
2009-10-27net: add tap_has_vnet_hdr() and tap_using_vnet_hdr() APIsMark McLoughlin
2009-10-27net: add a client type codeMark McLoughlin
2009-10-27net: add a vnet_hdr=on|off parameterMark McLoughlin