summaryrefslogtreecommitdiffstats
path: root/hw/i386/pc_piix.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* 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-111-1/+0Star
|\
| * q35: acpi: drop not needed PCMachineClass::do_not_add_smb_acpiIgor Mammedov2022-06-101-1/+0Star
* | hw/ide/piix: Remove redundant "piix3-ide-xen" device classBernhard Beschow2022-06-091-2/+1Star
|/
* 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/+0Star
* 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
* hw: Add compat machines for 7.0Cornelia Huck2022-01-051-1/+13
* target/i386: move linuxboot_dma_enabled to X86MachineStatePaolo Bonzini2021-11-021-1/+2
* machine: Move smp_prefer_sockets to struct SMPCompatPropsYanan Wang2021-10-011-1/+1
* machine: Prefer cores over sockets in smp parsing since 6.2Yanan Wang2021-10-011-0/+1
* i440fx: Add support for SGX EPCSean Christopherson2021-09-301-0/+1
* hw: Add compat machines for 6.2Yanan Wang2021-09-011-1/+13
* arch_init.h: Don't include arch_init.h unnecessarilyPeter Maydell2021-08-261-1/+0Star
* i386: split cpu accelerators from cpu.c, using AccelCPUClassClaudio Fontana2021-05-101-0/+1
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* Do not include cpu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* hw: add compat machines for 6.1Cornelia Huck2021-04-301-1/+13
* i386/acpi: restore device paths for pre-5.1 vmsVitaly Cheptsov2021-03-021-0/+2
* hw/i386: Remove the deprecated pc-1.x machine typesThomas Huth2021-02-051-94/+0Star
* hw: add compat machines for 6.0Cornelia Huck2020-12-081-1/+13
* pc: Implement -no-hpet as sugar for -machine hpet=onEduardo Habkost2020-10-301-1/+1
* hw/xen: Set suppress-vmdesc for Xen machinesJason Andryuk2020-10-191-2/+2
* target/i386: always create kvmclock deviceVitaly Kuznetsov2020-09-301-2/+5
* hw/xen: Split x86-specific declaration from generic hardware onesPhilippe Mathieu-Daudé2020-09-301-1/+1
* hw/i386/xen: Rename X86/PC specific function as xen_hvm_init_pc()Philippe Mathieu-Daudé2020-09-301-3/+3
* numa: drop support for '-numa node' (without memory specified)Igor Mammedov2020-09-301-1/+0Star
* cphp: remove deprecated cpu-add command(s)Igor Mammedov2020-09-291-1/+0Star