summary refs log tree commit diff stats
path: root/hw/i386/pc_q35.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* q35: Introduce smm_ranges property for q35-pci-hostIsaku Yamahata2024-04-231-0/+2
* hw: Add compat machines for 9.1Paolo Bonzini2024-04-181-2/+12
* pc_q35: remove unnecessary m->alias assignmentPaolo Bonzini2024-04-021-1/+0
* pc/q35: set SMBIOS entry point type to 'auto' by defaultIgor Mammedov2024-03-181-0/+3
* hw/i386/q35: Set virtio-iommu aw-bits default value to 39Eric Auger2024-03-121-0/+9
* hw/i386/pc: Inline pc_cmos_init() into pc_cmos_init_late() and remove itBernhard Beschow2024-03-121-2/+0
* pc: q35: Bump max_cpus to 4096 vcpusAni Sinha2024-03-121-1/+2
* hw/i386/pc: Populate RTC attribute directlyBernhard Beschow2024-02-271-4/+3
* hw/i386/pc_{piix, q35}: Eliminate local pci_bus/pci_host variablesBernhard Beschow2024-02-271-9/+7
* hw/i386/pc: Rename "bus" attribute to "pcibus"Bernhard Beschow2024-02-271-1/+1
* hw/i386/q35: Include missing 'hw/acpi/acpi.h' headerPhilippe Mathieu-Daudé2024-02-271-0/+1
* hw/i386/x86: Let ioapic_init_gsi() take parent as pointerBernhard Beschow2024-02-271-1/+1
* hw/i386/pc_q35: Populate interrupt handlers before realizing LPC PCI functionBernhard Beschow2024-02-221-1/+1
* hw/i386/pc: Defer smbios_set_defaults() to machine_doneBernhard Beschow2024-02-221-9/+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-6/+3
* hw/ide/ahci: Pass AHCI context to ahci_ide_create_devs()Philippe Mathieu-Daudé2024-02-151-1/+1
* hw/ide/ahci: Inline ahci_get_num_ports()Philippe Mathieu-Daudé2024-02-151-2/+4
* hw/ide/ahci: Rename AHCI PCI function as 'pdev'Philippe Mathieu-Daudé2024-02-151-7/+8
* hw/ide/ahci: Expose AHCIPCIState structurePhilippe Mathieu-Daudé2024-02-151-1/+1
* hw/i386/q35: Use DEVICE() cast macro with PCIDevice objectPhilippe Mathieu-Daudé2024-02-151-2/+2
* hw/i386/q35: Simplify pc_q35_init() since PCI is always enabledPhilippe Mathieu-Daudé2024-02-151-22/+10
* hw/i386/q35: Realize LPC PCI function before accessing itPhilippe Mathieu-Daudé2024-02-151-3/+3
* hw/xen: use qemu_create_nic_bus_devices() to instantiate Xen NICsDavid Woodhouse2024-02-021-1/+1
* hw: Add compat machines for 9.0Cornelia Huck2023-12-201-1/+12
* hw/i386/pc: support '-nic' for xen-net-deviceDavid Woodhouse2023-11-071-1/+1
* hw/i386/pc_q35: Wire ICH9 LPC function's interrupts before its realize()Bernhard Beschow2023-10-221-7/+7
* hw/i386/pc: improve physical address space bound check for 32-bit x86 systemsAni Sinha2023-10-041-0/+2
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2023-09-071-0/+2
|\
| * hw/i386/pc: Include missing 'cpu.h' headerPhilippe Mathieu-Daudé2023-09-071-0/+1
| * hw/i386/pc: Include missing 'sysemu/tcg.h' headerPhilippe Mathieu-Daudé2023-09-071-0/+1
* | hw/i386: Rename 'hw/kvm/clock.h' -> 'hw/i386/kvm/clock.h'Philippe Mathieu-Daudé2023-08-311-1/+1
* | hw/i386: Remove unuseful kvmclock_create() stubPhilippe Mathieu-Daudé2023-08-311-1/+3
|/
* hw: Add compat machines for 8.2Cornelia Huck2023-08-231-2/+12
* hw/pci/pci: Remove multifunction parameter from pci_new_multifunction()Bernhard Beschow2023-07-101-3/+3
* hw/pci/pci: Remove multifunction parameter from pci_create_simple_multifuncti...Bernhard Beschow2023-07-101-2/+2
* hw/pci-host/q35: Make some property name macros reusable by i440fxBernhard Beschow2023-07-101-4/+4
* hw/pci-host/q35: Initialize PCI_HOST_BYPASS_IOMMU property from board codeBernhard Beschow2023-07-101-0/+2
* hw/pci-host/q35: Initialize PCMachineState::bus in board codeBernhard Beschow2023-07-101-1/+3
* hw/i386/pc_q35: Resolve redundant q35_host variableBernhard Beschow2023-07-101-14/+13
* pc: q35: Bump max_cpus to 1024Suravee Suthikulpanit2023-06-261-1/+2
* hw/i386/pc: Default to use SMBIOS 3.0 for newer machine modelsSuravee Suthikulpanit2023-06-261-0/+5
* hw/char/parallel-isa: Export struct ISAParallelStateBernhard Beschow2023-06-131-1/+1
* hw/i386: Ignore the default parallel port if it has not been compiled into QEMUThomas Huth2023-05-221-0/+2
* hw: Move the default NIC machine class setting from the x86 to the generic oneThomas Huth2023-05-221-4/+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/+2
* hw/i386/pc: Initialize ram_memory variable directlyBernhard Beschow2023-05-191-4/+2
* hw/i386/pc_{q35,piix}: Minimize usage of get_system_memory()Bernhard Beschow2023-05-191-3/+4
* hw/i386/pc_{q35,piix}: Reuse MachineClass::desc as SMB product nameBernhard Beschow2023-05-191-1/+1