summaryrefslogtreecommitdiffstats
path: root/hw/pc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use i2c_slave_init() to allocate the PXA (dummy) I2C slave.balrog2007-05-231-1/+1
* I2C/SMBus framework.pbrook2007-05-231-4/+5
* Delete now unused define.ths2007-05-201-1/+0
* Linux loader rewrite, by H. Peter Anvin.ths2007-05-191-82/+222
* Unify IRQ handling.pbrook2007-04-071-20/+26
* VMware SVGA II emulation, by Andrzej Zaborowski.ths2007-04-021-0/+6
* Large kernel initrd fix (initial patch by Daniel Jacobowitz).pbrook2007-03-311-3/+26
* New -cpu options: choose CPU model for emulated target.j_mayer2007-03-051-2/+4
* use ram allocation functionsbellard2007-02-081-32/+55
* PIIX4 SMBus host, EEPROM device emulation, by Ed Swierk.ths2007-02-021-0/+6
* Devfn number for the PIIX3 southbridge, by Aurelien Jarno.ths2007-01-101-1/+1
* Devfn number for network PCI cards, by Aurelien Jarno.ths2007-01-101-1/+1
* Revert -disk patch, as requested by Fabrice. The general idea of thisths2007-01-071-12/+14
* Add -option-rom option to allow loading of PCI option ROMs, by Anthony Liguori.ths2007-01-051-1/+18
* SCSI emulation improvements, by Chuck Brazie.ths2006-12-221-14/+12
* Move date/time init to the RTC implementation.ths2006-12-071-22/+0
* moved MP table init to BIOSbellard2006-09-241-163/+15
* vga init changesbellard2006-08-171-2/+7
* new clock logic: cpu ticks and virtual clocks are no longer proportional - ad...bellard2006-07-131-2/+11
* -no-fd-bootchk option (Lonnie Mendez)bellard2006-06-141-4/+2
* PCI SCSI HBA emulation.pbrook2006-05-301-0/+18
* OHCI USB host emulation.pbrook2006-05-211-3/+1
* Avoid compiler warning.pbrook2006-05-141-1/+1
* Rearrange PCI host emulation code.pbrook2006-05-131-4/+5
* ACPI supportbellard2006-05-031-0/+5
* increase max kernel size with initrdbellard2006-05-011-1/+1
* PC speaker emulation (Joachim Henke)bellard2006-04-241-19/+1
* Allow selection of emulated network card.pbrook2006-02-051-11/+31
* suppressed -enable-audio and simplified -soundhw option handling (malc)bellard2005-12-181-19/+34
* moved mp config table to a safer placebellard2005-12-171-1/+1
* more generic serial port (initial patch by Jocelyn Mayer)bellard2005-11-231-2/+3
OpenPOWER on IntegriCloud