aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-19hw/cxl: Introduce cxl_device_get_timestamp() utility functionIra Weiny3-10/+18
2023-05-19hw/cxl: rename mailbox return code type from ret_code to CXLRetCodeJonathan Cameron1-32/+32
2023-05-19hw/pci-bridge: make building pcie-to-pci bridge configurableSebastian Ott2-1/+7
2023-05-19virtio-pci: add handling of PCI ATS and Device-TLB enable/disableViktor Prutyanov2-0/+38
2023-05-19hw/pci-host/pam: Make init_pam() usage more readableBernhard Beschow4-17/+18
2023-05-19hw/i386/pc: Initialize ram_memory variable directlyBernhard Beschow4-9/+4
2023-05-19hw/i386/pc_{q35,piix}: Minimize usage of get_system_memory()Bernhard Beschow2-4/+5
2023-05-19hw/i386/pc_{q35,piix}: Reuse MachineClass::desc as SMB product nameBernhard Beschow2-2/+2
2023-05-19hw/i386/pc_q35: Reuse machine parameterBernhard Beschow1-1/+1
2023-05-19hw/pci-host/q35: Inline sysbus_add_io()Bernhard Beschow1-2/+4
2023-05-19hw/pci-host/i440fx: Inline sysbus_add_io()Bernhard Beschow1-2/+3
2023-05-19vhost-vdpa: Add support for vIOMMU.Cindy Lu2-7/+149
2023-05-19vhost-vdpa: Add check for full 64-bit in region deleteCindy Lu1-1/+19
2023-05-19vhost_vdpa: fix the input in trace_vhost_vdpa_listener_region_del()Cindy Lu1-1/+2
2023-05-19vhost: expose function vhost_dev_has_iommu()Cindy Lu2-1/+2
2023-05-19virtio-crypto: fix NULL pointer dereference in virtio_crypto_free_requestMauro Matteo Cascella1-9/+11
2023-05-19virtio-net: not enable vq reset feature unconditionallyEugenio PĂ©rez1-1/+0
2023-05-19vhost-user: Remove acpi-specific memslot limitDavid Hildenbrand1-11/+1
2023-05-19virtio-mem: Default to "unplugged-inaccessible=on" with 8.1 on x86-64David Hildenbrand2-2/+4
2023-05-19hw/pci: Disable PCI_ERR_UNCOR_MASK register for machine type < 8.0Leonardo Bras4-4/+12
2023-05-19vhost-user: send SET_STATUS 0 after GET_VRING_BASEStefan Hajnoczi1-1/+15
2023-05-19pci: pci_add_option_rom(): refactor: use g_autofree for path variableVladimir Sementsov-Ogievskiy1-7/+1
2023-05-19pci: pci_add_option_rom(): improve styleVladimir Sementsov-Ogievskiy1-10/+9
2023-05-19ACPI: bios-tables-test.c step 5 (update expected table binaries)Eric DeVolder15-14/+0
2023-05-19ACPI: i386: bump to MADT to revision 3Eric DeVolder1-1/+1
2023-05-19ACPI: bios-tables-test.c step 2 (allowed-diff entries)Eric DeVolder1-0/+14
2023-05-19hw/cxl: Multi-Region CXL Type-3 Devices (Volatile and Persistent)Gregory Price7-114/+366
2023-05-19hw/mem: Use memory_region_size() in cxl_type3Jonathan Cameron1-4/+4
2023-05-19tests/qtest/cxl-test: whitespace, line ending cleanupGregory Price1-38/+46
2023-05-19hw/cxl: Fix incorrect reset of commit and associated clearing of committed.Jonathan Cameron2-2/+25
2023-05-19hw/cxl: Fix endian handling for decoder commit.Jonathan Cameron2-7/+10
2023-05-19hw/cxl: drop pointless memory_region_transaction_guardsJonathan Cameron1-2/+0
2023-05-19docs/cxl: Replace unsupported AARCH64 with x86_64Raghu H1-3/+3
2023-05-19docs/cxl: Remove incorrect CXL type 3 size parameterRaghu H1-4/+4
2023-05-19docs/cxl: fix some typosBrice Goglin1-4/+4
2023-05-19hw/cxl: cdat: Fix failure to free buffer in erorr pathsJonathan Cameron3-15/+25
2023-05-19hw/cxl: cdat: Fix open file not closed in ct3_load_cdat()Hao Zeng1-21/+8
2023-05-19vhost: fix possible wrap in SVQ descriptor ringHawkins Jiawei2-1/+7
2023-05-18accel/tcg: Fix append_mem_cbRichard Henderson1-42/+0
2023-05-18Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson62-1348/+2162
2023-05-18Merge tag 'pull-target-arm-20230518' of https://git.linaro.org/people/pmaydel...Richard Henderson20-904/+959
2023-05-18docs/devel: update build system docsPaolo Bonzini1-108/+175
2023-05-18configure: remove unnecessary checkPaolo Bonzini1-7/+0
2023-05-18configure: reorder option parsing codePaolo Bonzini1-63/+58
2023-05-18configure: remove unnecessary mkdirPaolo Bonzini1-1/+0
2023-05-18configure: do not rerun the tests with -WerrorPaolo Bonzini1-34/+1
2023-05-18configure: remove compiler sanity checkPaolo Bonzini1-14/+0
2023-05-18build: move --disable-debug-info to mesonPaolo Bonzini3-5/+5
2023-05-18build: move compiler version check to mesonPaolo Bonzini2-25/+20
2023-05-18build: move remaining compiler flag tests to mesonPaolo Bonzini2-69/+62