aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-19virtio-mem: Default to "unplugged-inaccessible=on" with 8.1 on x86-64David Hildenbrand
2023-05-19hw/pci: Disable PCI_ERR_UNCOR_MASK register for machine type < 8.0Leonardo Bras
2023-05-19vhost-user: send SET_STATUS 0 after GET_VRING_BASEStefan Hajnoczi
2023-05-19pci: pci_add_option_rom(): refactor: use g_autofree for path variableVladimir Sementsov-Ogievskiy
2023-05-19pci: pci_add_option_rom(): improve styleVladimir Sementsov-Ogievskiy
2023-05-19ACPI: bios-tables-test.c step 5 (update expected table binaries)Eric DeVolder
2023-05-19ACPI: i386: bump to MADT to revision 3Eric DeVolder
2023-05-19ACPI: bios-tables-test.c step 2 (allowed-diff entries)Eric DeVolder
2023-05-19hw/cxl: Multi-Region CXL Type-3 Devices (Volatile and Persistent)Gregory Price
2023-05-19hw/mem: Use memory_region_size() in cxl_type3Jonathan Cameron
2023-05-19tests/qtest/cxl-test: whitespace, line ending cleanupGregory Price
2023-05-19hw/cxl: Fix incorrect reset of commit and associated clearing of committed.Jonathan Cameron
2023-05-19hw/cxl: Fix endian handling for decoder commit.Jonathan Cameron
2023-05-19hw/cxl: drop pointless memory_region_transaction_guardsJonathan Cameron
2023-05-19docs/cxl: Replace unsupported AARCH64 with x86_64Raghu H
2023-05-19docs/cxl: Remove incorrect CXL type 3 size parameterRaghu H
2023-05-19docs/cxl: fix some typosBrice Goglin
2023-05-19hw/cxl: cdat: Fix failure to free buffer in erorr pathsJonathan Cameron
2023-05-19hw/cxl: cdat: Fix open file not closed in ct3_load_cdat()Hao Zeng
2023-05-19vhost: fix possible wrap in SVQ descriptor ringHawkins Jiawei
2023-05-18accel/tcg: Fix append_mem_cbRichard Henderson
2023-05-18Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2023-05-18Merge tag 'pull-target-arm-20230518' of https://git.linaro.org/people/pmaydel...Richard Henderson
2023-05-18docs/devel: update build system docsPaolo Bonzini
2023-05-18configure: remove unnecessary checkPaolo Bonzini
2023-05-18configure: reorder option parsing codePaolo Bonzini
2023-05-18configure: remove unnecessary mkdirPaolo Bonzini
2023-05-18configure: do not rerun the tests with -WerrorPaolo Bonzini
2023-05-18configure: remove compiler sanity checkPaolo Bonzini
2023-05-18build: move --disable-debug-info to mesonPaolo Bonzini
2023-05-18build: move compiler version check to mesonPaolo Bonzini
2023-05-18build: move remaining compiler flag tests to mesonPaolo Bonzini
2023-05-18build: move warning flag selection to mesonPaolo Bonzini
2023-05-18docs: Convert u2f.txt to rSTPeter Maydell
2023-05-18hw/arm/vexpress: Avoid trivial memory leak of 'flashalias'Peter Maydell
2023-05-18target/arm: Saturate L2CTLR_EL1 core count field rather than overflowingPeter Maydell
2023-05-18target/arm: Convert ERET, ERETAA, ERETAB to decodetreePeter Maydell
2023-05-18target/arm: Convert BRAA, BRAB, BLRAA, BLRAB to decodetreePeter Maydell
2023-05-18target/arm: Convert BRA[AB]Z, BLR[AB]Z, RETA[AB] to decodetreePeter Maydell
2023-05-18target/arm: Convert BR, BLR, RET to decodetreePeter Maydell
2023-05-18target/arm: Convert conditional branch insns to decodetreePeter Maydell
2023-05-18target/arm: Convert TBZ, TBNZ to decodetreePeter Maydell
2023-05-18target/arm: Convert CBZ, CBNZ to decodetreePeter Maydell
2023-05-18target/arm: Convert unconditional branch immediate to decodetreePeter Maydell
2023-05-18target/arm: Convert Extract instructions to decodetreePeter Maydell
2023-05-18target/arm: Convert Bitfield to decodetreeRichard Henderson
2023-05-18target/arm: Convert Move wide (immediate) to decodetreeRichard Henderson
2023-05-18target/arm: Convert Logical (immediate) to decodetreeRichard Henderson
2023-05-18target/arm: Replace bitmask64 with MAKE_64BIT_MASKRichard Henderson
2023-05-18target/arm: Convert Add/subtract (immediate with tags) to decodetreeRichard Henderson