aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2022-03-06hw/smbios: Add table 4 parameter, "processor-id"Patrick Venture1-3/+16
2022-03-06x86: cleanup unused compat_apic_id_modeIgor Mammedov1-15/+1
2022-03-06vhost-vsock: detach the virqueue element in case of errorStefano Garzarella1-3/+7
2022-03-06pc: add option to disable PS/2 mouse/keyboardJoelle van Dyne1-2/+26
2022-03-06acpi: pcihp: pcie: set power on cap on parent slotIgor Mammedov2-1/+22
2022-03-06pci: expose TYPE_XIO3130_DOWNSTREAM nameIgor Mammedov1-1/+2
2022-03-06pci: show id info when pci BDF conflictZhenzhong Duan1-2/+2
2022-03-06hw/misc/pvpanic: Use standard headers insteadzhenwei pi3-4/+9
2022-03-06pci-bridge/xio3130_downstream: Fix error handlingJonathan Cameron1-1/+1
2022-03-06pci-bridge/xio3130_upstream: Fix error handlingJonathan Cameron1-1/+1
2022-03-06pcie: Add a helper to the SR/IOV APIŁukasz Gieryk1-1/+9
2022-03-06pcie: Add support for Single Root I/O Virtualization (SR/IOV)Knut Omang5-23/+382
2022-03-06virtio-net: Unlimit tx queue size if peer is vdpaEugenio Pérez1-5/+8
2022-03-06hw/pci-bridge/pxb: Fix missing swizzleJonathan Cameron1-0/+6
2022-03-06hw/i386/pc_piix: Mark the machine types from version 1.4 to 1.7 as deprecatedThomas Huth1-0/+1
2022-03-06virtio-iommu: Support bypass domainJean-Philippe Brucker1-5/+34
2022-03-06virtio-iommu: Default to bypass during bootJean-Philippe Brucker2-9/+55
2022-03-06hw/i386: Replace magic number with field length calculationDov Murik1-3/+6
2022-03-06hw/i386: Improve bounds checking in OVMF table parsingDov Murik1-1/+8
2022-03-06intel_iommu: support snoop controlJason Wang2-1/+14
2022-03-06vhost-vdpa: make notifiers _init()/_uninit() symmetricLaurent Vivier1-10/+10
2022-03-06hw/virtio: vdpa: Fix leak of host-notifier memory-regionLaurent Vivier1-0/+1
2022-03-04hw/vhost-user-i2c: Add support for VIRTIO_I2C_F_ZERO_LENGTH_REQUESTViresh Kumar1-2/+9
2022-03-04virtio: fix the condition for iommu_platform not supportedHalil Pasic1-5/+7
2022-03-04vhost-user: fix VirtQ notifier cleanupXueming Li1-19/+29
2022-03-04vhost-user: remove VirtQ notifier restoreXueming Li1-18/+1
2022-03-04hw/smbios: add assertion to ensure handles of tables 19 and 32 do not collideAni Sinha1-0/+6
2022-03-04hw/smbios: fix overlapping table handle numbers with large memory vmsAni Sinha1-4/+15
2022-03-04hw/smbios: code cleanup - use macro definitions for table header handlesAni Sinha1-12/+26
2022-03-04hw/acpi/erst: clean up unused IS_UEFI_CPER_RECORD macroAni Sinha1-5/+0
2022-03-03Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220302'...Peter Maydell4-70/+32
2022-03-02target/arm: Report KVM's actual PSCI version to guest in dtbPeter Maydell1-3/+2
2022-03-02target/arm: Support PSCI 1.1 and SMCCC 1.0Akihiko Odaki1-3/+9
2022-03-02hw/i2c: flatten pca954x mux devicePatrick Venture1-64/+13
2022-03-02hw/input/tsc210x: Don't abort on bad SPI word widthsPeter Maydell1-2/+6
2022-03-02hw/arm/mps2-tz.c: Update AN547 documentation URLPeter Maydell1-1/+1
2022-03-02mps3-an547: Add missing user ahb interfacesJimmy Brisson1-0/+4
2022-03-02migration: Remove load_state_old and minimum_version_id_oldPeter Maydell1-1/+0
2022-03-02clock-vmstate: Add missing END_OF_LISTDr. David Alan Gilbert1-0/+1
2022-03-02Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220302' into s...Peter Maydell21-153/+4278
2022-03-02Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-semihosti...Peter Maydell1-0/+86
2022-03-02hw/ppc/spapr_vio.c: use g_autofree in spapr_dt_vdevice()Daniel Henrique Barboza1-4/+2
2022-03-02hw/ppc/spapr_rtas.c: use g_autofree in rtas_ibm_get_system_parameter()Daniel Henrique Barboza1-13/+12
2022-03-02spapr_pci_nvlink2.c: use g_autofree in spapr_phb_nvgpu_ram_populate_dt()Daniel Henrique Barboza1-6/+4
2022-03-02hw/ppc/spapr_numa.c: simplify spapr_numa_write_assoc_lookup_arrays()Daniel Henrique Barboza1-8/+8
2022-03-02hw/ppc/spapr_drc.c: use g_autofree in spapr_drc_by_index()Daniel Henrique Barboza1-4/+2
2022-03-02hw/ppc/spapr_drc.c: use g_autofree in spapr_dr_connector_new()Daniel Henrique Barboza1-2/+1
2022-03-02hw/ppc/spapr_drc.c: use g_autofree in drc_unrealize()Daniel Henrique Barboza1-3/+1
2022-03-02hw/ppc/spapr_drc.c: use g_autofree in drc_realize()Daniel Henrique Barboza1-3/+1
2022-03-02hw/ppc/spapr_drc.c: use g_auto in spapr_dt_drc()Daniel Henrique Barboza1-18/+12