aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/pc.c
AgeCommit message (Expand)Author
2022-03-06pci: drop COMPAT_PROP_PCP for 2.0 machine typesIgor Mammedov
2022-03-06pc: add option to disable PS/2 mouse/keyboardJoelle van Dyne
2022-01-07hw/i386/pc: Add missing property descriptionsThomas Huth
2022-01-07virtio-mem: Set "unplugged-inaccessible=auto" for the 7.0 machine on x86David Hildenbrand
2022-01-07hw/i386: expose a "smbios-entry-point-type" PC machine propertyEduardo Habkost
2022-01-05hw: Add compat machines for 7.0Cornelia Huck
2021-11-15hw/acpi/ich9: Add compat prop to keep HPC bit set for 6.1 machine typeJulia Suvorova
2021-11-03Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingRichard Henderson
2021-11-02hw/i386: Rename default_bus_bypass_iommuJean-Philippe Brucker
2021-11-02target/i386: use DMA-enabled multiboot ROM for new-enough QEMU machine typesPaolo Bonzini
2021-11-02target/i386: move linuxboot_dma_enabled to X86MachineStatePaolo Bonzini
2021-11-01hw/i386/pc: Allow instantiating a virtio-iommu deviceJean-Philippe Brucker
2021-11-01hw/i386/pc: Move IOMMU singleton into PCMachineStateJean-Philippe Brucker
2021-10-01i386: Change the default Hyper-V version to match WS2016Vitaly Kuznetsov
2021-10-01machine: Make smp_parse generic enough for all archesYanan Wang
2021-10-01machine: Prefer cores over sockets in smp parsing since 6.2Yanan Wang
2021-10-01machine: Improve the error reporting of smp parsingYanan Wang
2021-10-01machine: Set the value of cpus to match maxcpus if it's omittedYanan Wang
2021-10-01machine: Uniformly use maxcpus to calculate the omitted parametersYanan Wang
2021-10-01machine: Minor refactor/fix for the smp parsersYanan Wang
2021-09-30i386/pc: Add e820 entry for SGX EPC section(s)Sean Christopherson
2021-09-30hw/i386/pc: Account for SGX EPC sections when calculating device memorySean Christopherson
2021-09-27hw/loader: Restrict PC_ROM_* definitions to hw/i386/pcPhilippe Mathieu-Daudé
2021-09-04hw/i386/acpi-build: Get NUMA information from struct NumaStateJingqi Liu
2021-09-04hw/acpi: define PIIX4 acpi pci hotplug property strings at a single placeAni Sinha
2021-09-01hw: Add compat machines for 6.2Yanan Wang
2021-08-26arch_init.h: Don't include arch_init.h unnecessarilyPeter Maydell
2021-07-16hw/i386: Add a default_bus_bypass_iommu pc machine optionXingang Wang
2021-07-16hw/acpi/ich9: Set ACPI PCI hot-plug as default on Q35Julia Suvorova
2021-07-13target/i386: suppress CPUID leaves not defined by the CPU vendorMichael Roth
2021-06-25machine: pass QAPI struct to mc->smp_parsePaolo Bonzini
2021-06-25machine: add error propagation to mc->smp_parsePaolo Bonzini
2021-06-25machine: move common smp_parse code to callerPaolo Bonzini
2021-06-25machine: move dies from X86MachineState to CpuTopologyPaolo Bonzini
2021-05-31i386: use better matching family/model/stepping for 'qemu64' CPUDaniel P. Berrangé
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth
2021-05-02Do not include hw/boards.h if it's not really necessaryThomas Huth
2021-04-30hw: add compat machines for 6.1Cornelia Huck
2021-03-22acpi: Move setters/getters of oem fields to X86MachineStateMarian Postevca
2021-03-18hw/scsi: remove 'scsi-disk' deviceDaniel P. Berrangé
2021-03-18hw/ide: remove 'ide-drive' deviceDaniel P. Berrangé
2021-03-09qtest: delete superfluous inclusions of qtest.hChen Qun
2021-02-05acpi: use constants as strncpy limitMichael S. Tsirkin
2021-02-05acpi: Permit OEM ID and OEM table ID fields to be changedMarian Postevca
2020-12-16i386: move kvm accel files into kvm/Claudio Fontana
2020-12-10target/i386: Support up to 32768 CPUs without IRQ remappingDavid Woodhouse
2020-12-09x86: ich9: let firmware negotiate 'CPU hot-unplug with SMI' featureIgor Mammedov
2020-12-09hw/i386/pc: add max combined fw size as machine configuration optionErich-McMillan
2020-12-08hw: add compat machines for 6.0Cornelia Huck
2020-12-08fw_cfg: Refactor extra pci roots additionJiahui Cen