aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2022-12-28virtio-mem: Fix typo in function namePhilippe Mathieu-Daudé
2022-12-28virtio-mem: Fix the iterator variable in a vmem->rdl_list loopChenyi Qiang
2022-12-28virtio-mem: Fix the bitmap index of the section offsetChenyi Qiang
2022-12-21Merge tag 'pull-ppc-20221221' of https://gitlab.com/danielhb/qemu into stagingPeter Maydell
2022-12-21hw/ppc/e500: Move comment to more appropriate placeBernhard Beschow
2022-12-21hw/ppc/e500: Resolve variable shadowingBernhard Beschow
2022-12-21hw/ppc/e500: Prefer local variable over qdev_get_machine()Bernhard Beschow
2022-12-21hw/ppc/virtex_ml507: Prefer local over global variableBernhard Beschow
2022-12-21hw/ppc/spapr: Reduce "vof.h" inclusionPhilippe Mathieu-Daudé
2022-12-21hw/ppc/e500: Add Freescale eSDHC to e500platPhilippe Mathieu-Daudé
2022-12-21hw/sd/sdhci: Support big endian SD host controller interfacesPhilippe Mathieu-Daudé
2022-12-21Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell
2022-12-21hw/virtio: Extract QMP related code virtio-qmp.cPhilippe Mathieu-Daudé
2022-12-21hw/virtio: Extract config read/write accessors to virtio-config-io.cPhilippe Mathieu-Daudé
2022-12-21hw/virtio: Constify qmp_virtio_feature_map_t[]Philippe Mathieu-Daudé
2022-12-21hw/virtio: Guard and restrict scope of qmp_virtio_feature_map_t[]Philippe Mathieu-Daudé
2022-12-21hw/virtio: Rename virtio_ss[] -> specific_virtio_ss[]Philippe Mathieu-Daudé
2022-12-21hw/virtio: Add missing "hw/core/cpu.h" includePhilippe Mathieu-Daudé
2022-12-21hw/cxl/device: Add Flex Bus Port DVSECIra Weiny
2022-12-21hw/acpi: Rename tco.c -> ich9_tco.cPhilippe Mathieu-Daudé
2022-12-21pci: drop redundant PCIDeviceClass::is_bridge fieldIgor Mammedov
2022-12-21remove DEC 21154 PCI bridgeIgor Mammedov
2022-12-21vhost: fix vq dirty bitmap syncing when vIOMMU is enabledJason Wang
2022-12-21vhost-user: send set log base message only onceYajun Wu
2022-12-21vdpa: always start CVQ in SVQ mode if possibleEugenio Pérez
2022-12-21vdpa: add shadow_data to vhost_vdpaEugenio Pérez
2022-12-21vdpa: add asid parameter to vhost_vdpa_dma_map/unmapEugenio Pérez
2022-12-21vdpa: allocate SVQ array unconditionallyEugenio Pérez
2022-12-21vdpa: move SVQ vring features check to net/Eugenio Pérez
2022-12-21vdpa: request iova_range only onceEugenio Pérez
2022-12-21vhost: move iova_tree set to vhost_svq_startEugenio Pérez
2022-12-21vhost: allocate SVQ device file descriptors at device startEugenio Pérez
2022-12-21vhost: set SVQ device call handler at SVQ startEugenio Pérez
2022-12-21vdpa: use v->shadow_vqs_enabled in vhost_vdpa_svqs_start & stopEugenio Pérez
2022-12-21vdpa-dev: mark the device as unmigratableLongpeng
2022-12-21vdpa: add vdpa-dev-pci supportLongpeng
2022-12-21vdpa: add vdpa-dev supportLongpeng
2022-12-21virtio: get class_id and pci device id by the virtio idLongpeng
2022-12-21ich9: honour 'enable_tco' propertyDaniel P. Berrangé
2022-12-21hw/isa: enable TCO watchdog reboot pin strap by defaultDaniel P. Berrangé
2022-12-21pc: clean up compat machinesCornelia Huck
2022-12-21hw: Add compat machines for 8.0Cornelia Huck
2022-12-21hw/watchdog: add trace events for watchdog action handlingDaniel P. Berrangé
2022-12-21hw/isa: add trace events for ICH9 LPC chip config accessDaniel P. Berrangé
2022-12-21hw/acpi: add trace events for TCO watchdog register accessDaniel P. Berrangé
2022-12-19pci: Reject pcie_aer_inject_error -c with symbolic error statusMarkus Armbruster
2022-12-19pci: Improve do_pcie_aer_inject_error()'s error messagesMarkus Armbruster
2022-12-19pci: Rename hmp_pcie_aer_inject_error()'s local variable @errMarkus Armbruster
2022-12-19pci: Inline do_pcie_aer_inject_error() into its only callerMarkus Armbruster
2022-12-19pci: Move HMP command from hw/pci/pcie_aer.c to pci-hmp-cmds.cMarkus Armbruster