aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/pc_q35.c
AgeCommit message (Expand)Author
2023-07-10hw/pci/pci: Remove multifunction parameter from pci_new_multifunction()Bernhard Beschow
2023-07-10hw/pci/pci: Remove multifunction parameter from pci_create_simple_multifuncti...Bernhard Beschow
2023-07-10hw/pci-host/q35: Make some property name macros reusable by i440fxBernhard Beschow
2023-07-10hw/pci-host/q35: Initialize PCI_HOST_BYPASS_IOMMU property from board codeBernhard Beschow
2023-07-10hw/pci-host/q35: Initialize PCMachineState::bus in board codeBernhard Beschow
2023-07-10hw/i386/pc_q35: Resolve redundant q35_host variableBernhard Beschow
2023-06-26pc: q35: Bump max_cpus to 1024Suravee Suthikulpanit
2023-06-26hw/i386/pc: Default to use SMBIOS 3.0 for newer machine modelsSuravee Suthikulpanit
2023-06-13hw/char/parallel-isa: Export struct ISAParallelStateBernhard Beschow
2023-05-22hw/i386: Ignore the default parallel port if it has not been compiled into QEMUThomas Huth
2023-05-22hw: Move the default NIC machine class setting from the x86 to the generic oneThomas Huth
2023-05-19hw/i386/pc: No need for rtc_state to be an out-parameterBernhard Beschow
2023-05-19hw/i386/pc: Create RTC controllers in south bridgesBernhard Beschow
2023-05-19hw/i386/pc: Initialize ram_memory variable directlyBernhard Beschow
2023-05-19hw/i386/pc_{q35,piix}: Minimize usage of get_system_memory()Bernhard Beschow
2023-05-19hw/i386/pc_{q35,piix}: Reuse MachineClass::desc as SMB product nameBernhard Beschow
2023-05-19hw/i386/pc_q35: Reuse machine parameterBernhard Beschow
2023-04-20hw: Add compat machines for 8.1Cornelia Huck
2023-03-02Revert "hw/i386: pass RNG seed via setup_data entry"Michael S. Tsirkin
2023-02-27hw: Move ich9.h to southbridge/Bernhard Beschow
2023-02-27hw: Move ioapic*.h to intc/Bernhard Beschow
2023-02-27hw/i386/ich9: Remove redundant GSI_NUM_PINSBernhard Beschow
2023-02-27hw/isa/lpc_ich9: Connect PM stuff to LPC internallyBernhard Beschow
2023-02-27hw/i386/pc_q35: Allow for setting properties before realizing TYPE_ICH9_LPC_D...Bernhard Beschow
2023-02-27hw/i2c/smbus_ich9: Inline ich9_smb_init() and remove itBernhard Beschow
2023-02-27hw/isa/lpc_ich9: Eliminate ICH9LPCState::isa_busBernhard Beschow
2023-02-27hw/isa/lpc_ich9: Unexport PIRQ functionsBernhard Beschow
2023-01-28pci: acpi hotplug: rename x-native-hotplug to x-do-not-expose-native-hotplug-capIgor Mammedov
2023-01-13hw/usb/hcd-uhci: Introduce TYPE_ defines for device modelsBernhard Beschow
2023-01-13hw/pci/pci: Factor out pci_bus_map_irqs() from pci_bus_irqs()Bernhard Beschow
2022-12-21pc: clean up compat machinesCornelia Huck
2022-12-21hw: Add compat machines for 8.0Cornelia Huck
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-09q35: acpi: drop not needed PCMachineClass::do_not_add_smb_acpiIgor Mammedov
2022-05-16hw/i386: Make pic a property of common x86 base machine typeXiaoyao Li
2022-04-20hw: Add compat machines for 7.1Cornelia Huck
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-15hw/acpi/ich9: Add compat prop to keep HPC bit set for 6.1 machine typeJulia Suvorova
2021-11-15pcie: rename 'native-hotplug' to 'x-native-hotplug'Igor Mammedov
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