aboutsummaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)AuthorFilesLines
2024-02-14apic, i386/tcg: add x2apic transitionsBui Quang Minh2-2/+4
2024-02-14apic: add support for x2APIC modeBui Quang Minh1-1/+5
2024-02-02hw/xen: use qemu_create_nic_bus_devices() to instantiate Xen NICsDavid Woodhouse3-13/+4
2024-02-02hw/i386/pc: use qemu_get_nic_info() and pci_init_nic_devices()David Woodhouse1-12/+19
2024-01-30hw/i386: Add `\n` to hint messageGreg Kurz1-2/+2
2024-01-20Merge tag 'pull-request-2024-01-19' of https://gitlab.com/thuth/qemu into sta...Peter Maydell1-2/+2
2024-01-19hw/i386/pc_piix: Make piix_intx_routing_notifier_xen() more device independentBernhard Beschow1-6/+3
2024-01-19qemu-options: Remove the deprecated -no-acpi optionThomas Huth1-2/+2
2024-01-10hw/i386/acpi-microvm.c: Use common function to add virtio in DSDTSunil V L1-13/+2
2024-01-08qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to BQL_LOCK_GUARDStefan Hajnoczi2-8/+8
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi4-13/+13
2024-01-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell1-1/+1
2023-12-31target/i386: the sgx_epc_get_section stub is reachablePaolo Bonzini1-1/+1
2023-12-29hw/i386: Constify VMStateRichard Henderson12-17/+17
2023-12-20Merge tag 'pull-request-2023-12-20' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi3-4/+29
2023-12-20hw: Add compat machines for 9.0Cornelia Huck3-4/+29
2023-12-19hw/i386: Activate IOMMUFD for q35 machinesCédric Le Goater1-0/+1
2023-12-02hw/i386: fix short-circuit logic with non-optimizing buildsDaniel Hoffman1-3/+12
2023-11-10hw/i386/pc: Use qdev_prop_set_array()Kevin Wolf1-3/+5
2023-11-07xen-platform: unplug AHCI disksDavid Woodhouse1-23/+45
2023-11-07hw/i386/pc: support '-nic' for xen-net-deviceDavid Woodhouse3-5/+10
2023-11-07hw/xen: only remove peers of PCI NICs on unplugDavid Woodhouse1-2/+7
2023-11-07hw/xen: add support for Xen primary console in emulated modeDavid Woodhouse7-1/+243
2023-11-07hw/xen: populate store frontend nodes with XenStore PFN/portDavid Woodhouse1-0/+11
2023-11-07include: update Xen public headers to Xen 4.17.2 releaseDavid Woodhouse1-1/+1
2023-11-07hw/xen: Clean up event channel 'type_val' handling to use unionDavid Woodhouse1-81/+70
2023-11-07Merge tag 'pull-target-arm-20231106' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi1-3/+20
2023-11-07Merge tag 'pull-vfio-20231106' of https://github.com/legoater/qemu into stagingStefan Hajnoczi2-2/+10
2023-11-07Merge tag 'pull-hv-balloon-20231106' of https://github.com/maciejsszmigiero/q...Stefan Hajnoczi2-0/+23
2023-11-06hw/i386/intel_iommu: vtd_slpte_nonzero_rsvd(): assert no overflowVladimir Sementsov-Ogievskiy1-3/+20
2023-11-06hw/i386/pc: Support hv-balloonMaciej S. Szmigiero2-0/+23
2023-11-06hw/xen: take iothread mutex in xen_evtchn_reset_op()David Woodhouse1-0/+1
2023-11-06hw/xen: fix XenStore watch delivery to guestDavid Woodhouse1-3/+5
2023-11-06hw/xen: don't clear map_track[] in xen_gnttab_reset()David Woodhouse1-2/+0
2023-11-06hw/xen: select kernel mode for per-vCPU event channel upcall vectorDavid Woodhouse1-0/+6
2023-11-03hw/pci: modify pci_setup_iommu() to set PCIIOMMUOpsYi Liu2-2/+10
2023-10-30Merge tag 'pull-request-2023-10-27' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi1-0/+1
2023-10-27docs/about: Mark the old pc-i440fx-2.0 - 2.3 machine types as deprecatedThomas Huth1-0/+1
2023-10-25kvm: i8254: require KVM_CAP_PIT2 and KVM_CAP_PIT_STATE2Paolo Bonzini2-31/+13
2023-10-25kvm: i386: require KVM_CAP_ADJUST_CLOCKPaolo Bonzini1-4/+0
2023-10-23Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi7-103/+213
2023-10-22intel-iommu: Report interrupt remapping faults, fix return valueDavid Woodhouse2-48/+103
2023-10-22hw/cxl: Add QTG _DSM support for ACPI0017 deviceDave Jiang1-0/+1
2023-10-22hw/i386/cxl: ensure maxram is greater than ram size for calculating cxl rangeAni Sinha1-1/+3
2023-10-22hw/i386/pc_piix: Make PIIX4 south bridge usable in PC machineBernhard Beschow2-1/+61
2023-10-22hw/isa/piix: Allow for optional PIT creation in PIIX3Bernhard Beschow1-0/+2
2023-10-22hw/isa/piix: Allow for optional PIC creation in PIIX3Bernhard Beschow1-0/+2
2023-10-22hw/isa/piix3: Merge hw/isa/piix4.cBernhard Beschow1-1/+1
2023-10-22hw/isa/piix3: Create power management controller in host deviceBernhard Beschow1-13/+11
2023-10-22hw/isa/piix3: Create USB controller in host deviceBernhard Beschow1-5/+2