aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/pc_piix.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-27hw/ide/isa: Extract TYPE_ISA_IDE declarations to 'hw/ide/isa.h'Philippe Mathieu-Daudé1-0/+1
2023-02-27hw/isa: Rename isa_bus_irqs() -> isa_bus_register_input_irqs()Philippe Mathieu-Daudé1-1/+1
2023-01-13hw/usb/hcd-uhci: Introduce TYPE_ defines for device modelsBernhard Beschow1-1/+2
2023-01-13hw/isa/piix3: Decouple INTx-to-LNKx routing which is board-specificBernhard Beschow1-0/+15
2022-12-21pc: clean up compat machinesCornelia Huck1-26/+1
2022-12-21hw: Add compat machines for 8.0Cornelia Huck1-1/+13
2022-10-31hw/ide/piix: Introduce TYPE_ macros for PIIX IDE controllersBernhard Beschow1-1/+2
2022-10-31hw/i386/pc: Create DMA controllers in south bridgesBernhard Beschow1-0/+2
2022-09-27x86: re-enable rng seeding via SetupDataJason A. Donenfeld1-1/+2
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