aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/pc.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-22acpi: Move setters/getters of oem fields to X86MachineStateMarian Postevca1-63/+0
2021-03-18hw/scsi: remove 'scsi-disk' deviceDaniel P. Berrangé1-1/+0
2021-03-18hw/ide: remove 'ide-drive' deviceDaniel P. Berrangé1-1/+0
2021-03-09qtest: delete superfluous inclusions of qtest.hChen Qun1-1/+0
2021-02-05acpi: use constants as strncpy limitMichael S. Tsirkin1-2/+2
2021-02-05acpi: Permit OEM ID and OEM table ID fields to be changedMarian Postevca1-0/+64
2020-12-16i386: move kvm accel files into kvm/Claudio Fontana1-1/+1
2020-12-10target/i386: Support up to 32768 CPUs without IRQ remappingDavid Woodhouse1-10/+6
2020-12-09x86: ich9: let firmware negotiate 'CPU hot-unplug with SMI' featureIgor Mammedov1-1/+3
2020-12-09hw/i386/pc: add max combined fw size as machine configuration optionErich-McMillan1-0/+51
2020-12-08hw: add compat machines for 6.0Cornelia Huck1-0/+3
2020-12-08fw_cfg: Refactor extra pci roots additionJiahui Cen1-17/+1
2020-11-03pc: comment style fixupMichael S. Tsirkin1-4/+5
2020-11-01Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-19/+42
2020-10-30pc: Implement -no-hpet as sugar for -machine hpet=onEduardo Habkost1-19/+42
2020-10-28pc-dimm: Drop @errp argument of pc_dimm_plug()Greg Kurz1-7/+1
2020-10-14i386/kvm: Delete kvm_allows_irq0_override()Eduardo Habkost1-1/+1
2020-09-30target/i386: always create kvmclock deviceVitaly Kuznetsov1-0/+1
2020-09-29x86: lpc9: let firmware negotiate 'CPU hotplug with SMI' featuresIgor Mammedov1-1/+3
2020-09-29cphp: remove deprecated cpu-add command(s)Igor Mammedov1-27/+0
2020-09-22smp: drop support for deprecated (invalid topologies)Igor Mammedov1-12/+4
2020-09-17x86: move cpu hotplug from pc to x86Gerd Hoffmann1-276/+5
2020-09-17x86: move acpi_dev from pc/microvmGerd Hoffmann1-15/+19
2020-09-02Revert "hw/i386: Update structures to save the number of nodes per package"Babu Moger1-1/+0
2020-09-02Revert "hw/i386: Move arch_id decode inside x86_cpus_init"Babu Moger1-3/+3
2020-09-02Revert "i386: Fix pkg_id offset for EPYC cpu models"Babu Moger1-1/+0
2020-08-22Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell1-0/+3
2020-08-21meson: infrastructure for building emulatorsPaolo Bonzini1-1/+1
2020-08-19hw: add compat machines for 5.2Cornelia Huck1-0/+3
2020-07-27hw/pci-host: save/restore pci host config registerHogan Wang1-1/+2
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster1-3/+1
2020-07-10error: Avoid unnecessary error_propagate() after error_setg()Markus Armbruster1-24/+11
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster1-4/+4
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster1-2/+1
2020-07-08Merge remote-tracking branch 'remotes/kraxel/tags/audio-20200706-pull-request...Peter Maydell1-6/+8
2020-07-06audio: deprecate -soundhw pcspkGerd Hoffmann1-0/+2
2020-07-06audio: create pcspk device earlyGerd Hoffmann1-1/+2
2020-07-06audio: rework pcspk_init()Gerd Hoffmann1-1/+1
2020-07-06pc_basic_device_init: drop no_vmport argGerd Hoffmann1-2/+1
2020-07-06pc_basic_device_init: drop has_pit argGerd Hoffmann1-2/+1
2020-07-06pc_basic_device_init: pass PCMachineStateGerd Hoffmann1-1/+2
2020-07-03numa: Auto-enable NUMA when any memory devices are possibleDavid Hildenbrand1-0/+1
2020-07-03pc: Support for virtio-mem-pciDavid Hildenbrand1-21/+28
2020-07-02pc: Support coldplugging of virtio-pmem-pci devices on all busesDavid Hildenbrand1-8/+10
2020-06-26numa: forbid '-numa node, mem' for 5.1 and newer machine typesIgor Mammedov1-1/+0
2020-06-25Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-25/+0
2020-06-24floppy: move cmos_get_fd_drive_type() from pcGerd Hoffmann1-25/+0
2020-06-23fdc: Open-code fdctrl_init_isa()Markus Armbruster1-2/+6
2020-06-17x86: move max-ram-below-4g to pcGerd Hoffmann1-0/+46
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster1-1/+1