summaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-06pc: set the OEM fields in the RSDT and the FADT from the SLICLaszlo Ersek1-4/+9
2016-02-06acpi: expose oem_id and oem_table_id in build_rsdt()Laszlo Ersek1-1/+1
2016-02-06acpi: take oem_id in build_header(), optionallyLaszlo Ersek1-9/+9
2016-02-06pc: Eliminate PcGuestInfo structEduardo Habkost1-3/+1
2016-02-06pc: Move APIC and NUMA data from PcGuestInfo to PCMachineStateEduardo Habkost2-23/+19
2016-02-06pc: Move PcGuestInfo.fw_cfg to PCMachineStateEduardo Habkost2-10/+7
2016-02-06pc: Remove PcGuestInfo.isapc_ram_fw fieldEduardo Habkost3-8/+3
2016-02-06pc: Remove RAM size fields from PcGuestInfoEduardo Habkost2-7/+5
2016-02-06pc: Remove compat fields from PcGuestInfoEduardo Habkost5-22/+11
2016-02-06acpi: Don't save PcGuestInfo on AcpiBuildStateEduardo Habkost1-3/+0
2016-02-06acpi: Remove guest_info parameters from functionsEduardo Habkost1-14/+21
2016-02-06pc: Simplify xen_load_linux() signatureEduardo Habkost2-4/+3