summaryrefslogtreecommitdiff
path: root/hw/i386/pc.c
AgeCommit message (Expand)Author
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
2020-11-03pc: comment style fixupMichael S. Tsirkin
2020-11-01Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2020-10-30pc: Implement -no-hpet as sugar for -machine hpet=onEduardo Habkost
2020-10-28pc-dimm: Drop @errp argument of pc_dimm_plug()Greg Kurz
2020-10-14i386/kvm: Delete kvm_allows_irq0_override()Eduardo Habkost
2020-09-30target/i386: always create kvmclock deviceVitaly Kuznetsov
2020-09-29x86: lpc9: let firmware negotiate 'CPU hotplug with SMI' featuresIgor Mammedov
2020-09-29cphp: remove deprecated cpu-add command(s)Igor Mammedov
2020-09-22smp: drop support for deprecated (invalid topologies)Igor Mammedov
2020-09-17x86: move cpu hotplug from pc to x86Gerd Hoffmann
2020-09-17x86: move acpi_dev from pc/microvmGerd Hoffmann
2020-09-02Revert "hw/i386: Update structures to save the number of nodes per package"Babu Moger
2020-09-02Revert "hw/i386: Move arch_id decode inside x86_cpus_init"Babu Moger
2020-09-02Revert "i386: Fix pkg_id offset for EPYC cpu models"Babu Moger
2020-08-22Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell
2020-08-21meson: infrastructure for building emulatorsPaolo Bonzini
2020-08-19hw: add compat machines for 5.2Cornelia Huck
2020-07-27hw/pci-host: save/restore pci host config registerHogan Wang
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster
2020-07-10error: Avoid unnecessary error_propagate() after error_setg()Markus Armbruster
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster
2020-07-08Merge remote-tracking branch 'remotes/kraxel/tags/audio-20200706-pull-request...Peter Maydell
2020-07-06audio: deprecate -soundhw pcspkGerd Hoffmann
2020-07-06audio: create pcspk device earlyGerd Hoffmann