summaryrefslogtreecommitdiffstats
path: root/hw/i386/pc.c
Commit message (Expand)AuthorAgeFilesLines
* hw/i386/pc: Add missing property descriptionsThomas Huth2022-01-081-0/+8
* virtio-mem: Set "unplugged-inaccessible=auto" for the 7.0 machine on x86David Hildenbrand2022-01-081-1/+3
* hw/i386: expose a "smbios-entry-point-type" PC machine propertyEduardo Habkost2022-01-071-0/+26
* hw: Add compat machines for 7.0Cornelia Huck2022-01-051-0/+3
* hw/acpi/ich9: Add compat prop to keep HPC bit set for 6.1 machine typeJulia Suvorova2021-11-151-0/+2
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingRichard Henderson2021-11-031-5/+5
|\
| * hw/i386: Rename default_bus_bypass_iommuJean-Philippe Brucker2021-11-021-1/+1
| * target/i386: use DMA-enabled multiboot ROM for new-enough QEMU machine typesPaolo Bonzini2021-11-021-1/+2
| * target/i386: move linuxboot_dma_enabled to X86MachineStatePaolo Bonzini2021-11-021-3/+2Star
* | hw/i386/pc: Allow instantiating a virtio-iommu deviceJean-Philippe Brucker2021-11-011-1/+15
* | hw/i386/pc: Move IOMMU singleton into PCMachineStateJean-Philippe Brucker2021-11-011-1/+11
|/
* i386: Change the default Hyper-V version to match WS2016Vitaly Kuznetsov2021-10-011-1/+5
* machine: Make smp_parse generic enough for all archesYanan Wang2021-10-011-83/+1Star
* machine: Prefer cores over sockets in smp parsing since 6.2Yanan Wang2021-10-011-9/+26
* machine: Improve the error reporting of smp parsingYanan Wang2021-10-011-14/+10Star
* machine: Set the value of cpus to match maxcpus if it's omittedYanan Wang2021-10-011-13/+16
* machine: Uniformly use maxcpus to calculate the omitted parametersYanan Wang2021-10-011-15/+15
* machine: Minor refactor/fix for the smp parsersYanan Wang2021-10-011-9/+14
* i386/pc: Add e820 entry for SGX EPC section(s)Sean Christopherson2021-09-301-0/+4
* hw/i386/pc: Account for SGX EPC sections when calculating device memorySean Christopherson2021-09-301-1/+10
* hw/loader: Restrict PC_ROM_* definitions to hw/i386/pcPhilippe Mathieu-Daudé2021-09-271-0/+6
* hw/i386/acpi-build: Get NUMA information from struct NumaStateJingqi Liu2021-09-041-9/+0Star
* hw/acpi: define PIIX4 acpi pci hotplug property strings at a single placeAni Sinha2021-09-041-2/+2
* hw: Add compat machines for 6.2Yanan Wang2021-09-011-0/+3
* arch_init.h: Don't include arch_init.h unnecessarilyPeter Maydell2021-08-261-1/+0Star
* hw/i386: Add a default_bus_bypass_iommu pc machine optionXingang Wang2021-07-161-0/+20
* hw/acpi/ich9: Set ACPI PCI hot-plug as default on Q35Julia Suvorova2021-07-161-0/+1
* target/i386: suppress CPUID leaves not defined by the CPU vendorMichael Roth2021-07-131-0/+1
* machine: pass QAPI struct to mc->smp_parsePaolo Bonzini2021-06-251-10/+8Star
* machine: add error propagation to mc->smp_parsePaolo Bonzini2021-06-251-14/+14
* machine: move common smp_parse code to callerPaolo Bonzini2021-06-251-62/+54Star
* machine: move dies from X86MachineState to CpuTopologyPaolo Bonzini2021-06-251-3/+1Star
* i386: use better matching family/model/stepping for 'qemu64' CPUDaniel P. Berrangé2021-05-311-1/+5
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* Do not include hw/boards.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* hw: add compat machines for 6.1Cornelia Huck2021-04-301-0/+3
* acpi: Move setters/getters of oem fields to X86MachineStateMarian Postevca2021-03-221-63/+0Star
* hw/scsi: remove 'scsi-disk' deviceDaniel P. Berrangé2021-03-181-1/+0Star
* hw/ide: remove 'ide-drive' deviceDaniel P. Berrangé2021-03-181-1/+0Star
* qtest: delete superfluous inclusions of qtest.hChen Qun2021-03-091-1/+0Star
* acpi: use constants as strncpy limitMichael S. Tsirkin2021-02-051-2/+2
* acpi: Permit OEM ID and OEM table ID fields to be changedMarian Postevca2021-02-051-0/+64
* i386: move kvm accel files into kvm/Claudio Fontana2020-12-161-1/+1
* target/i386: Support up to 32768 CPUs without IRQ remappingDavid Woodhouse2020-12-101-10/+6Star
* x86: ich9: let firmware negotiate 'CPU hot-unplug with SMI' featureIgor Mammedov2020-12-091-1/+3
* hw/i386/pc: add max combined fw size as machine configuration optionErich-McMillan2020-12-091-0/+51
* hw: add compat machines for 6.0Cornelia Huck2020-12-081-0/+3
* fw_cfg: Refactor extra pci roots additionJiahui Cen2020-12-081-17/+1Star
* pc: comment style fixupMichael S. Tsirkin2020-11-031-4/+5
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2020-11-011-19/+42
|\