summaryrefslogtreecommitdiffstats
path: root/hw/i386
Commit message (Expand)AuthorAgeFilesLines
* kvmvapic: add ioport read accessorMarcelo Tosatti2013-05-061-0/+6
* target-i386: Replace cpuid_*features fields with a feature word arrayEduardo Habkost2013-05-021-1/+1
* pc: Implement QEMUMachine::hot_add_cpu hookIgor Mammedov2013-05-013-0/+28
* target-i386: Move APIC to ICC busIgor Mammedov2013-05-011-2/+11
* target-i386: Attach ICC bus to CPU on its creationIgor Mammedov2013-05-013-6/+8
* target-i386: Introduce ICC bus/device/bridgeIgor Mammedov2013-05-012-0/+14
* kvmvapic: Make dependency on sysbus.h explicitIgor Mammedov2013-05-011-0/+1
* target-i386: Replace MSI_SPACE_SIZE with APIC_SPACE_SIZEIgor Mammedov2013-05-011-1/+1
* target-i386: Introduce apic-id CPU propertyIgor Mammedov2013-05-011-1/+28
* pc: Update rtc_cmos on CPU hot-plugIgor Mammedov2013-05-011-0/+20
* pvpanic: create pvpanic by default for machine 1.5Hu Tao2013-04-302-0/+19
* pc_piix: remove undesired change in pc_init1Paolo Bonzini2013-04-301-0/+1
* audio: enable PCI audio cards for all PCI-enabled targetsPaolo Bonzini2013-04-292-3/+0
* audio: look for the ISA and PCI busesPaolo Bonzini2013-04-292-3/+2
* pc: QOM'ify port 92Andreas Färber2013-04-291-5/+9
* i8259: QOM cleanupsAndreas Färber2013-04-291-1/+1
* fdc: QOM'ify ISA floppy controllerAndreas Färber2013-04-291-1/+1
* pc: Kill the "use flash device for BIOS unless KVM" misfeatureMarkus Armbruster2013-04-242-2/+16
* pc: Split pc_init_pci_1_0() off pc_init_pci_1_2()Markus Armbruster2013-04-241-4/+12
* pc: Inline pc_init_pci_1_3() into pc_init_pci_1_2()Markus Armbruster2013-04-241-1/+2
* ich9: kill cmos_s3Hu Tao2013-04-241-14/+1
* kvmvapic: Replace FROM_SYSBUS() with QOM type castIgor Mammedov2013-04-161-2/+5
* acpi: move declarations from pc.h to acpi.hMichael S. Tsirkin2013-04-152-0/+2
* hw: move private headers to hw/ subdirectories.Paolo Bonzini2013-04-086-4/+29
* hw: move hw/kvm/ to hw/i386/kvmPaolo Bonzini2013-04-088-4/+2898
* hw: move other devices to hw/misc/, configure with default-configs/Paolo Bonzini2013-04-081-4/+0
* hw: move interrupt controllers to hw/intc/, configure with default-configs/Paolo Bonzini2013-04-081-2/+1
* hw: move PCI bridges to hw/pci-* or hw/ARCHPaolo Bonzini2013-04-081-2/+1
* hw: move ISA bridges and devices to hw/isa/, configure with default-configs/Paolo Bonzini2013-04-081-1/+1
* hw: move char devices to hw/char/, configure via default-configs/Paolo Bonzini2013-04-081-1/+1
* hw: move more files to hw/xen/Paolo Bonzini2013-04-081-3/+0
* hw: move display devices to hw/display/, configure via default-configs/Paolo Bonzini2013-04-081-1/+0
* hw: move block devices to hw/block/, configure via default-configs/Paolo Bonzini2013-04-081-1/+0
* hw: move MC146818RTC to hw/timer/, configure via default-configs/Paolo Bonzini2013-04-081-1/+0
* hw: move watchdogs to hw/watchdog, configure via default-configs/Paolo Bonzini2013-04-081-1/+0
* hw: make all of hw/pci/ configurable via default-configs/Paolo Bonzini2013-04-081-1/+1
* hw: move headers to include/Paolo Bonzini2013-04-088-27/+27
* pc_acpi_init(): don't bail as soon as failing to find default DSDTLaszlo Ersek2013-04-041-16/+17
* Introduce IO_APIC_DEFAULT_ADDRESS for 0xfec00000Laszlo Ersek2013-04-041-1/+3
* extract/unify the constant 0xfee00000 as APIC_DEFAULT_ADDRESSLaszlo Ersek2013-04-041-2/+0
* like acpi_table_install(), acpi_table_add() should propagate ErrorsLaszlo Ersek2013-04-041-2/+6
* acpi_table_add(): accept QemuOpts and parse it with OptsVisitorLaszlo Ersek2013-04-041-1/+8
* hw/i386/pc: format load_linux functionliguang2013-03-281-53/+56
* cpu: Pass CPUState to cpu_interrupt()Andreas Färber2013-03-122-4/+5
* exec: Pass CPUState to cpu_reset_interrupt()Andreas Färber2013-03-121-3/+5
* cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber2013-03-121-3/+3
* Merge remote-tracking branch 'bonzini/hw-dirs' into stagingAnthony Liguori2013-03-109-6/+3965
|\
| * i386: move files referencing CPU to hw/i386/Paolo Bonzini2013-03-012-1/+825
| * hw: move boards and other isolated files to hw/ARCHPaolo Bonzini2013-03-018-5/+3136
|/
* hw: Add test device for unittests executionLucas Meneghel Rodrigues2013-01-041-0/+1
OpenPOWER on IntegriCloud