aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2023-07-10hw/pci-host/i440fx: Replace magic values by existing constantsBernhard Beschow
2023-07-10hw/pci-host/i440fx: Add "i440fx" child property in board codeBernhard Beschow
2023-07-10hw/i386/pc_piix: Turn some local variables into initializersBernhard Beschow
2023-07-10hw/pci-host/q35: Make some property name macros reusable by i440fxBernhard Beschow
2023-07-10hw/pci-host/q35: Initialize PCI_HOST_BYPASS_IOMMU property from board codeBernhard Beschow
2023-07-10hw/pci/pci_host: Introduce PCI_HOST_BYPASS_IOMMU macroBernhard Beschow
2023-07-10hw/pci-host/q35: Initialize PCMachineState::bus in board codeBernhard Beschow
2023-07-10hw/pci-host/q35: Fix double, contradicting .endianness assignmentBernhard Beschow
2023-07-10hw/i386/pc_q35: Resolve redundant q35_host variableBernhard Beschow
2023-07-10vhost-user: Make RESET_DEVICE a per device messageTom Lonergan
2023-07-10vhost-user: Change one_time to per_device requestTom Lonergan
2023-07-10hw/smbios: Fix core count in type4Zhao Liu
2023-07-10hw/smbios: Fix thread count in type4Zhao Liu
2023-07-10hw/smbios: Fix smbios_smp_sockets caculationZhao Liu
2023-07-10machine: Add helpers to get cores/threads per socketZhao Liu
2023-07-10hw/virtio: Add vhost-user-scmi-pci boilerplateMilan Zamazal
2023-07-10hw/virtio: Add boilerplate for vhost-user-scmi deviceMilan Zamazal
2023-07-10vhost-user-gpu: implement get_edid frontend featureErico Nunes
2023-07-10virtio-gpu: refactor generate_edid function to virtio_gpu_baseErico Nunes
2023-07-10virtio-net: pass Device-TLB enable/disable events to vhostViktor Prutyanov
2023-07-10vhost: register and change IOMMU flag depending on Device-TLB stateViktor Prutyanov
2023-07-10vdpa: Remove status in reset tracingEugenio PĂ©rez
2023-07-10vfio/pci: Enable AtomicOps completers on root portsAlex Williamson
2023-07-10pcie: Add a PCIe capability version helperAlex Williamson
2023-07-10s390x/ap: Wire up the device request notifier interfaceTony Krowiak
2023-07-10vfio: Fix null pointer dereference bug in vfio_bars_finalize()Avihai Horon
2023-07-10vfio/migration: Return bool type for vfio_migration_realize()Zhenzhong Duan
2023-07-10vfio/migration: Remove print of "Migration disabled"Zhenzhong Duan
2023-07-10vfio/migration: Free resources when vfio_migration_realize failsZhenzhong Duan
2023-07-10vfio/migration: Change vIOMMU blocker from global to per deviceZhenzhong Duan
2023-07-10vfio/pci: Disable INTx in vfio_realize error pathZhenzhong Duan
2023-07-10hw/vfio/pci-quirks: Sanitize capability pointerAlex Williamson
2023-07-08Merge tag 'trivial-patches-20230708' of https://gitlab.com/mjt0k/qemu into st...Richard Henderson
2023-07-08hw/arm/virt-acpi-build.c: Add missing headerPeng Liang
2023-07-08hw: Simplify calls to pci_nic_init_nofail()Thomas Huth
2023-07-08hw/riscv/virt.c: fix typo in 'aia' descriptionDaniel Henrique Barboza
2023-07-07Merge tag 'pull-ppc-20230707-1' of https://gitlab.com/danielhb/qemu into stagingRichard Henderson
2023-07-07ppc/pnv: Add QME region for P10Joel Stanley
2023-07-07igb: Remove obsolete workaround for WindowsAkihiko Odaki
2023-07-07e1000e: Add ICR clearing by corresponding IMS bitAkihiko Odaki
2023-07-07hw/net: ftgmac100: Drop the small packet check in the receive pathBin Meng
2023-07-07hw/net: sunhme: Remove the logic of padding short frames in the receive pathBin Meng
2023-07-07hw/net: sungem: Remove the logic of padding short frames in the receive pathBin Meng
2023-07-07hw/net: rtl8139: Remove the logic of padding short frames in the receive pathBin Meng
2023-07-07hw/net: pcnet: Remove the logic of padding short frames in the receive pathBin Meng
2023-07-07hw/net: ne2000: Remove the logic of padding short frames in the receive pathBin Meng
2023-07-07hw/net: i82596: Remove the logic of padding short frames in the receive pathBin Meng
2023-07-07hw/net: vmxnet3: Remove the logic of padding short frames in the receive pathBin Meng
2023-07-07hw/net: e1000: Remove the logic of padding short frames in the receive pathBin Meng
2023-07-07virtio-net: correctly report maximum tx_queue_size valueLaurent Vivier