summaryrefslogtreecommitdiffstats
path: root/hw/pc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use correct types to enable > 2G support, based on a patch fromaurel322008-04-221-6/+27
* x86: remove load_kernel()aurel322008-04-221-31/+0
* x86: Rework local IRQ delivery for APICsaurel322008-04-131-4/+11
* Fix vmmouse with -smpaurel322008-04-071-1/+2
* Tell BIOS about the number of CPUsaurel322008-03-281-0/+3
* SCI fixesaurel322008-03-181-1/+1
* Fix VMware VGA init call (Anthony Liguori).balrog2008-02-031-2/+2
* Fix char* signedness, by Andre Przywara.ths2007-12-161-1/+1
* Add -drive parameter, by Laurent Vivier.ths2007-12-021-21/+49
* Remove unused parameters from QEMUMachineInitFunc (Laurent Vivier)blueswir12007-11-181-12/+8
* Add statics and missing #includes for prototypes.pbrook2007-11-181-4/+4
* Break up vl.h.pbrook2007-11-171-1/+10
* More generic boot devices specification, allowing more devices to be specifiedj_mayer2007-11-111-5/+17
* added cpu_model parameter to cpu_init()bellard2007-11-101-5/+5
* added -cpu option for x86 (initial patch by Dan Kenigsberg)bellard2007-11-081-3/+15
* removed tracesbellard2007-11-071-0/+4
* Set boot sequence from command line (Dan Kenigsberg).balrog2007-10-311-22/+27
* Don't route PIC interrupts through the local APIC if the local APICths2007-10-091-3/+4
* New '-bios' option, used to select an alternate BIOS image from bios_dir.j_mayer2007-10-051-1/+3
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-5/+5
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-33/+33
* Let qemu work with latest bochsbios, by Bernhard Kauer.ths2007-08-261-0/+3
* Use the framework for the VMware mouse emulation, by Herve Poussineau.ths2007-08-261-0/+1
* Use the correct PCI IDs for Malta.ths2007-06-061-1/+1
* SMBus support for MIPS Malta.ths2007-05-281-1/+1
* New option -net nic,model=? (Mark Glines)blueswir12007-05-271-0/+5
OpenPOWER on IntegriCloud