summary refs log tree commit diff stats
path: root/hw/i386/pc_piix.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* hw/char/parallel-isa: Export struct ISAParallelStateBernhard Beschow2023-06-131-1/+1
* hw/isa/piix3: Resolve redundant TYPE_PIIX3_XEN_DEVICEBernhard Beschow2023-06-071-3/+2
* hw/isa/piix3: Avoid Xen-specific variant of piix3_write_config()Bernhard Beschow2023-06-071-0/+18
* hw/isa/piix3: Wire up Xen PCI IRQ handling outside of PIIX3Bernhard Beschow2023-06-071-0/+13
* hw/i386: Ignore the default parallel port if it has not been compiled into QEMUThomas Huth2023-05-221-0/+3
* hw: Move the default NIC machine class setting from the x86 to the generic oneThomas Huth2023-05-221-2/+2
* hw/i386/pc: No need for rtc_state to be an out-parameterBernhard Beschow2023-05-191-1/+1
* hw/i386/pc: Create RTC controllers in south bridgesBernhard Beschow2023-05-191-0/+8
* hw/i386/pc: Initialize ram_memory variable directlyBernhard Beschow2023-05-191-2/+2
* hw/i386/pc_{q35,piix}: Minimize usage of get_system_memory()Bernhard Beschow2023-05-191-1/+1
* hw/i386/pc_{q35,piix}: Reuse MachineClass::desc as SMB product nameBernhard Beschow2023-05-191-1/+1
* hw/acpi: limit warning on acpi table size to pc machines older than version 2.3Ani Sinha2023-04-241-0/+1
* hw: Add compat machines for 8.1Cornelia Huck2023-04-211-3/+13
* hw/xen: Rename xen_common.h to xen_native.hDavid Woodhouse2023-03-071-2/+2
* xen/pt: reserve PCI slot 2 for Intel igd-passthruChuck Zmudzinski2023-03-061-0/+1
* Revert "hw/i386: pass RNG seed via setup_data entry"Michael S. Tsirkin2023-03-021-2/+0
* hw/ide/isa: Extract TYPE_ISA_IDE declarations to 'hw/ide/isa.h'Philippe Mathieu-Daudé2023-02-271-0/+1
* hw/isa: Rename isa_bus_irqs() -> isa_bus_register_input_irqs()Philippe Mathieu-Daudé2023-02-271-1/+1
* hw/usb/hcd-uhci: Introduce TYPE_ defines for device modelsBernhard Beschow2023-01-131-1/+2
* hw/isa/piix3: Decouple INTx-to-LNKx routing which is board-specificBernhard Beschow2023-01-131-0/+15
* pc: clean up compat machinesCornelia Huck2022-12-211-26/+1
* hw: Add compat machines for 8.0Cornelia Huck2022-12-211-1/+13
* hw/ide/piix: Introduce TYPE_ macros for PIIX IDE controllersBernhard Beschow2022-10-311-1/+2
* hw/i386/pc: Create DMA controllers in south bridgesBernhard Beschow2022-10-311-0/+2
* x86: re-enable rng seeding via SetupDataJason A. Donenfeld2022-09-271-1/+2
* hw: Add compat machines for 7.2Cornelia Huck2022-08-251-1/+13
* x86: disable rng seeding via setup_dataGerd Hoffmann2022-08-171-1/+1
* i386/pc: restrict AMD only enforcing of 1Tb hole to new machine typeJoao Martins2022-07-261-0/+1
* i386/pc: pass pci_hole64_size to pc_memory_init()Joao Martins2022-07-261-1/+6
* i386/pc: create pci-host qdev prior to pc_memory_init()Joao Martins2022-07-261-2/+5
* hw/i386: pass RNG seed via setup_data entryJason A. Donenfeld2022-07-221-0/+2
* hw/pci-host/i440fx: Remove unused parameter from i440fx_init()Bernhard Beschow2022-06-281-3/+0
* hw/isa/piix3: Inline and remove piix3_create()Bernhard Beschow2022-06-111-1/+5
* hw/isa/piix3: Factor out ISABus retrieval from piix3_create()Bernhard Beschow2022-06-111-1/+2
* hw/i386/pc_piix: create PIIX4_PM device directly instead of using piix4_pm_in...Mark Cave-Ayland2022-06-111-3/+8
* hw/acpi/piix4: use qdev gpio to wire up smi_irqMark Cave-Ayland2022-06-111-1/+2
* hw/acpi/piix4: use qdev gpio to wire up sci_irqMark Cave-Ayland2022-06-111-2/+2
* hw/acpi/piix4: rename piix4_pm_init() to piix4_pm_initfn()Mark Cave-Ayland2022-06-111-3/+3
* hw/acpi/piix4: alter piix4_pm_init() to return PIIX4PMStateMark Cave-Ayland2022-06-111-5/+5
* Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson2022-06-101-1/+0
|\
| * q35: acpi: drop not needed PCMachineClass::do_not_add_smb_acpiIgor Mammedov2022-06-091-1/+0
* | hw/ide/piix: Remove redundant "piix3-ide-xen" device classBernhard Beschow2022-06-091-2/+1
|/
* hw/i386: Make pic a property of common x86 base machine typeXiaoyao Li2022-05-161-1/+3
* hw/xen/xen_pt: Confine igd-passthrough-isa-bridge to XENBernhard Beschow2022-05-121-118/+0
* hw: Add compat machines for 7.1Cornelia Huck2022-04-201-1/+13
* hw/i386/pc_piix: Mark the machine types from version 1.4 to 1.7 as deprecatedThomas Huth2022-03-061-0/+1
* Mark remaining global TypeInfo instances as constBernhard Beschow2022-02-211-1/+1
* hw/i386: Add the possibility to disable the 'isapc' machineThomas Huth2022-02-041-1/+4
* hw/i386: expose a "smbios-entry-point-type" PC machine propertyEduardo Habkost2022-01-071-1/+1
* smbios: Rename SMBIOS_ENTRY_POINT_* enumsEduardo Habkost2022-01-071-1/+1