aboutsummaryrefslogtreecommitdiff
path: root/hw/pc.c
AgeCommit message (Expand)Author
2008-05-28moved halted field to CPU_COMMONbellard
2008-05-13Remove some uses of phys_ram_base (initial patch by Ian Jackson)blueswir1
2008-05-05hw/pc.c: fix warningaurel32
2008-05-048250: Customized base baudrateaurel32
2008-05-04Allow bootdevice change from the monitoraurel32
2008-04-27Use correct types to enable > 2G support, based on a patch fromaurel32
2008-04-24RAM usage information in machine definition.balrog
2008-04-22Revert "Use correct types to enable > 2G support" (r4238), it isaurel32
2008-04-22Use correct types to enable > 2G support, based on a patch fromaurel32
2008-04-22x86: remove load_kernel()aurel32
2008-04-13x86: Rework local IRQ delivery for APICsaurel32
2008-04-07Fix vmmouse with -smpaurel32
2008-03-28Tell BIOS about the number of CPUsaurel32
2008-03-18SCI fixesaurel32
2008-02-03Fix VMware VGA init call (Anthony Liguori).balrog
2007-12-16Fix char* signedness, by Andre Przywara.ths
2007-12-02Add -drive parameter, by Laurent Vivier.ths
2007-11-18 Remove unused parameters from QEMUMachineInitFunc (Laurent Vivier)blueswir1
2007-11-18Add statics and missing #includes for prototypes.pbrook
2007-11-17Break up vl.h.pbrook
2007-11-11More generic boot devices specification, allowing more devices to be specifiedj_mayer
2007-11-10added cpu_model parameter to cpu_init()bellard
2007-11-08added -cpu option for x86 (initial patch by Dan Kenigsberg)bellard
2007-11-07removed tracesbellard
2007-10-31Set boot sequence from command line (Dan Kenigsberg).balrog
2007-10-09Don't route PIC interrupts through the local APIC if the local APICths
2007-10-05New '-bios' option, used to select an alternate BIOS image from bios_dir.j_mayer
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-08-26Let qemu work with latest bochsbios, by Bernhard Kauer.ths
2007-08-26Use the framework for the VMware mouse emulation, by Herve Poussineau.ths
2007-06-06Use the correct PCI IDs for Malta.ths
2007-05-28SMBus support for MIPS Malta.ths
2007-05-27New option -net nic,model=? (Mark Glines)blueswir1
2007-05-23Use i2c_slave_init() to allocate the PXA (dummy) I2C slave.balrog
2007-05-23I2C/SMBus framework.pbrook
2007-05-20Delete now unused define.ths
2007-05-19Linux loader rewrite, by H. Peter Anvin.ths
2007-04-07Unify IRQ handling.pbrook
2007-04-02VMware SVGA II emulation, by Andrzej Zaborowski.ths
2007-03-31Large kernel initrd fix (initial patch by Daniel Jacobowitz).pbrook
2007-03-05New -cpu options: choose CPU model for emulated target.j_mayer
2007-02-08use ram allocation functionsbellard
2007-02-02PIIX4 SMBus host, EEPROM device emulation, by Ed Swierk.ths
2007-01-10Devfn number for the PIIX3 southbridge, by Aurelien Jarno.ths
2007-01-10Devfn number for network PCI cards, by Aurelien Jarno.ths
2007-01-07Revert -disk patch, as requested by Fabrice. The general idea of thisths
2007-01-05Add -option-rom option to allow loading of PCI option ROMs, by Anthony Liguori.ths
2006-12-22SCSI emulation improvements, by Chuck Brazie.ths
2006-12-07Move date/time init to the RTC implementation.ths