summaryrefslogtreecommitdiffstats
path: root/hw/i386/pc.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\
| * pc: Implement -no-hpet as sugar for -machine hpet=onEduardo Habkost2020-10-301-19/+42
* | pc-dimm: Drop @errp argument of pc_dimm_plug()Greg Kurz2020-10-271-7/+1Star
|/
* i386/kvm: Delete kvm_allows_irq0_override()Eduardo Habkost2020-10-141-1/+1
* target/i386: always create kvmclock deviceVitaly Kuznetsov2020-09-301-0/+1
* x86: lpc9: let firmware negotiate 'CPU hotplug with SMI' featuresIgor Mammedov2020-09-291-1/+3
* cphp: remove deprecated cpu-add command(s)Igor Mammedov2020-09-291-27/+0Star
* smp: drop support for deprecated (invalid topologies)Igor Mammedov2020-09-221-12/+4Star
* x86: move cpu hotplug from pc to x86Gerd Hoffmann2020-09-171-276/+5Star
* x86: move acpi_dev from pc/microvmGerd Hoffmann2020-09-171-15/+19
* Revert "hw/i386: Update structures to save the number of nodes per package"Babu Moger2020-09-021-1/+0Star
* Revert "hw/i386: Move arch_id decode inside x86_cpus_init"Babu Moger2020-09-021-3/+3
* Revert "i386: Fix pkg_id offset for EPYC cpu models"Babu Moger2020-09-021-1/+0Star
* Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2020-08-221-0/+3
|\
| * hw: add compat machines for 5.2Cornelia Huck2020-08-191-0/+3
* | meson: infrastructure for building emulatorsPaolo Bonzini2020-08-211-1/+1
|/
* hw/pci-host: save/restore pci host config registerHogan Wang2020-07-271-1/+2
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-101-3/+1Star
* error: Avoid unnecessary error_propagate() after error_setg()Markus Armbruster2020-07-101-24/+11Star
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-101-4/+4
* qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster2020-07-101-2/+1Star