aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-11-09Configurable block format whitelistMarkus Armbruster
2009-11-09qdev: Tag isa-fdc, PIIX3 IDE and PIIX4 IDE as no-userMarkus Armbruster
2009-11-09Pass the drive's readonly attribute to the guest OSNaphtali Sprei
2009-11-09Added readonly flag to -drive commandNaphtali Sprei
2009-11-09qcow2: Allow qcow2 disk images with size zeroStefan Weil
2009-11-07(x86/Sparc/PPC)-user: fix cpu_copyBlue Swirl
2009-11-07IDE: Fix reset handlingBlue Swirl
2009-11-07user: move CPU reset call to main.c for x86/PPC/SparcBlue Swirl
2009-11-07PPC: rename cpu_ppc_reset to cpu_reset for consistencyBlue Swirl
2009-11-07Sparc64/x86: remove unneeded calls to device resetBlue Swirl
2009-11-07PPC: remove unneeded calls to device resetBlue Swirl
2009-11-07sparc32 (mostly): remove unneeded calls to device resetBlue Swirl
2009-11-07v3: don't call reset functions on cpu initializationGlauber Costa
2009-11-06vga: fix line comparisonmalc
2009-11-06vga: Respect Line Compare Register in text modesmalc
2009-11-04Sparc: fix carry flag handling (Solaris bootblk fix)Artyom Tarasenko
2009-11-03hw/sd: Support SDHC size cardsAndrzej Zaborowski
2009-11-02Fix the build when srcdir == objdirAnthony Liguori
2009-10-30Unbreak Linux buildAnthony Liguori
2009-10-30Update gpxe roms to have BANNER_TIMEOUT=0Anthony Liguori
2009-10-30Unbreak tap compilation on OS XAlexander Graf
2009-10-30Revert "Fall back to network boot as the last possible boot option"Anthony Liguori
2009-10-30Fall back to network boot as the last possible boot optionAnthony Liguori
2009-10-30Remove e1000 rom loading hackAnthony Liguori
2009-10-30Switch from etherboot to gPXEAnthony Liguori
2009-10-30Switch pc bios from pc-bios to seabiosAnthony Liguori
2009-10-30Update SeaBIOS to latest upstreamAnthony Liguori
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