summaryrefslogtreecommitdiffstats
path: root/hw/pc.c
Commit message (Expand)AuthorAgeFilesLines
* hw/pc.c: Fix use-while-uninitialized of fd_type[]Peter Maydell2011-11-111-3/+1
* disable automatic loading of sgabios when -nographicPaolo Bonzini2011-11-071-9/+0
* Fix X86 CPU topology in KVM modeBharata B Rao2011-11-021-1/+0
* pc: Fix floppy drives with if=noneKevin Wolf2011-10-211-11/+14
* pc: Fix and clean up PIC-to-APIC IRQ pathJan Kiszka2011-10-161-3/+0
* pc: Generalize ISA IRQs to GSIsJan Kiszka2011-10-161-9/+9
* pc: Drop useless test from isa_irq_handlerJan Kiszka2011-10-161-3/+2
* pc: Convert port92 to isa_register_ioportRichard Henderson2011-10-111-3/+13
* pc: Unbreak ROM mapping for ISA machineJan Kiszka2011-09-231-4/+4
* Use new macro QEMU_PACKED for packed structuresStefan Weil2011-09-031-2/+2
* 440fx: fix PAM, PCI holesAvi Kivity2011-08-221-4/+7
* vga: drop get_system_memory() from vga devices and derivativesAvi Kivity2011-08-221-1/+2
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-11/+11
* pc: make vgabios exit port more usefulAnthony Liguori2011-08-121-2/+2
* pc: convert pc_memory_init() to memory APIAvi Kivity2011-07-291-19/+40
* pc: grab system_memoryAvi Kivity2011-07-291-1/+2
* Add an isa device for SGAGlauber Costa2011-06-071-0/+9
* pc, Disable vmport initialisation with Xen.Anthony PERARD2011-05-081-3/+8
* pc_memory_init: Move memory calculation to the caller.Anthony PERARD2011-05-081-14/+3
* vmmouse: Fix initializationJan Kiszka2011-03-221-0/+1
* pc: fix wrong CMOS values for floppy drivesBlue Swirl2011-03-121-1/+1
* pc: remove test on TARGET_PHYS_ADDR_BITS == 32Aurelien Jarno2011-02-201-7/+0
* i8254: convert to qdevBlue Swirl2011-02-201-3/+2
* fdc: refactor device creationBlue Swirl2011-02-201-12/+19
* fdc: use FDriveType for floppy drive typeBlue Swirl2011-02-201-8/+11
* hpet: make optionalBlue Swirl2011-02-121-4/+7
* x86: make vmmouse optionalBlue Swirl2011-02-121-2/+4
* vmmouse: convert to qdevBlue Swirl2011-02-121-2/+3
* vmport: convert to qdevBlue Swirl2011-02-121-0/+1
* x86,MIPS: make vmware_vga optionalBlue Swirl2011-02-121-3/+8
* audio: consolidate audio_init()Isaku Yamahata2011-01-251-17/+0
* pc: move port 92 stuff back to pc.c from pckbd.cBlue Swirl2011-01-061-3/+86
* Merge branch 'spice.v23.pull' of git://anongit.freedesktop.org/spice/qemuAurelien Jarno2010-12-271-0/+8
|\
| * spice: add qxl deviceGerd Hoffmann2010-12-091-0/+8
* | Add bootindex for option roms.Gleb Natapov2010-12-111-3/+4
|/
* pc: disable the BOCHS BIOS panic portBernhard Kohl2010-11-211-2/+2
* pc: Fix e820 fw_cfg for big endianAlex Williamson2010-11-161-7/+7
* pc: e820 qemu_cfg tables need to be packedAlex Williamson2010-11-161-2/+2
* more stdvga cleanups.Gerd Hoffmann2010-11-161-1/+1
* Rearrange block headersBlue Swirl2010-08-241-0/+1
* pc: Avoid registering zero sized memoryAlex Williamson2010-07-131-2/+4
* qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson2010-07-061-3/+4
* pc: Allocate all ram in a single qemu_ram_alloc()Alex Williamson2010-07-061-13/+9
* pc: Fix CMOS info for drives defined with -deviceMarkus Armbruster2010-07-021-35/+59
* x86: Clean up CPU resetJan Kiszka2010-06-271-18/+4
* Remove useless device dependency of HAS_AUDIOBlue Swirl2010-06-271-2/+0
* apic: qdev conversion cleanupBlue Swirl2010-06-191-1/+30
* apic: avoid using CPUState internalsBlue Swirl2010-06-191-2/+32
* apic: avoid passing CPUState from devicesBlue Swirl2010-06-191-4/+6
* pass info about hpets to seabios.]Gleb Natapov2010-06-141-0/+3
OpenPOWER on IntegriCloud