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