summaryrefslogtreecommitdiff
path: root/hw/pc.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-09-15Right now, kvm keeps the memory allocation split, so we canaliguori1-4/+16
2008-09-06Fix most warnings that would be caused by gcc flag -Wundefblueswir11-1/+1
2008-08-21PC: suggest a workaround to boot a kernel without hard-diskaurel321-1/+1
2008-08-21De-assert PIC IRQs properly at APIC levelaurel321-3/+1
2008-08-21De-assert ISA PIC IRQs properlyaurel321-4/+6
2008-08-19i386: fix isapc machineaurel321-4/+8
2008-08-15Use C99 initializersaurel321-8/+8
2008-07-16Fix a bunch of type mismatch-related warnings (Jan Kiszka).balrog1-6/+7
2008-06-30Move CPU save/load registration to common code.pbrook1-1/+0
2008-06-20Add an opaque parameter to boot_set API, move function to monitor.cblueswir11-4/+4
2008-06-04save more CPU statebellard1-1/+1
2008-05-28moved halted field to CPU_COMMONbellard1-1/+1
2008-05-13Remove some uses of phys_ram_base (initial patch by Ian Jackson)blueswir11-23/+23
2008-05-05hw/pc.c: fix warningaurel321-0/+1
2008-05-048250: Customized base baudrateaurel321-1/+2
2008-05-04Allow bootdevice change from the monitoraurel321-0/+29
2008-04-27Use correct types to enable > 2G support, based on a patch fromaurel321-6/+27
2008-04-24RAM usage information in machine definition.balrog1-0/+4
2008-04-22Revert "Use correct types to enable > 2G support" (r4238), it isaurel321-27/+6
2008-04-22Use correct types to enable > 2G support, based on a patch fromaurel321-6/+27
2008-04-22x86: remove load_kernel()aurel321-31/+0
2008-04-13x86: Rework local IRQ delivery for APICsaurel321-4/+11
2008-04-07Fix vmmouse with -smpaurel321-1/+2
2008-03-28Tell BIOS about the number of CPUsaurel321-0/+3
2008-03-18SCI fixesaurel321-1/+1
2008-02-03Fix VMware VGA init call (Anthony Liguori).balrog1-2/+2
2007-12-16Fix char* signedness, by Andre Przywara.ths1-1/+1
2007-12-02Add -drive parameter, by Laurent Vivier.ths1-21/+49
2007-11-18 Remove unused parameters from QEMUMachineInitFunc (Laurent Vivier)blueswir11-12/+8
2007-11-18Add statics and missing #includes for prototypes.pbrook1-4/+4