aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-10-30usb-storage: use qdev for -usbdeviceGerd Hoffmann3-37/+25
2009-10-30usb: make attach optional.Gerd Hoffmann2-1/+3
2009-10-30usb-serial and braille: use qdev for -usbdeviceGerd Hoffmann5-38/+65
2009-10-30usb-hid: use qdev for -usbdeviceGerd Hoffmann3-29/+4
2009-10-30usb core: use qdev for -usbdeviceGerd Hoffmann5-1/+59
2009-10-30use rom loader for pc bios.Gerd Hoffmann1-2/+2
2009-10-30vga roms: move loading from pc.c to vga drivers.Gerd Hoffmann5-13/+14
2009-10-30rom loader: make vga+rom loading configurable.Gerd Hoffmann3-4/+19
2009-10-30rom loader: use qemu_strdup.Gerd Hoffmann1-1/+1
2009-10-30net: move UFO support detection to tap-linux.cMark McLoughlin6-6/+29
2009-10-30net: move tap_set_offload() code into tap-linux.cMark McLoughlin6-20/+43
2009-10-30net: move tap_probe_vnet_hdr() to tap-linux.cMark McLoughlin6-12/+27
2009-10-30net: move tap_set_sndbuf() to tap-linux.cMark McLoughlin6-24/+42
2009-10-30net: move linux code into net/tap-linux.cMark McLoughlin3-47/+79
2009-10-30build: add CONFIG_LINUXMark McLoughlin1-0/+4
2009-10-30net: move AIX code into net/tap-aix.cMark McLoughlin4-14/+33
2009-10-30net: move solaris code to net/tap-solaris.cMark McLoughlin4-165/+191
2009-10-30net: split BSD tap_open() out into net/tap-bsd.cMark McLoughlin4-46/+69
2009-10-30net: split all the tap code out into net/tap.cMark McLoughlin4-691/+763
2009-10-30net: move tap-linux.h under net/Mark McLoughlin2-1/+1
2009-10-30net: move more stuff into net/tap-win32.c, add net/tap.hMark McLoughlin6-75/+100
2009-10-30net: move tap-win32.c under net/Mark McLoughlin2-1/+1
2009-10-30net: move net-checksum.c under net/Mark McLoughlin7-9/+119
2009-10-30net: move net-queue.[ch] under net/Mark McLoughlin5-6/+10
2009-10-27Revert "char: emit the OPENED event only when a new char connection is opened"Anthony Liguori2-8/+1
2009-10-27really fix net.hAnthony Liguori1-1/+1
2009-10-27Fix signature of new_vlan_clientAnthony Liguori1-1/+2
2009-10-27virtio-net: add tap_has_ufo flag to saved stateMark McLoughlin1-2/+21
2009-10-27Enable UFO on virtio-net and tap devicesSridhar Samudrala4-7/+44
2009-10-27Work around dhclient brokennessAnthony Liguori1-0/+29
2009-10-27virtio-net: enable tap offload if guest supports itMark McLoughlin1-0/+18
2009-10-27net: add tap_set_offload()Mark McLoughlin3-0/+32
2009-10-27virtio-net: add vnet_hdr supportMark McLoughlin1-7/+44
2009-10-27net: implement tap support for receive_raw()Mark McLoughlin1-4/+19
2009-10-27net: use qemu_send_packet_raw() in qemu_announce_self()Gleb Natapov1-6/+1
2009-10-27net: add receive_raw parameter to qemu_new_vlan_client()Mark McLoughlin9-13/+16
2009-10-27net: add an API for 'raw' packetsMark McLoughlin3-8/+32
2009-10-27net: add flags parameter to packet queue interfaceMark McLoughlin3-10/+36
2009-10-27net: add tap_has_vnet_hdr() and tap_using_vnet_hdr() APIsMark McLoughlin2-4/+38
2009-10-27net: add a client type codeMark McLoughlin9-14/+40
2009-10-27net: add a vnet_hdr=on|off parameterMark McLoughlin2-11/+35
2009-10-27net: refactor tap initializationMark McLoughlin1-45/+52
2009-10-27net: enable IFF_VNET_HDR on tap fds if availableMark McLoughlin2-13/+84
2009-10-27net: make tap_receive() re-use tap_receive_iov() codeMark McLoughlin1-8/+15
2009-10-27net: import linux tap ioctl definitionsMark McLoughlin3-17/+31
2009-10-27net: remove unused includes of if_tun.h and if_tap.hMark McLoughlin3-18/+0
2009-10-27Revert "qcow2: Bring synchronous read/write back to life"Kevin Wolf3-55/+5
2009-10-27linux-aio: Honour AsyncContextKevin Wolf1-15/+72
2009-10-27posix-aio-compat: Honour AsyncContextKevin Wolf1-0/+12
2009-10-27block: Use new AsyncContext for bdrv_read/write emulationKevin Wolf1-4/+18