summaryrefslogtreecommitdiffstats
path: root/hw/pc.c
Commit message (Expand)AuthorAgeFilesLines
* Separate virtio PCI codePaul Brook2009-05-181-3/+3
* SMBus qdev conversionPaul Brook2009-05-141-1/+5
* Virtio-console conversionPaul Brook2009-05-141-3/+3
* Virtio-balloon qdev conversionPaul Brook2009-05-141-3/+3
* Virtio-blk qdev conversionPaul Brook2009-05-141-2/+1
* LSI SCSI qdev conversionPaul Brook2009-05-141-10/+2
* Remove vga_ram_sizePaul Brook2009-05-131-10/+10
* Push AUD_init down to devicesPaul Brook2009-05-121-7/+3
* Make AUD_init failure fatalPaul Brook2009-05-121-10/+8
* reset state for load_linuxGlauber Costa2009-05-081-0/+7
* register reset handler for option_romsGlauber Costa2009-05-081-0/+25
* suport device driver initialization modelGlauber Costa2009-05-011-2/+1
* Hardware watchdogRichard W.M. Jones2009-05-011-0/+3
* sending NUMA topology to BIOS (Andre Przywara)aliguori2009-04-211-0/+24
* kqemu: merge CONFIG_KQEMU and USE_KQEMUblueswir12009-04-191-1/+1
* qemu: Add support for SMBIOS command line otions (Alex Williamson)aliguori2009-04-171-0/+9
* Remove redundant ram_require machine properly.pbrook2009-04-111-2/+0
* Clean up VGA ram allocation.pbrook2009-04-101-15/+6
* More phys_ram_base removal.pbrook2009-04-101-1/+1
* Use cpu_physical_memory_write_rom instead of memcpy.pbrook2009-04-091-4/+4
* Register a single area for vga bios and option romspbrook2009-04-091-68/+53
* get roms more room. (Glauber Costa)aliguori2009-03-281-10/+19
* Sparse fixes: move ACPI table definitions to pc.hblueswir12009-03-071-4/+2
* monitor: Rework API (Jan Kiszka)aliguori2009-03-051-4/+5
* Allow additions of ACPI tables from command line (Gleb Natapov)aliguori2009-02-271-0/+5
* qemu: initialize hot add system / acpi gpe (Marcelo Tosatti)aliguori2009-02-111-0/+2
* Support epoch of 1980 in RTC emulation for MIPS Magnumaurel322009-01-241-1/+1
* graphical_console_init change (Stefano Stabellini)aliguori2009-01-161-10/+10
* Fix uninitialized variable warningaliguori2009-01-161-4/+4
* add a -vga none cli option (Stefano Stabellini)aliguori2009-01-151-17/+19
* add virtio-console initializer for x86 (Christian Ehrhardt)aliguori2009-01-151-0/+9
* Make pci_nic_init() use qemu_setup_nic_model() (Mark McLoughlin)aliguori2009-01-131-21/+5
* Add HPET emulation to qemu (Beth Kon)aliguori2008-12-171-0/+4
* Handle suspend in qemu (Gleb Natapov)aliguori2008-12-171-0/+8
* pci: virtio: use pci id defines (Gerd Hoffman)aliguori2008-12-111-2/+1
* Add virtio-balloon supportaliguori2008-12-041-0/+5
* Add virtio-blk supportaliguori2008-12-041-0/+13
* Use an option rom instead of boot sector for -kernelaliguori2008-11-081-22/+50
* hw/pc: don't register the memory hole as unassigned twiceaurel322008-10-241-2/+0
* machine struct - specify max_cpus at the per machine level (Jes Sorensen)aliguori2008-10-071-0/+2
* Add common keys to firmware configurationblueswir12008-09-181-0/+1
* Key/value based qemu<->guest firmware communication mechanism (Gleb Natapov)blueswir12008-09-181-0/+7
* Right now, kvm keeps the memory allocation split, so we canaliguori2008-09-151-4/+16
* Fix most warnings that would be caused by gcc flag -Wundefblueswir12008-09-061-1/+1
* PC: suggest a workaround to boot a kernel without hard-diskaurel322008-08-211-1/+1
* De-assert PIC IRQs properly at APIC levelaurel322008-08-211-3/+1
* De-assert ISA PIC IRQs properlyaurel322008-08-211-4/+6
* i386: fix isapc machineaurel322008-08-191-4/+8
* Use C99 initializersaurel322008-08-151-8/+8
* Fix a bunch of type mismatch-related warnings (Jan Kiszka).balrog2008-07-161-6/+7
OpenPOWER on IntegriCloud