aboutsummaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)AuthorFilesLines
2016-05-23pc: Set CPU model-id on compat_props for pc <= 2.4Eduardo Habkost1-0/+13
2016-05-23target-i386: add a generic x86 nmi handlerBandan Das1-0/+20
2016-05-23i386: kvmvapic: initialise imm32 variablePrasad J Pandit1-1/+1
2016-05-20machine: add properties to compat_props incrementalyIgor Mammedov1-13/+0
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini1-0/+1
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini3-0/+5
2016-05-19explicitly include linux/kvm.hPaolo Bonzini2-0/+2
2016-05-12tcg: Remove needless CPUState::current_tbSergey Fedorov1-1/+0
2016-05-12tb: consistently use uint32_t for tb->flagsEmilio G. Cota1-1/+1
2016-05-12ACPI: move acpi_build_srat_memory to common placeShannon Zhao1-29/+9
2016-05-12ACPI: Fix the definition of proximity in AcpiSratMemoryAffinityShannon Zhao1-2/+1
2016-05-12ACPI: Add GICC Affinity StructureShannon Zhao1-1/+1
2016-04-13tpm: acpi: remove IRQ from TPM's CRS to make Windows not see conflictIgor Mammedov1-1/+6
2016-04-13pc: acpi: tpm: add missing MMIO resource to PCI0._CRSIgor Mammedov1-0/+5
2016-04-07Sort the fw_cfg file listGerd Hoffmann3-0/+6
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini1-0/+2
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster1-2/+0
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster7-0/+7
2016-03-15kvm: x86: q35: Add support for -machine kernel_irqchip=split for q35Rita Sinha1-2/+3
2016-03-15hw/acpi: fix GSI links UIDMarcel Apfelbaum1-12/+8
2016-03-11pc: acpi: clarify why possible LAPIC entries must be present in MADTIgor Mammedov1-0/+6
2016-03-11pc: acpi: drop cpu->found_cpus bitmapIgor Mammedov1-39/+14
2016-03-11pc: acpi: create Processor and Notify objects only for valid lapicsIgor Mammedov1-14/+24
2016-03-11pc: acpi: create MADT.lapic entries only for valid lapicsIgor Mammedov1-7/+12
2016-03-11pc: acpi: SRAT: create only valid processor lapic entriesIgor Mammedov1-3/+8
2016-03-11pc: acpi: cleanup qdev_get_machine() callsIgor Mammedov1-14/+12
2016-03-11machine: introduce MachineClass.possible_cpu_arch_ids() hookIgor Mammedov1-4/+40
2016-03-11pc: init pcms->apic_id_limit once and use it throughout pc.cIgor Mammedov1-26/+19
2016-03-11pc: acpi: remove NOP assignmentIgor Mammedov1-1/+0
2016-03-11nvdimm acpi: initialize the resource used by NVDIMM ACPIXiao Guangrong4-13/+16
2016-03-11hw/acpi: fix Q35 support for legacy Windows OSMarcel Apfelbaum1-0/+6
2016-03-11msi_supported -> msi_nonbrokenMichael S. Tsirkin2-2/+2
2016-03-11i386: populate floppy drive information in DSDTRoman Kagan1-3/+66
2016-03-11i386: expose floppy drive CMOS typeRoman Kagan1-1/+1
2016-03-11i386/acpi: make floppy controller object dynamicRoman Kagan1-24/+3
2016-03-11acpi: allow using object as offset for OperationRegionXiao Guangrong1-15/+16
2016-03-08acpi: pc: add fw_cfg device node to dsdtGabriel L. Somlo1-0/+29
2016-03-08pc: fw_cfg: move ioport base constant to pc.hGabriel L. Somlo1-3/+2
2016-03-04loader: Add data swap option to load-elfPeter Crosthwaite1-1/+2
2016-02-25q35: No need to check gigabyte_alignEduardo Habkost1-3/+1
2016-02-25q35: Remove unused q35-acpi-dsdt.aml fileEduardo Habkost1-4/+0
2016-02-25ich9: Remove enable_tco arguments from init functionsEduardo Habkost1-1/+1
2016-02-25machine: Remove no_tco fieldEduardo Habkost1-2/+1
2016-02-25q35: Remove old machine versionsEduardo Habkost1-165/+0
2016-02-23bios-linker-loader: document+validate inputMichael S. Tsirkin1-1/+2
2016-02-10xen: drop support for Xen 4.1 and older.Ian Campbell1-4/+0
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake1-14/+15
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake1-7/+7
2016-02-08Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell7-276/+259
2016-02-06intel_iommu: large page supportJason Wang2-24/+58