summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-11-09qdev: Tag isa-fdc, PIIX3 IDE and PIIX4 IDE as no-userMarkus Armbruster2-0/+3
2009-11-09Pass the drive's readonly attribute to the guest OSNaphtali Sprei2-1/+5
2009-11-09Added readonly flag to -drive commandNaphtali Sprei4-4/+29
2009-11-09qcow2: Allow qcow2 disk images with size zeroStefan Weil2-9/+13
2009-11-07(x86/Sparc/PPC)-user: fix cpu_copyBlue Swirl1-0/+3
2009-11-07IDE: Fix reset handlingBlue Swirl8-12/+88
2009-11-07user: move CPU reset call to main.c for x86/PPC/SparcBlue Swirl6-9/+8
2009-11-07PPC: rename cpu_ppc_reset to cpu_reset for consistencyBlue Swirl9-14/+11
2009-11-07Sparc64/x86: remove unneeded calls to device resetBlue Swirl5-14/+9
2009-11-07PPC: remove unneeded calls to device resetBlue Swirl13-26/+2
2009-11-07sparc32 (mostly): remove unneeded calls to device resetBlue Swirl17-24/+2
2009-11-07v3: don't call reset functions on cpu initializationGlauber Costa14-13/+4
2009-11-06vga: fix line comparisonmalc1-7/+5
2009-11-06vga: Respect Line Compare Register in text modesmalc1-5/+13
2009-11-04Sparc: fix carry flag handling (Solaris bootblk fix)Artyom Tarasenko1-61/+30
2009-11-03hw/sd: Support SDHC size cardsAndrzej Zaborowski1-60/+84
2009-11-02Fix the build when srcdir == objdirAnthony Liguori1-3/+3
2009-10-30Unbreak Linux buildAnthony Liguori1-1/+1
2009-10-30Update gpxe roms to have BANNER_TIMEOUT=0Anthony Liguori7-1/+1
2009-10-30Unbreak tap compilation on OS XAlexander Graf3-2/+9
2009-10-30Revert "Fall back to network boot as the last possible boot option"Anthony Liguori1-1/+1
2009-10-30Fall back to network boot as the last possible boot optionAnthony Liguori1-1/+1
2009-10-30Remove e1000 rom loading hackAnthony Liguori2-23/+0
2009-10-30Switch from etherboot to gPXEAnthony Liguori8-4/+10
2009-10-30Switch pc bios from pc-bios to seabiosAnthony Liguori4-3/+0
2009-10-30Update SeaBIOS to latest upstreamAnthony Liguori1-0/+0
2009-10-30virtio-net: fix macaddr config regressionMark McLoughlin1-0/+1
2009-10-30qemu/msix: fix table access issuesMichael S. Tsirkin1-7/+4
2009-10-30qemu/virtio: make wmb compiler barrier + commentsMichael S. Tsirkin1-1/+4
2009-10-30Remove aio_ctx from paio_* interfaceKevin Wolf3-14/+11
2009-10-30Add *CFLAGS to LINK in rules.makPeter Hjalmarsson1-1/+1
2009-10-30serial: Add missing bitStefan Weil1-3/+5
2009-10-30serial: Support additional serial speed valuesStefan Weil1-26/+61
2009-10-30usb: print attached status in info qtreeGerd Hoffmann1-3/+4
2009-10-30usb-host: use qdev for -usbdevice + rework.Gerd Hoffmann1-266/+144
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