summaryrefslogtreecommitdiff
path: root/hw/pc.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-23Add common BusStatePaul Brook1-1/+1
2009-05-22Introduce reset notifier orderJan Kiszka1-2/+2
2009-05-21Introduce is_default field for QEMUMachineAnthony Liguori1-0/+1
2009-05-21Convert machine registration to use module init functionsAnthony Liguori1-2/+10
2009-05-20Remove initrd warning messageRichard W.M. Jones1-3/+0
2009-05-20keep initrd in below 4g area.Glauber Costa1-4/+5
2009-05-20Remove dead codemalc1-14/+7
2009-05-19Disable >4G ram support on 32-bit targetsPaul Brook1-0/+4
2009-05-18Separate virtio PCI codePaul Brook1-3/+3
2009-05-14SMBus qdev conversionPaul Brook1-1/+5
2009-05-14Virtio-console conversionPaul Brook1-3/+3
2009-05-14Virtio-balloon qdev conversionPaul Brook1-3/+3
2009-05-14Virtio-blk qdev conversionPaul Brook1-2/+1
2009-05-14LSI SCSI qdev conversionPaul Brook1-10/+2
2009-05-13Remove vga_ram_sizePaul Brook1-10/+10
2009-05-12Push AUD_init down to devicesPaul Brook1-7/+3
2009-05-12Make AUD_init failure fatalPaul Brook1-10/+8
2009-05-08reset state for load_linuxGlauber Costa1-0/+7
2009-05-08register reset handler for option_romsGlauber Costa1-0/+25
2009-05-01suport device driver initialization modelGlauber Costa1-2/+1
2009-05-01Hardware watchdogRichard W.M. Jones1-0/+3
2009-04-21sending NUMA topology to BIOS (Andre Przywara)aliguori1-0/+24
2009-04-19kqemu: merge CONFIG_KQEMU and USE_KQEMUblueswir11-1/+1
2009-04-17qemu: Add support for SMBIOS command line otions (Alex Williamson)aliguori1-0/+9
2009-04-11Remove redundant ram_require machine properly.pbrook1-2/+0
2009-04-10Clean up VGA ram allocation.pbrook1-15/+6
2009-04-10More phys_ram_base removal.pbrook1-1/+1
2009-04-09Use cpu_physical_memory_write_rom instead of memcpy.pbrook1-4/+4
2009-04-09Register a single area for vga bios and option romspbrook1-68/+53
2009-03-28get roms more room. (Glauber Costa)aliguori1-10/+19
2009-03-07Sparse fixes: move ACPI table definitions to pc.hblueswir11-4/+2
2009-03-05monitor: Rework API (Jan Kiszka)aliguori1-4/+5
2009-02-27Allow additions of ACPI tables from command line (Gleb Natapov)aliguori1-0/+5
2009-02-11qemu: initialize hot add system / acpi gpe (Marcelo Tosatti)aliguori1-0/+2
2009-01-24Support epoch of 1980 in RTC emulation for MIPS Magnumaurel321-1/+1
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori1-10/+10
2009-01-16Fix uninitialized variable warningaliguori1-4/+4
2009-01-15add a -vga none cli option (Stefano Stabellini)aliguori1-17/+19
2009-01-15add virtio-console initializer for x86 (Christian Ehrhardt)aliguori1-0/+9
2009-01-13Make pci_nic_init() use qemu_setup_nic_model() (Mark McLoughlin)aliguori1-21/+5
2008-12-17Add HPET emulation to qemu (Beth Kon)aliguori1-0/+4
2008-12-17Handle suspend in qemu (Gleb Natapov)aliguori1-0/+8
2008-12-11pci: virtio: use pci id defines (Gerd Hoffman)aliguori1-2/+1
2008-12-04Add virtio-balloon supportaliguori1-0/+5
2008-12-04Add virtio-blk supportaliguori1-0/+13
2008-11-08Use an option rom instead of boot sector for -kernelaliguori1-22/+50
2008-10-24hw/pc: don't register the memory hole as unassigned twiceaurel321-2/+0
2008-10-07machine struct - specify max_cpus at the per machine level (Jes Sorensen)aliguori1-0/+2
2008-09-18Add common keys to firmware configurationblueswir11-0/+1
2008-09-18Key/value based qemu<->guest firmware communication mechanism (Gleb Natapov)blueswir11-0/+7