aboutsummaryrefslogtreecommitdiff
path: root/hw/pc.c
AgeCommit message (Expand)Author
2010-03-29Compile acpi only onceBlue Swirl
2010-03-21Move x86 specific PC declarations to a separate fileBlue Swirl
2010-03-16error: Replace qemu_error() by error_report()Markus Armbruster
2010-03-16pc: Factor common code out of pc_boot_set() and cmos_init()Markus Armbruster
2010-03-16pc: Fix error reporting for -boot onceMarkus Armbruster
2010-03-04x86: Extend validity of bsp_to_cpuJan Kiszka
2010-03-04Allocate memory below 4GB as one chunkAvi Kivity
2010-02-19QEMU e820 reservation patchJes Sorensen
2010-02-19pc: Add backward compatibility options for virtio-serialAmit Shah
2010-02-19pc: Bump up pc version to 0.13 and add a 0.12 compat versionAmit Shah
2010-02-14Remove conditional rom loading supportBlue Swirl
2010-02-07fdc: don't use reserved _t suffixBlue Swirl
2010-01-20virtio-console: qdev conversion, new virtio-serial-busAmit Shah
2010-01-19pc: add driver version compat propertiesGerd Hoffmann
2010-01-11pc: add rombar to compat properties for pc-0.10 and pc-0.11Gerd Hoffmann
2010-01-11roms: rework rom loading via fwGerd Hoffmann
2010-01-11pc: add machine type for 0.12Gerd Hoffmann
2010-01-08multiboot: Separate multiboot loading into separate fileAdam Lackorzynski
2010-01-08multiboot: Support arbitrary number of modules.Adam Lackorzynski
2009-12-25hw/pc.c: fix warnings with _FORTIFY_SOURCEKirill A. Shutemov
2009-12-18roms: use new fw_cfg file xfer support.Gerd Hoffmann
2009-12-18Fix loading of ELF multiboot kernelsKevin Wolf
2009-12-12qdev: make compat stuff more genericGerd Hoffmann
2009-12-03multiboot: Use signed type for negative error numbersKevin Wolf
2009-12-03multiboot: Fix module loading and setting of mmap.Adam Lackorzynski
2009-12-01pci: pci.h cleanup: move out stuff not in pci.cMichael S. Tsirkin
2009-11-17Convert linux bootrom to external rom and fw_cfgAlexander Graf
2009-11-17Convert multiboot to fw_cfg backed data storageAlexander Graf
2009-10-30Remove e1000 rom loading hackAnthony Liguori
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-27pc.c: only load e1000 rom.Gerd Hoffmann
2009-10-15multiboot: Limit number of multiboot modulesAdam Lackorzynski
2009-10-15multiboot: Fix cmdline of modulesAdam Lackorzynski
2009-10-12rom loader: fix sparc -kernel boot.Gerd Hoffmann
2009-10-07New qdev_init_nofail()Markus Armbruster
2009-10-06Reorganize option rom (+linux kernel) loading.Gerd Hoffmann
2009-10-05Improve error reporting on file accessJustin M. Forbes
2009-10-05Fix pci_add nic not to exit on bad modelMarkus Armbruster
2009-10-05serial: convert isa to qdevGerd Hoffmann
2009-10-05floppy: add drive properties.Gerd Hoffmann
2009-10-05pci: windup acpi-based hotplugGerd Hoffmann
2009-10-05parallel: convert isa to qdevGerd Hoffmann
2009-10-05i2c: addresses are load/save as uint8_t values, change types to reflect thisJuan Quintela
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-20Compile loader only onceBlue Swirl
2009-09-15ide/isa: convert to qdev.Gerd Hoffmann
2009-09-13x86: move a declaration to headerBlue Swirl