aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2023-10-06hw/virtio/vhost: Silence compiler warnings in vhost code when using -WshadowThomas Huth1-4/+4
2023-10-06hw/virtio/virtio-pci: Avoid compiler warning with -WshadowThomas Huth1-10/+10
2023-10-06hw/net/vhost_net: Silence compiler warning when compiling with -WshadowThomas Huth1-4/+4
2023-10-06hw/i386: changes towards enabling -Wshadow=local for x86 machinesAni Sinha3-5/+2
2023-10-06target/loongarch: Clean up local variable shadowingSong Gao1-1/+1
2023-10-06hw/cxl: Fix local variable shadowing of cap_hdrsJonathan Cameron1-4/+4
2023-10-05Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi46-370/+1250
2023-10-05Merge tag 'pull-tcg-20231004' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi7-15/+15
2023-10-04vhost-user: add shared_object msgAlbert Esteve1-12/+155
2023-10-04hw/display: introduce virtio-dmabufAlbert Esteve2-0/+139
2023-10-04virtio: remove unused next argument from virtqueue_split_read_next_desc()Ilya Maximets1-10/+8
2023-10-04virtio: remove unnecessary thread fence while reading next descriptorIlya Maximets1-2/+0
2023-10-04virtio: use shadow_avail_idx while checking number of headsIlya Maximets1-3/+15
2023-10-04pcie_sriov: unregister_vfs(): fix error pathVladimir Sementsov-Ogievskiy1-6/+3
2023-10-04hw/i386/pc: improve physical address space bound check for 32-bit x86 systemsAni Sinha3-3/+35
2023-10-04amd_iommu: Fix APIC address checkAkihiko Odaki2-9/+2
2023-10-04hw/pci-bridge/cxl-upstream: Add serial number extended capability supportJonathan Cameron1-2/+13
2023-10-04hw/cxl: Support 4 HDM decoders at all levels of topologyJonathan Cameron3-55/+115
2023-10-04hw/cxl: Fix and use same calculation for HDM decoder block size everywhereJonathan Cameron3-18/+29
2023-10-04hw/cxl: Add utility functions decoder interleave ways and target count.Jonathan Cameron1-6/+54
2023-10-04hw/cxl: Push cxl_decoder_count_enc() and cxl_decode_ig() into .cJonathan Cameron1-0/+18
2023-10-04hw/acpi/core: Trace enable and status registers of GPE separatelyBernhard Beschow2-5/+11
2023-10-04hw/acpi: Trace GPE access in all device models, not just PIIX4Bernhard Beschow3-7/+9
2023-10-04hw/i386/acpi-build: Determine SMI command port just onceBernhard Beschow1-3/+3
2023-10-04hw/i386: Remove now redundant TYPE_ACPI_GED_X86Bernhard Beschow3-29/+1
2023-10-04hw/acpi/acpi_dev_interface: Remove now unused #include "hw/boards.h"Bernhard Beschow4-1/+5
2023-10-04hw/acpi/acpi_dev_interface: Remove now unused madt_cpu virtual methodBernhard Beschow4-18/+0
2023-10-04hw/acpi/cpu: Have build_cpus_aml() take a build_madt_cpu_fn callbackBernhard Beschow2-8/+4
2023-10-04hw/i386/acpi-build: Use pc_madt_cpu_entry() directlyBernhard Beschow4-9/+5
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson6-12/+12
2023-10-04Merge tag 'misc-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi3-49/+1
2023-10-04hw/isa/ich9: Add comment on imperfect emulation of PIC vs. I/O APIC routingDavid Woodhouse1-0/+15
2023-10-04vhost-user: move VhostUserProtocolFeature definition to header fileJonah Palmer3-46/+1
2023-10-04qmp: update virtio feature maps, vhost-user-gpio introspectionJonah Palmer2-1/+40
2023-10-04qmp: remove virtio_list, search QOM tree insteadJonah Palmer3-69/+29
2023-10-04vhost: Add count argument to vhost_svq_poll()Hawkins Jiawei2-15/+23
2023-10-04vdpa: move vhost_vdpa_set_vring_ready to the callerEugenio Pérez2-3/+3
2023-10-04vdpa: export vhost_vdpa_set_vring_readyEugenio Pérez2-13/+14
2023-10-04virtio: don't zero out memory region cache for indirect descriptorsIlya Maximets1-5/+15
2023-10-04virtio-net: Expose MAX_VLANHawkins Jiawei1-2/+0
2023-10-04virtio-net: do not reset vlan filtering at set_featuresHawkins Jiawei1-3/+1
2023-10-04hw/virtio: add config support to vhost-user-deviceAlex Bennée1-1/+57
2023-10-04virtio: add vhost-user-base and a generic vhost-user-deviceAlex Bennée3-0/+398
2023-10-04hw/virtio/meson: Rename softmmu_virtio_ss[] -> system_virtio_ss[]Philippe Mathieu-Daudé1-12/+12
2023-10-04hw/virtio: Build vhost-vdpa.o oncePhilippe Mathieu-Daudé1-1/+2
2023-10-04hw/virtio/vhost-vdpa: Use target-agnostic qemu_target_page_mask()Philippe Mathieu-Daudé1-15/+19
2023-10-04hw/virtio/vhost-vdpa: Inline TARGET_PAGE_ALIGN() macroPhilippe Mathieu-Daudé1-2/+2
2023-10-04hw/virtio: Propagate page_mask to vhost_vdpa_section_end()Philippe Mathieu-Daudé1-5/+6
2023-10-04hw/virtio: Propagate page_mask to vhost_vdpa_listener_skipped_section()Philippe Mathieu-Daudé1-3/+4
2023-10-04pci: SLT must be ROMichael S. Tsirkin3-2/+19