aboutsummaryrefslogtreecommitdiff
path: root/hw/pc.c
AgeCommit message (Expand)Author
2010-05-22Compile dma only onceBlue Swirl
2010-05-22Compile pckbd only onceBlue Swirl
2010-05-20pc: fix segfault introduced by 3d53f5c36ff6Eduard - Gabriel Munteanu
2010-05-15rtc: make rtc_xxx accept/return ISADevice instead of RTCState.Isaku Yamahata
2010-05-15pc: split out piix specific part from pc.c into pc_piix.cIsaku Yamahata
2010-05-15pc: split out pci device init from pc_init1() into pc_pci_device_init()Isaku Yamahata
2010-05-15pc: split out basic device init from pc_init1() into pc_basic_device_init()Isaku Yamahata
2010-05-15pc: split out vga initialization from pc_init1() into pc_vga_init().Isaku Yamahata
2010-05-15pc: split out memory allocation from pc_init1() into pc_memory_init()Isaku Yamahata
2010-05-15pc: split out cpu initialization from pc_init1() into pc_cpus_init().Isaku Yamahata
2010-05-15pc: make pc_init1() not refer ferr_irq directly.Isaku Yamahata
2010-05-15pc: introduce a function to allocate cpu irq.Isaku Yamahata
2010-05-15pc: remove global variable rtc_state by using qemu_irq.Isaku Yamahata
2010-05-15pc: remove a global variable, floppy_controller.Isaku Yamahata
2010-05-15pc: make an unnecessary global variable, pit, local.Isaku Yamahata
2010-05-15pc, i440fx: Make smm enable/disable function i440fx independent.Isaku Yamahata
2010-05-15pc: initialize ioapic before use.Isaku Yamahata
2010-05-03hw: better i440 emulationBernhard M. Wiedemann
2010-04-25x86: remove dead assignments, spotted by clang analyzerBlue Swirl
2010-04-19Check for invalid initrd fileM. Mohan Kumar
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