aboutsummaryrefslogtreecommitdiffstats
path: root/hw/pc.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-03hw: better i440 emulationBernhard M. Wiedemann1-1/+1
2010-04-25x86: remove dead assignments, spotted by clang analyzerBlue Swirl1-4/+2
2010-04-19Check for invalid initrd fileM. Mohan Kumar1-0/+6
2010-03-29Compile acpi only onceBlue Swirl1-9/+27
2010-03-21Move x86 specific PC declarations to a separate fileBlue Swirl1-0/+1
2010-03-16error: Replace qemu_error() by error_report()Markus Armbruster1-3/+3
2010-03-16pc: Factor common code out of pc_boot_set() and cmos_init()Markus Armbruster1-20/+8
2010-03-16pc: Fix error reporting for -boot onceMarkus Armbruster1-4/+3
2010-03-04x86: Extend validity of bsp_to_cpuJan Kiszka1-1/+2
2010-03-04Allocate memory below 4GB as one chunkAvi Kivity1-9/+2
2010-02-19QEMU e820 reservation patchJes Sorensen1-0/+35
2010-02-19pc: Add backward compatibility options for virtio-serialAmit Shah1-0/+28
2010-02-19pc: Bump up pc version to 0.13 and add a 0.12 compat versionAmit Shah1-1/+9
2010-02-14Remove conditional rom loading supportBlue Swirl1-3/+0
2010-02-07fdc: don't use reserved _t suffixBlue Swirl1-1/+1
2010-01-20virtio-console: qdev conversion, new virtio-serial-busAmit Shah1-10/+1
2010-01-19pc: add driver version compat propertiesGerd Hoffmann1-0/+16
2010-01-11pc: add rombar to compat properties for pc-0.10 and pc-0.11Gerd Hoffmann1-0/+8
2010-01-11roms: rework rom loading via fwGerd Hoffmann1-2/+1
2010-01-11pc: add machine type for 0.12Gerd Hoffmann1-1/+17
2010-01-08multiboot: Separate multiboot loading into separate fileAdam Lackorzynski1-302/+3
2010-01-08multiboot: Support arbitrary number of modules.Adam Lackorzynski1-101/+167
2009-12-25hw/pc.c: fix warnings with _FORTIFY_SOURCEKirill A. Shutemov1-3/+12
2009-12-18roms: use new fw_cfg file xfer support.Gerd Hoffmann1-0/+2
2009-12-18Fix loading of ELF multiboot kernelsKevin Wolf1-4/+6
2009-12-12qdev: make compat stuff more genericGerd Hoffmann1-1/+1
2009-12-03multiboot: Use signed type for negative error numbersKevin Wolf1-0/+1
2009-12-03multiboot: Fix module loading and setting of mmap.Adam Lackorzynski1-1/+1
2009-12-01pci: pci.h cleanup: move out stuff not in pci.cMichael S. Tsirkin1-0/+5
2009-11-17Convert linux bootrom to external rom and fw_cfgAlexander Graf1-102/+24
2009-11-17Convert multiboot to fw_cfg backed data storageAlexander Graf1-13/+30
2009-10-30Remove e1000 rom loading hackAnthony Liguori1-21/+0
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 Hoffmann1-12/+0
2009-10-30rom loader: make vga+rom loading configurable.Gerd Hoffmann1-0/+1
2009-10-27pc.c: only load e1000 rom.Gerd Hoffmann1-1/+8
2009-10-15multiboot: Limit number of multiboot modulesAdam Lackorzynski1-1/+8
2009-10-15multiboot: Fix cmdline of modulesAdam Lackorzynski1-1/+1
2009-10-12rom loader: fix sparc -kernel boot.Gerd Hoffmann1-1/+1
2009-10-07New qdev_init_nofail()Markus Armbruster1-1/+1
2009-10-06Reorganize option rom (+linux kernel) loading.Gerd Hoffmann1-186/+85
2009-10-05Improve error reporting on file accessJustin M. Forbes1-6/+6
2009-10-05Fix pci_add nic not to exit on bad modelMarkus Armbruster1-1/+1
2009-10-05serial: convert isa to qdevGerd Hoffmann1-5/+1
2009-10-05floppy: add drive properties.Gerd Hoffmann1-4/+2
2009-10-05pci: windup acpi-based hotplugGerd Hoffmann1-2/+1
2009-10-05parallel: convert isa to qdevGerd Hoffmann1-2/+1
2009-10-05i2c: addresses are load/save as uint8_t values, change types to reflect thisJuan Quintela1-1/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-15/+15
2009-10-01Get rid of _t suffixmalc1-15/+15