summaryrefslogtreecommitdiffstats
path: root/hw/i386
Commit message (Expand)AuthorAgeFilesLines
* tcg: Remove needless CPUState::current_tbSergey Fedorov2016-05-131-1/+0Star
* tb: consistently use uint32_t for tb->flagsEmilio G. Cota2016-05-131-1/+1
* ACPI: move acpi_build_srat_memory to common placeShannon Zhao2016-05-121-29/+9Star
* ACPI: Fix the definition of proximity in AcpiSratMemoryAffinityShannon Zhao2016-05-121-2/+1Star
* ACPI: Add GICC Affinity StructureShannon Zhao2016-05-121-1/+1
* tpm: acpi: remove IRQ from TPM's CRS to make Windows not see conflictIgor Mammedov2016-04-131-1/+6
* pc: acpi: tpm: add missing MMIO resource to PCI0._CRSIgor Mammedov2016-04-131-0/+5
* Sort the fw_cfg file listGerd Hoffmann2016-04-073-0/+6
* hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2016-03-221-0/+2
* Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster2016-03-221-2/+0Star
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-227-0/+7
* kvm: x86: q35: Add support for -machine kernel_irqchip=split for q35Rita Sinha2016-03-151-2/+3
* hw/acpi: fix GSI links UIDMarcel Apfelbaum2016-03-151-12/+8Star
* pc: acpi: clarify why possible LAPIC entries must be present in MADTIgor Mammedov2016-03-111-0/+6
* pc: acpi: drop cpu->found_cpus bitmapIgor Mammedov2016-03-111-39/+14Star
* pc: acpi: create Processor and Notify objects only for valid lapicsIgor Mammedov2016-03-111-14/+24
* pc: acpi: create MADT.lapic entries only for valid lapicsIgor Mammedov2016-03-111-7/+12
* pc: acpi: SRAT: create only valid processor lapic entriesIgor Mammedov2016-03-111-3/+8
* pc: acpi: cleanup qdev_get_machine() callsIgor Mammedov2016-03-111-14/+12Star
* machine: introduce MachineClass.possible_cpu_arch_ids() hookIgor Mammedov2016-03-111-4/+40
* pc: init pcms->apic_id_limit once and use it throughout pc.cIgor Mammedov2016-03-111-26/+19Star
* pc: acpi: remove NOP assignmentIgor Mammedov2016-03-111-1/+0Star
* nvdimm acpi: initialize the resource used by NVDIMM ACPIXiao Guangrong2016-03-114-13/+16
* hw/acpi: fix Q35 support for legacy Windows OSMarcel Apfelbaum2016-03-111-0/+6
* msi_supported -> msi_nonbrokenMichael S. Tsirkin2016-03-112-2/+2
* i386: populate floppy drive information in DSDTRoman Kagan2016-03-111-3/+66
* i386: expose floppy drive CMOS typeRoman Kagan2016-03-111-1/+1
* i386/acpi: make floppy controller object dynamicRoman Kagan2016-03-111-24/+3Star
* acpi: allow using object as offset for OperationRegionXiao Guangrong2016-03-111-15/+16
* acpi: pc: add fw_cfg device node to dsdtGabriel L. Somlo2016-03-081-0/+29
* pc: fw_cfg: move ioport base constant to pc.hGabriel L. Somlo2016-03-081-3/+2Star
* loader: Add data swap option to load-elfPeter Crosthwaite2016-03-041-1/+2
* q35: No need to check gigabyte_alignEduardo Habkost2016-02-251-3/+1Star
* q35: Remove unused q35-acpi-dsdt.aml fileEduardo Habkost2016-02-251-4/+0Star
* ich9: Remove enable_tco arguments from init functionsEduardo Habkost2016-02-251-1/+1
* machine: Remove no_tco fieldEduardo Habkost2016-02-251-2/+1Star
* q35: Remove old machine versionsEduardo Habkost2016-02-251-165/+0Star
* bios-linker-loader: document+validate inputMichael S. Tsirkin2016-02-231-1/+2
* xen: drop support for Xen 4.1 and older.Ian Campbell2016-02-101-4/+0Star
* qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake2016-02-081-14/+15
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2016-02-081-7/+7
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2016-02-087-276/+259Star
|\
| * intel_iommu: large page supportJason Wang2016-02-062-24/+58
| * pc: set the OEM fields in the RSDT and the FADT from the SLICLaszlo Ersek2016-02-061-4/+9
| * acpi: expose oem_id and oem_table_id in build_rsdt()Laszlo Ersek2016-02-061-1/+1
| * acpi: take oem_id in build_header(), optionallyLaszlo Ersek2016-02-061-9/+9
| * pc: Eliminate PcGuestInfo structEduardo Habkost2016-02-061-3/+1Star
| * pc: Move APIC and NUMA data from PcGuestInfo to PCMachineStateEduardo Habkost2016-02-062-23/+19Star
| * pc: Move PcGuestInfo.fw_cfg to PCMachineStateEduardo Habkost2016-02-062-10/+7Star
| * pc: Remove PcGuestInfo.isapc_ram_fw fieldEduardo Habkost2016-02-063-8/+3Star