summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove aio_ctx from paio_* interfaceKevin Wolf2009-10-303-14/+11
* Add *CFLAGS to LINK in rules.makPeter Hjalmarsson2009-10-301-1/+1
* serial: Add missing bitStefan Weil2009-10-301-3/+5
* serial: Support additional serial speed valuesStefan Weil2009-10-301-26/+61
* usb: print attached status in info qtreeGerd Hoffmann2009-10-301-3/+4
* usb-host: use qdev for -usbdevice + rework.Gerd Hoffmann2009-10-301-266/+144
* usb-storage: use qdev for -usbdeviceGerd Hoffmann2009-10-303-37/+25
* usb: make attach optional.Gerd Hoffmann2009-10-302-1/+3
* usb-serial and braille: use qdev for -usbdeviceGerd Hoffmann2009-10-305-38/+65
* usb-hid: use qdev for -usbdeviceGerd Hoffmann2009-10-303-29/+4
* usb core: use qdev for -usbdeviceGerd Hoffmann2009-10-305-1/+59
* use rom loader for pc bios.Gerd Hoffmann2009-10-301-2/+2
* vga roms: move loading from pc.c to vga drivers.Gerd Hoffmann2009-10-305-13/+14
* rom loader: make vga+rom loading configurable.Gerd Hoffmann2009-10-303-4/+19
* rom loader: use qemu_strdup.Gerd Hoffmann2009-10-301-1/+1
* net: move UFO support detection to tap-linux.cMark McLoughlin2009-10-306-6/+29
* net: move tap_set_offload() code into tap-linux.cMark McLoughlin2009-10-306-20/+43
* net: move tap_probe_vnet_hdr() to tap-linux.cMark McLoughlin2009-10-306-12/+27
* net: move tap_set_sndbuf() to tap-linux.cMark McLoughlin2009-10-306-24/+42
* net: move linux code into net/tap-linux.cMark McLoughlin2009-10-303-47/+79
* build: add CONFIG_LINUXMark McLoughlin2009-10-301-0/+4
* net: move AIX code into net/tap-aix.cMark McLoughlin2009-10-304-14/+33
* net: move solaris code to net/tap-solaris.cMark McLoughlin2009-10-304-165/+191
* net: split BSD tap_open() out into net/tap-bsd.cMark McLoughlin2009-10-304-46/+69
* net: split all the tap code out into net/tap.cMark McLoughlin2009-10-304-691/+763
* net: move tap-linux.h under net/Mark McLoughlin2009-10-302-1/+1
* net: move more stuff into net/tap-win32.c, add net/tap.hMark McLoughlin2009-10-306-75/+100
* net: move tap-win32.c under net/Mark McLoughlin2009-10-302-1/+1
* net: move net-checksum.c under net/Mark McLoughlin2009-10-307-9/+119
* net: move net-queue.[ch] under net/Mark McLoughlin2009-10-305-6/+10
* Revert "char: emit the OPENED event only when a new char connection is opened"Anthony Liguori2009-10-272-8/+1
* really fix net.hAnthony Liguori2009-10-271-1/+1
* Fix signature of new_vlan_clientAnthony Liguori2009-10-271-1/+2
* virtio-net: add tap_has_ufo flag to saved stateMark McLoughlin2009-10-271-2/+21
* Enable UFO on virtio-net and tap devicesSridhar Samudrala2009-10-274-7/+44
* Work around dhclient brokennessAnthony Liguori2009-10-271-0/+29
* virtio-net: enable tap offload if guest supports itMark McLoughlin2009-10-271-0/+18
* net: add tap_set_offload()Mark McLoughlin2009-10-273-0/+32
* virtio-net: add vnet_hdr supportMark McLoughlin2009-10-271-7/+44
* net: implement tap support for receive_raw()Mark McLoughlin2009-10-271-4/+19
* net: use qemu_send_packet_raw() in qemu_announce_self()Gleb Natapov2009-10-271-6/+1
* net: add receive_raw parameter to qemu_new_vlan_client()Mark McLoughlin2009-10-279-13/+16
* net: add an API for 'raw' packetsMark McLoughlin2009-10-273-8/+32
* net: add flags parameter to packet queue interfaceMark McLoughlin2009-10-273-10/+36
* net: add tap_has_vnet_hdr() and tap_using_vnet_hdr() APIsMark McLoughlin2009-10-272-4/+38
* net: add a client type codeMark McLoughlin2009-10-279-14/+40
* net: add a vnet_hdr=on|off parameterMark McLoughlin2009-10-272-11/+35
* net: refactor tap initializationMark McLoughlin2009-10-271-45/+52
* net: enable IFF_VNET_HDR on tap fds if availableMark McLoughlin2009-10-272-13/+84
* net: make tap_receive() re-use tap_receive_iov() codeMark McLoughlin2009-10-271-8/+15
OpenPOWER on IntegriCloud