summary refs log tree commit diff stats
path: root/include/hw/i386/pc.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* q35: Introduce smm_ranges property for q35-pci-hostIsaku Yamahata2024-04-231-0/+1
* hw: Add compat machines for 9.1Paolo Bonzini2024-04-181-0/+3
* hw/i386/pc: Inline pc_cmos_init() into pc_cmos_init_late() and remove itBernhard Beschow2024-03-121-2/+0
* Revert "hw/i386/pc: Confine system flash handling to pc_sysfw"Bernhard Beschow2024-03-121-0/+2
* hw/i386/pc: Remove pc_compat_1_4..1.7[] left over declarationsPhilippe Mathieu-Daudé2024-03-091-12/+0
* vl, pc: turn -no-fd-bootchk into a machine propertyPaolo Bonzini2024-02-281-1/+1
* hw/i386/pc: Remove unneeded class attribute "kvmclock_enabled"Bernhard Beschow2024-02-271-1/+0
* hw/i386/pc: Rename "bus" attribute to "pcibus"Bernhard Beschow2024-02-271-1/+1
* Merge tag 'hw-misc-20240222' of https://github.com/philmd/qemu into stagingPeter Maydell2024-02-221-6/+3
|\
| * hw/i386/pc: Confine system flash handling to pc_sysfwBernhard Beschow2024-02-221-2/+0
| * hw/i386/pc: Defer smbios_set_defaults() to machine_doneBernhard Beschow2024-02-221-1/+0
| * hw/i386/pc: Merge pc_guest_info_init() into pc_machine_initfn()Bernhard Beschow2024-02-221-2/+0
| * hw/i386/pc: Store pointers to IDE buses in PCMachineStatePeter Maydell2024-02-221-1/+3
* | hw/i386/acpi: Declare pc_madt_cpu_entry() in 'acpi-common.h'Philippe Mathieu-Daudé2024-02-201-4/+0
* | hw/timer: Move HPET_INTCAP definition to "hpet.h"Philippe Mathieu-Daudé2024-02-201-2/+0
|/
* i386/pc: Drop pc_machine_kvm_type()Xiaoyao Li2024-02-161-3/+0
* hw/xen: use qemu_create_nic_bus_devices() to instantiate Xen NICsDavid Woodhouse2024-02-021-3/+1
* hw: Add compat machines for 9.0Cornelia Huck2023-12-201-0/+3
* hw/i386/pc: support '-nic' for xen-net-deviceDavid Woodhouse2023-11-071-1/+3
* hw/i386/pc_piix: Make PIIX4 south bridge usable in PC machineBernhard Beschow2023-10-221-0/+2
* hw/i386/pc: improve physical address space bound check for 32-bit x86 systemsAni Sinha2023-10-041-0/+6
* hw: Add compat machines for 8.2Cornelia Huck2023-08-231-0/+3
* hw/i386/pc: Remove PC_MACHINE_DEVMEM_REGION_SIZEDavid Hildenbrand2023-07-121-1/+0
* hw/pci-host/q35: Make some property name macros reusable by i440fxBernhard Beschow2023-07-101-0/+4
* hw/i386/pc: Default to use SMBIOS 3.0 for newer machine modelsSuravee Suthikulpanit2023-06-261-0/+1
* hw: Move the default NIC machine class setting from the x86 to the generic oneThomas Huth2023-05-221-1/+0
* hw/i386/pc: No need for rtc_state to be an out-parameterBernhard Beschow2023-05-191-1/+1
* hw/i386/pc: Initialize ram_memory variable directlyBernhard Beschow2023-05-191-1/+0
* hw/acpi: limit warning on acpi table size to pc machines older than version 2.3Ani Sinha2023-04-241-0/+3
* hw: Add compat machines for 8.1Cornelia Huck2023-04-211-0/+3
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell2023-03-031-3/+0
|\
| * Revert "hw/i386: pass RNG seed via setup_data entry"Michael S. Tsirkin2023-03-021-3/+0
* | i386/xen: add pc_machine_kvm_type to initialize XEN_EMULATE modeDavid Woodhouse2023-03-011-0/+3
|/
* hw/acpi/acpi_dev_interface: Remove unused parameter from AcpiDeviceIfClass::m...Bernhard Beschow2023-01-271-4/+2
* hw/i386/pc: Remove unused 'owner' argument from pc_pci_as_mapping_initPhilippe Mathieu-Daudé2023-01-161-1/+1
* hw: Add compat machines for 8.0Cornelia Huck2022-12-211-0/+3
* hw: Add compat machines for 7.2Cornelia Huck2022-08-251-0/+3
* 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/+2
* hw/i386: pass RNG seed via setup_data entryJason A. Donenfeld2022-07-221-0/+3
* hw/i386/pc: Remove orphan declarationsBernhard Beschow2022-06-111-3/+0
* hw/i386/pc: Unexport functions used only internallyBernhard Beschow2022-06-111-3/+0
* hw/i386/pc: Unexport PC_CPU_MODEL_IDS macroBernhard Beschow2022-06-111-8/+0
* hw/cxl: Move the CXLState from MachineState to machine type specific state.Jonathan Cameron2022-06-091-0/+2
* q35: acpi: drop not needed PCMachineClass::do_not_add_smb_acpiIgor Mammedov2022-06-091-1/+0
* hw/i386: Make pit a property of common x86 base machine typeXiaoyao Li2022-05-161-2/+0
* hw/xen/xen_pt: Confine igd-passthrough-isa-bridge to XENBernhard Beschow2022-05-121-1/+0
* hw: Add compat machines for 7.1Cornelia Huck2022-04-201-0/+3
* pc: add option to disable PS/2 mouse/keyboardJoelle van Dyne2022-03-061-0/+2
* hw/i386: expose a "smbios-entry-point-type" PC machine propertyEduardo Habkost2022-01-071-0/+4