summaryrefslogtreecommitdiff
path: root/hw/pc.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-18pc: Fix RTC CMOS info on RAM for ram_size < 1MiBMarkus Armbruster1-13/+18
2012-08-15Add one new file vga-pci.h and cleanup on all platformszhlcindy@gmail.com1-0/+1
2012-08-09kvm: Move kvm_allows_irq0_override() to target-i386, fix return typePeter Maydell1-0/+1
2012-08-04Fixes related to processing of qemu's -numa optionChegu Vinod1-1/+2
2012-08-01target-i386: move cpu_reset and reset callback to cpu.cIgor Mammedov1-8/+1
2012-08-01target-i386: move cpu halted decision into x86_cpu_resetIgor Mammedov1-9/+0
2012-07-17hd-geometry: Compute BIOS CHS translation in one placeMarkus Armbruster1-15/+4
2012-07-17block: Geometry and translation hints are now useless, purge themMarkus Armbruster1-0/+1
2012-07-17ide pc: Cut out the block layer geometry middlemanMarkus Armbruster1-24/+27
2012-07-17fdc: Move floppy geometry guessing back from block.cMarkus Armbruster1-9/+2
2012-06-19Add PIIX4 properties to control PM system states.Gleb Natapov1-1/+2
2012-06-04pc: Pass X86CPU to pc_cpu_reset()Andreas Färber1-4/+5
2012-06-04pc: Use cpu_x86_init() to obtain X86CPUAndreas Färber1-4/+6
2012-06-03Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-9/+0
2012-05-29Merge remote-tracking branch 'sstabellini/for_1.1_rc3' into stagingAnthony Liguori1-10/+13
2012-05-25fdc: floppy drive should be visible after start without mediaPavel Hrdina1-1/+1
2012-05-17xen: do not initialize the interval timer and PCSPK emulatorStefano Stabellini1-10/+13
2012-05-16pc: Enable MSI support at APIC levelJan Kiszka1-9/+0
2012-04-17xen: add a dummy xc_hvm_inject_msi for Xen < 4.2Stefano Stabellini1-1/+1
2012-04-13Xen: Add xen-apic support and hook it up.Wei Liu1-0/+8
2012-04-07Replace Qemu by QEMU in commentsStefan Weil1-1/+1
2012-03-14i386 hw/: Don't use CPUStateAndreas Färber1-10/+10
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber1-1/+1
2012-03-07kvm: x86: Add user space part for in-kernel i8254Jan Kiszka1-2/+12
2012-02-29block: add a transfer rate for floppy typesHervé Poussineau1-1/+2
2012-02-24suspend: switch acpi s3 to new infrastructure.Gerd Hoffmann1-11/+0
2012-02-22hw/pc: move rom init to pc_sysfw.cJordan Justen1-51/+5
2012-02-17pcspk: Convert to qdevJan Kiszka1-1/+2
2012-02-17i8254: Rework & fix interaction with HPET in legacy modeJan Kiszka1-3/+12
2012-02-17i8254: Pass alternative IRQ output object on initializationJan Kiszka1-1/+1
2012-02-17i8254: Factor out interface headerJan Kiszka1-0/+1
2012-02-15Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-2/+2
2012-02-15qom: Unify type registrationAndreas Färber1-2/+3
2012-02-08kvm: Implement kvm_irqchip_in_kernel like kvm_enabledJan Kiszka1-2/+2
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-8/+10
2012-01-27isa: pic: convert to QEMU Object ModelAnthony Liguori1-7/+13
2012-01-23Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-7/+13
2012-01-22vga: make Cirrus ISA device optionalBlue Swirl1-1/+1
2012-01-22vga: improve VGA logicBlue Swirl1-5/+0
2012-01-19kvm: x86: Add user space part for in-kernel APICJan Kiszka1-5/+10
2012-01-19kvm: x86: Establish IRQ0 override controlJan Kiszka1-1/+2
2012-01-19msi: Generalize msix_supported to msi_supportedJan Kiszka1-2/+2
2012-01-04vmstate, memory: decouple vmstate from memory APIAvi Kivity1-3/+6
2011-12-22Set numa topology for max_cpusVasilis Liaskovitis1-4/+4
2011-12-20isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() ...Hervé Poussineau1-14/+14
2011-12-15qom: add vga node to the pc composition treeAnthony Liguori1-10/+16
2011-12-06fix spelling in hw sub directoryDong Xu Wang1-1/+1
2011-11-11hw/pc.c: Fix use-while-uninitialized of fd_type[]Peter Maydell1-3/+1
2011-11-07disable automatic loading of sgabios when -nographicPaolo Bonzini1-9/+0
2011-11-02Fix X86 CPU topology in KVM modeBharata B Rao1-1/+0