aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/pc_piix.c
AgeCommit message (Expand)Author
2023-03-07hw/xen: Rename xen_common.h to xen_native.hDavid Woodhouse
2023-03-06xen/pt: reserve PCI slot 2 for Intel igd-passthruChuck Zmudzinski
2023-03-02Revert "hw/i386: pass RNG seed via setup_data entry"Michael S. Tsirkin
2023-02-27hw/ide/isa: Extract TYPE_ISA_IDE declarations to 'hw/ide/isa.h'Philippe Mathieu-Daudé
2023-02-27hw/isa: Rename isa_bus_irqs() -> isa_bus_register_input_irqs()Philippe Mathieu-Daudé
2023-01-13hw/usb/hcd-uhci: Introduce TYPE_ defines for device modelsBernhard Beschow
2023-01-13hw/isa/piix3: Decouple INTx-to-LNKx routing which is board-specificBernhard Beschow
2022-12-21pc: clean up compat machinesCornelia Huck
2022-12-21hw: Add compat machines for 8.0Cornelia Huck
2022-10-31hw/ide/piix: Introduce TYPE_ macros for PIIX IDE controllersBernhard Beschow
2022-10-31hw/i386/pc: Create DMA controllers in south bridgesBernhard Beschow
2022-09-27x86: re-enable rng seeding via SetupDataJason A. Donenfeld
2022-08-25hw: Add compat machines for 7.2Cornelia Huck
2022-08-17x86: disable rng seeding via setup_dataGerd Hoffmann
2022-07-26i386/pc: restrict AMD only enforcing of 1Tb hole to new machine typeJoao Martins
2022-07-26i386/pc: pass pci_hole64_size to pc_memory_init()Joao Martins
2022-07-26i386/pc: create pci-host qdev prior to pc_memory_init()Joao Martins
2022-07-22hw/i386: pass RNG seed via setup_data entryJason A. Donenfeld
2022-06-28hw/pci-host/i440fx: Remove unused parameter from i440fx_init()Bernhard Beschow
2022-06-11hw/isa/piix3: Inline and remove piix3_create()Bernhard Beschow
2022-06-11hw/isa/piix3: Factor out ISABus retrieval from piix3_create()Bernhard Beschow
2022-06-11hw/i386/pc_piix: create PIIX4_PM device directly instead of using piix4_pm_in...Mark Cave-Ayland
2022-06-11hw/acpi/piix4: use qdev gpio to wire up smi_irqMark Cave-Ayland
2022-06-11hw/acpi/piix4: use qdev gpio to wire up sci_irqMark Cave-Ayland
2022-06-11hw/acpi/piix4: rename piix4_pm_init() to piix4_pm_initfn()Mark Cave-Ayland
2022-06-11hw/acpi/piix4: alter piix4_pm_init() to return PIIX4PMStateMark Cave-Ayland
2022-06-10Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson
2022-06-09q35: acpi: drop not needed PCMachineClass::do_not_add_smb_acpiIgor Mammedov
2022-06-09hw/ide/piix: Remove redundant "piix3-ide-xen" device classBernhard Beschow
2022-05-16hw/i386: Make pic a property of common x86 base machine typeXiaoyao Li
2022-05-12hw/xen/xen_pt: Confine igd-passthrough-isa-bridge to XENBernhard Beschow
2022-04-20hw: Add compat machines for 7.1Cornelia Huck
2022-03-06hw/i386/pc_piix: Mark the machine types from version 1.4 to 1.7 as deprecatedThomas Huth
2022-02-21Mark remaining global TypeInfo instances as constBernhard Beschow
2022-02-04hw/i386: Add the possibility to disable the 'isapc' machineThomas Huth
2022-01-07hw/i386: expose a "smbios-entry-point-type" PC machine propertyEduardo Habkost
2022-01-07smbios: Rename SMBIOS_ENTRY_POINT_* enumsEduardo Habkost
2022-01-05hw: Add compat machines for 7.0Cornelia Huck
2021-11-02target/i386: move linuxboot_dma_enabled to X86MachineStatePaolo Bonzini
2021-10-01machine: Move smp_prefer_sockets to struct SMPCompatPropsYanan Wang
2021-10-01machine: Prefer cores over sockets in smp parsing since 6.2Yanan Wang
2021-09-30i440fx: Add support for SGX EPCSean Christopherson
2021-09-01hw: Add compat machines for 6.2Yanan Wang
2021-08-26arch_init.h: Don't include arch_init.h unnecessarilyPeter Maydell
2021-05-10i386: split cpu accelerators from cpu.c, using AccelCPUClassClaudio Fontana
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth
2021-04-30hw: add compat machines for 6.1Cornelia Huck
2021-03-02i386/acpi: restore device paths for pre-5.1 vmsVitaly Cheptsov