summaryrefslogtreecommitdiffstats
path: root/hw/pc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move CPU save/load registration to common code.pbrook2008-06-301-1/+0
* Add an opaque parameter to boot_set API, move function to monitor.cblueswir12008-06-201-4/+4
* save more CPU statebellard2008-06-041-1/+1
* moved halted field to CPU_COMMONbellard2008-05-281-1/+1
* Remove some uses of phys_ram_base (initial patch by Ian Jackson)blueswir12008-05-131-23/+23
* hw/pc.c: fix warningaurel322008-05-051-0/+1
* 8250: Customized base baudrateaurel322008-05-041-1/+2
* Allow bootdevice change from the monitoraurel322008-05-041-0/+29
* Use correct types to enable > 2G support, based on a patch fromaurel322008-04-271-6/+27
* RAM usage information in machine definition.balrog2008-04-241-0/+4
* Revert "Use correct types to enable > 2G support" (r4238), it isaurel322008-04-221-27/+6
OpenPOWER on IntegriCloud