aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/pc_piix.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-25hw: Add compat machines for 7.2Cornelia Huck1-1/+13
2022-08-17x86: disable rng seeding via setup_dataGerd Hoffmann1-1/+1
2022-07-26i386/pc: restrict AMD only enforcing of 1Tb hole to new machine typeJoao Martins1-0/+1
2022-07-26i386/pc: pass pci_hole64_size to pc_memory_init()Joao Martins1-1/+6
2022-07-26i386/pc: create pci-host qdev prior to pc_memory_init()Joao Martins1-2/+5
2022-07-22hw/i386: pass RNG seed via setup_data entryJason A. Donenfeld1-0/+2
2022-06-28hw/pci-host/i440fx: Remove unused parameter from i440fx_init()Bernhard Beschow1-3/+0
2022-06-11hw/isa/piix3: Inline and remove piix3_create()Bernhard Beschow1-1/+5
2022-06-11hw/isa/piix3: Factor out ISABus retrieval from piix3_create()Bernhard Beschow1-1/+2
2022-06-11hw/i386/pc_piix: create PIIX4_PM device directly instead of using piix4_pm_in...Mark Cave-Ayland1-3/+8
2022-06-11hw/acpi/piix4: use qdev gpio to wire up smi_irqMark Cave-Ayland1-1/+2
2022-06-11hw/acpi/piix4: use qdev gpio to wire up sci_irqMark Cave-Ayland1-2/+2
2022-06-11hw/acpi/piix4: rename piix4_pm_init() to piix4_pm_initfn()Mark Cave-Ayland1-3/+3
2022-06-11hw/acpi/piix4: alter piix4_pm_init() to return PIIX4PMStateMark Cave-Ayland1-5/+5
2022-06-10Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson1-1/+0
2022-06-09q35: acpi: drop not needed PCMachineClass::do_not_add_smb_acpiIgor Mammedov1-1/+0
2022-06-09hw/ide/piix: Remove redundant "piix3-ide-xen" device classBernhard Beschow1-2/+1
2022-05-16hw/i386: Make pic a property of common x86 base machine typeXiaoyao Li1-1/+3
2022-05-12hw/xen/xen_pt: Confine igd-passthrough-isa-bridge to XENBernhard Beschow1-118/+0
2022-04-20hw: Add compat machines for 7.1Cornelia Huck1-1/+13
2022-03-06hw/i386/pc_piix: Mark the machine types from version 1.4 to 1.7 as deprecatedThomas Huth1-0/+1
2022-02-21Mark remaining global TypeInfo instances as constBernhard Beschow1-1/+1
2022-02-04hw/i386: Add the possibility to disable the 'isapc' machineThomas Huth1-1/+4
2022-01-07hw/i386: expose a "smbios-entry-point-type" PC machine propertyEduardo Habkost1-1/+1
2022-01-07smbios: Rename SMBIOS_ENTRY_POINT_* enumsEduardo Habkost1-1/+1
2022-01-05hw: Add compat machines for 7.0Cornelia Huck1-1/+13
2021-11-02target/i386: move linuxboot_dma_enabled to X86MachineStatePaolo Bonzini1-1/+2
2021-10-01machine: Move smp_prefer_sockets to struct SMPCompatPropsYanan Wang1-1/+1
2021-10-01machine: Prefer cores over sockets in smp parsing since 6.2Yanan Wang1-0/+1
2021-09-30i440fx: Add support for SGX EPCSean Christopherson1-0/+1
2021-09-01hw: Add compat machines for 6.2Yanan Wang1-1/+13
2021-08-26arch_init.h: Don't include arch_init.h unnecessarilyPeter Maydell1-1/+0
2021-05-10i386: split cpu accelerators from cpu.c, using AccelCPUClassClaudio Fontana1-0/+1
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth1-1/+0
2021-04-30hw: add compat machines for 6.1Cornelia Huck1-1/+13
2021-03-02i386/acpi: restore device paths for pre-5.1 vmsVitaly Cheptsov1-0/+2
2021-02-05hw/i386: Remove the deprecated pc-1.x machine typesThomas Huth1-94/+0
2020-12-08hw: add compat machines for 6.0Cornelia Huck1-1/+13
2020-10-30pc: Implement -no-hpet as sugar for -machine hpet=onEduardo Habkost1-1/+1
2020-10-19hw/xen: Set suppress-vmdesc for Xen machinesJason Andryuk1-2/+2
2020-09-30target/i386: always create kvmclock deviceVitaly Kuznetsov1-2/+5
2020-09-30hw/xen: Split x86-specific declaration from generic hardware onesPhilippe Mathieu-Daudé1-1/+1
2020-09-30hw/i386/xen: Rename X86/PC specific function as xen_hvm_init_pc()Philippe Mathieu-Daudé1-3/+3
2020-09-30numa: drop support for '-numa node' (without memory specified)Igor Mammedov1-1/+0
2020-09-29cphp: remove deprecated cpu-add command(s)Igor Mammedov1-1/+0
2020-09-17x86: move acpi_dev from pc/microvmGerd Hoffmann1-1/+1
2020-09-10hw/i386: make explicit clearing of pch_rev_idAlex Bennée1-1/+1
2020-08-22Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell1-1/+13