aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-07-10tests/qtest: sifive-e-aon-watchdog-test.c: Add QTest of watchdog of sifive_eTommy Wu2-0/+453
2023-07-10hw/riscv: sifive_e: Support the watchdog timer of HiFive 1 rev b.Tommy Wu3-5/+22
2023-07-10hw/misc: sifive_e_aon: Support the watchdog timer of HiFive 1 rev b.Tommy Wu4-0/+383
2023-07-10tests/avocado: riscv: Enable 32-bit Spike OpenSBI boot testingBin Meng1-2/+0
2023-07-10roms/opensbi: Upgrade from v1.2 to v1.3Bin Meng3-0/+0
2023-07-10target/riscv: update cur_pmbase/pmmask based on mode affected by MPRVWeiwei Li2-9/+25
2023-07-10target/riscv: Add additional xlen for address when MPRV=1Weiwei Li3-8/+55
2023-07-10target/riscv/cpu.c: fix veyron-v1 CPU propertiesDaniel Henrique Barboza1-0/+3
2023-07-10target/riscv: Remove redundant assignment to SXLWeiwei Li1-4/+0
2023-07-10target/riscv: Support MSTATUS.MPV/GVA only when RVH is enabledWeiwei Li1-6/+4
2023-07-10target/riscv: Make MPV only work when MPP != PRV_MWeiwei Li2-2/+4
2023-07-10disas/riscv: Add support for XThead* instructionsChristoph Müllner6-0/+828
2023-07-10disas/riscv: Add support for XVentanaCondOpsChristoph Müllner4-1/+67
2023-07-10disas/riscv: Provide infrastructure for vendor extensionsChristoph Müllner1-2/+26
2023-07-10disas/riscv: Encapsulate opcode_data into decodeChristoph Müllner2-17/+25
2023-07-10disas/riscv: Make rv_op_illegal a shared enum valueChristoph Müllner2-1/+5
2023-07-10disas/riscv: Move types/constants to new header fileChristoph Müllner2-269/+283
2023-07-10target/riscv: Factor out extension tests to cpu_cfg.hChristoph Müllner2-25/+28
2023-07-10target/riscv: Use xl instead of mxl for disassembleLIU Zhiwei1-1/+2
2023-07-10Merge tag 'pull-vfio-20230710' of https://github.com/legoater/qemu into stagingRichard Henderson41-229/+678
2023-07-10vfio/pci: Enable AtomicOps completers on root portsAlex Williamson2-0/+79
2023-07-10pcie: Add a PCIe capability version helperAlex Williamson2-0/+8
2023-07-10s390x/ap: Wire up the device request notifier interfaceTony Krowiak1-0/+113
2023-07-10linux-headers: update to v6.5-rc1Cédric Le Goater32-154/+423
2023-07-10vfio: Fix null pointer dereference bug in vfio_bars_finalize()Avihai Horon1-1/+3
2023-07-10vfio/migration: Return bool type for vfio_migration_realize()Zhenzhong Duan3-8/+12
2023-07-10vfio/migration: Remove print of "Migration disabled"Zhenzhong Duan1-1/+0
2023-07-10vfio/migration: Free resources when vfio_migration_realize failsZhenzhong Duan2-10/+24
2023-07-10vfio/migration: Change vIOMMU blocker from global to per deviceZhenzhong Duan4-55/+7
2023-07-10vfio/pci: Disable INTx in vfio_realize error pathZhenzhong Duan1-0/+3
2023-07-10hw/vfio/pci-quirks: Sanitize capability pointerAlex Williamson1-2/+8
2023-07-09Merge tag 'pull-tcg-20230709' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson39-723/+2043
2023-07-09Merge tag 'linux-user-fcntl64-pull-request' of https://github.com/hdeller/qem...Richard Henderson3-3/+36
2023-07-09crypto: Unexport AES_*_rot, AES_TeN, AES_TdNRichard Henderson2-37/+21
2023-07-09crypto: Remove AES_imcRichard Henderson2-271/+0
2023-07-09crypto: Implement aesdec_IMC with AES_imc_rotRichard Henderson1-21/+21
2023-07-09crypto: Remove AES_shifts, AES_ishiftsRichard Henderson2-18/+0
2023-07-09target/riscv: Use aesdec_ISB_ISR_IMC_AKRichard Henderson1-91/+10
2023-07-09target/riscv: Use aesenc_SB_SR_MC_AKRichard Henderson1-1/+6
2023-07-09target/riscv: Use aesdec_IMCRichard Henderson1-10/+5
2023-07-09target/riscv: Use aesdec_ISB_ISR_AKRichard Henderson1-1/+6
2023-07-09target/riscv: Use aesenc_SB_SR_AKRichard Henderson1-1/+9
2023-07-09target/arm: Use aesdec_IMCRichard Henderson1-19/+14
2023-07-09target/arm: Use aesenc_MCRichard Henderson1-1/+14
2023-07-09target/arm: Use aesdec_ISB_ISR_AKRichard Henderson1-21/+16
2023-07-09target/arm: Use aesenc_SB_SR_AKRichard Henderson1-1/+23
2023-07-08linux-user: Improve strace output of pread64() and pwrite64()Helge Deller2-2/+21
2023-07-08linux-user: Fix accept4(SOCK_NONBLOCK) syscallHelge Deller1-1/+11
2023-07-08linux-user: Fix fcntl() and fcntl64() to return O_LARGEFILE for 32-bit targetsHelge Deller1-0/+4
2023-07-08target/arm: Demultiplex AESE and AESMCRichard Henderson6-27/+41