summaryrefslogtreecommitdiffstats
path: root/hw/pc.c
Commit message (Expand)AuthorAgeFilesLines
* i386 hw/: Don't use CPUStateAndreas Färber2012-03-141-10/+10
* Rename cpu_reset() to cpu_state_reset()Andreas Färber2012-03-141-1/+1
* kvm: x86: Add user space part for in-kernel i8254Jan Kiszka2012-03-071-2/+12
* block: add a transfer rate for floppy typesHervé Poussineau2012-02-291-1/+2
* suspend: switch acpi s3 to new infrastructure.Gerd Hoffmann2012-02-241-11/+0
* hw/pc: move rom init to pc_sysfw.cJordan Justen2012-02-221-51/+5
* pcspk: Convert to qdevJan Kiszka2012-02-171-1/+2
* i8254: Rework & fix interaction with HPET in legacy modeJan Kiszka2012-02-171-3/+12
* i8254: Pass alternative IRQ output object on initializationJan Kiszka2012-02-171-1/+1
* i8254: Factor out interface headerJan Kiszka2012-02-171-0/+1
* Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2012-02-151-2/+2
|\
| * kvm: Implement kvm_irqchip_in_kernel like kvm_enabledJan Kiszka2012-02-081-2/+2
* | qom: Unify type registrationAndreas Färber2012-02-151-2/+3
|/
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-8/+10
* isa: pic: convert to QEMU Object ModelAnthony Liguori2012-01-271-7/+13
* Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2012-01-231-7/+13
|\
| * kvm: x86: Add user space part for in-kernel APICJan Kiszka2012-01-191-5/+10
| * kvm: x86: Establish IRQ0 override controlJan Kiszka2012-01-191-1/+2
| * msi: Generalize msix_supported to msi_supportedJan Kiszka2012-01-191-2/+2
* | vga: make Cirrus ISA device optionalBlue Swirl2012-01-221-1/+1
* | vga: improve VGA logicBlue Swirl2012-01-221-5/+0
|/
* vmstate, memory: decouple vmstate from memory APIAvi Kivity2012-01-041-3/+6
* Set numa topology for max_cpusVasilis Liaskovitis2011-12-221-4/+4
* isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() ...Hervé Poussineau2011-12-201-14/+14
* qom: add vga node to the pc composition treeAnthony Liguori2011-12-151-10/+16
* fix spelling in hw sub directoryDong Xu Wang2011-12-061-1/+1
* 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
OpenPOWER on IntegriCloud