summary refs log tree commit diff stats
path: root/hw/i386 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* hw/i386/pc_{piix, q35}: Eliminate local pci_bus/pci_host variablesBernhard Beschow2024-02-272-17/+13
* hw/i386/pc: Rename "bus" attribute to "pcibus"Bernhard Beschow2024-02-278-13/+13
* hw/i386/q35: Include missing 'hw/acpi/acpi.h' headerPhilippe Mathieu-Daudé2024-02-271-0/+1
* hw/i386/sgx: Use QDev APIPhilippe Mathieu-Daudé2024-02-271-8/+6
* hw/i386/x86: Let ioapic_init_gsi() take parent as pointerBernhard Beschow2024-02-274-10/+8
* hw/acpi: move object_resolve_type_unambiguous to core QOMPaolo Bonzini2024-02-271-15/+5
* hw/i386/kvmvapic: Inline sysbus_address_space()Philippe Mathieu-Daudé2024-02-261-6/+5
* Merge tag 'hw-misc-20240222' of https://github.com/philmd/qemu into stagingPeter Maydell2024-02-228-100/+57
|\
| * hw/ide: Stop exposing internal.h to non-IDE filesThomas Huth2024-02-221-1/+1
| * hw/i386/pc_q35: Populate interrupt handlers before realizing LPC PCI functionBernhard Beschow2024-02-221-1/+1
| * hw/i386/pc_sysfw: Use qdev_is_realized() instead of QOM APIPhilippe Mathieu-Daudé2024-02-221-4/+2
| * hw/i386/pc_sysfw: Inline pc_system_flash_create() and remove itBernhard Beschow2024-02-221-13/+2
| * hw/i386/pc: Confine system flash handling to pc_sysfwBernhard Beschow2024-02-223-4/+4
| * hw/i386/pc: Defer smbios_set_defaults() to machine_doneBernhard Beschow2024-02-225-22/+14
| * hw/i386/pc: Merge pc_guest_info_init() into pc_machine_initfn()Bernhard Beschow2024-02-223-10/+3
| * hw/i386/x86: Turn apic_xrupt_override into class attributeBernhard Beschow2024-02-222-4/+4
| * hw/i386/pc: Do pc_cmos_init_late() from pc_machine_done()Peter Maydell2024-02-221-23/+16
| * hw/i386/pc: Store pointers to IDE buses in PCMachineStatePeter Maydell2024-02-223-17/+9
| * hw/i386/pc_piix: Share pc_cmos_init() invocation between pc and isapc machinesBernhard Beschow2024-02-221-5/+3
| * hw/sysbus: Inline and remove sysbus_add_io()Philippe Mathieu-Daudé2024-02-221-1/+2
| * hw/input/pckbd: Open-code i8042_setup_a20_line() wrapperPhilippe Mathieu-Daudé2024-02-221-1/+2
* | hw/i386/port92: Add missing 'hw/isa/isa.h' headerPhilippe Mathieu-Daudé2024-02-201-0/+1
* | hw/i386/acpi: Declare pc_madt_cpu_entry() in 'acpi-common.h'Philippe Mathieu-Daudé2024-02-202-1/+3
* | hw/i386/kvm/ioapic: Replace magic '24' value by proper definitionPhilippe Mathieu-Daudé2024-02-201-1/+1
|/
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2024-02-201-5/+0
|\
| * i386/pc: Drop pc_machine_kvm_type()Xiaoyao Li2024-02-161-5/+0
* | 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/dma: Pass parent object to i8257_dma_init()Philippe Mathieu-Daudé2024-02-151-1/+1
* | hw/i386/q35: Realize LPC PCI function before accessing itPhilippe Mathieu-Daudé2024-02-151-3/+3
|/
* hw/i386: Fix _STA return value for ACPI0017Jonathan Cameron2024-02-141-1/+1
* hw/i386/x86: Fix PIC interrupt handling if APIC is globally disabledBernhard Beschow2024-02-141-2/+2
* hw/i386/x86: Reverse if statementBernhard Beschow2024-02-141-3/+3
* amd_iommu: report x2APIC support to the operating systemBui Quang Minh2024-02-145-46/+133
* intel_iommu: allow Extended Interrupt Mode when using userspace APICBui Quang Minh2024-02-141-5/+1
* apic, i386/tcg: add x2apic transitionsBui Quang Minh2024-02-142-2/+4
* apic: add support for x2APIC modeBui Quang Minh2024-02-141-1/+5
* hw/xen: use qemu_create_nic_bus_devices() to instantiate Xen NICsDavid Woodhouse2024-02-023-13/+4
* hw/i386/pc: use qemu_get_nic_info() and pci_init_nic_devices()David Woodhouse2024-02-021-12/+19
* hw/i386: Add `\n` to hint messageGreg Kurz2024-01-301-2/+2
* Merge tag 'pull-request-2024-01-19' of https://gitlab.com/thuth/qemu into sta...Peter Maydell2024-01-201-2/+2
|\
| * qemu-options: Remove the deprecated -no-acpi optionThomas Huth2024-01-191-2/+2
* | hw/i386/pc_piix: Make piix_intx_routing_notifier_xen() more device independentBernhard Beschow2024-01-191-6/+3
|/
* hw/i386/acpi-microvm.c: Use common function to add virtio in DSDTSunil V L2024-01-101-13/+2
* qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to BQL_LOCK_GUARDStefan Hajnoczi2024-01-082-8/+8
* system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi2024-01-084-13/+13