summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Unbreak tap compilation on OS XAlexander Graf2009-10-303-2/+9
* Revert "Fall back to network boot as the last possible boot option"Anthony Liguori2009-10-301-1/+1
* Fall back to network boot as the last possible boot optionAnthony Liguori2009-10-301-1/+1
* Remove e1000 rom loading hackAnthony Liguori2009-10-302-23/+0
* Switch from etherboot to gPXEAnthony Liguori2009-10-308-4/+10
* Switch pc bios from pc-bios to seabiosAnthony Liguori2009-10-304-3/+0
* Update SeaBIOS to latest upstreamAnthony Liguori2009-10-301-0/+0
* virtio-net: fix macaddr config regressionMark McLoughlin2009-10-301-0/+1
* qemu/msix: fix table access issuesMichael S. Tsirkin2009-10-301-7/+4
* qemu/virtio: make wmb compiler barrier + commentsMichael S. Tsirkin2009-10-301-1/+4
* 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
OpenPOWER on IntegriCloud