aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-09-19target/hppa: Wire up diag instruction to support BTLBHelge Deller3-3/+105
2023-09-15target/hppa: Extract diagnose immediate valueHelge Deller1-1/+1
2023-09-15target/hppa: Add BTLB support to hppa TLB functionsHelge Deller4-30/+65
2023-09-15target/hppa: Report and clear BTLBs via fw_cfg at startupHelge Deller1-5/+5
2023-09-13target/hppa: Allow up to 16 BTLB entriesHelge Deller1-1/+7
2023-09-13target/hppa: Update to SeaBIOS-hppa version 9Helge Deller2-0/+0
2023-09-11Merge tag 'pull-vfio-20230911' of https://github.com/legoater/qemu into stagingStefan Hajnoczi14-99/+377
2023-09-11Merge tag 'pull-riscv-to-apply-20230911' of https://github.com/alistair23/qem...Stefan Hajnoczi34-652/+2785
2023-09-11Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi22-80/+142
2023-09-11Merge tag 'pull-target-arm-20230908' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi40-156/+3183
2023-09-11vfio/common: Separate vfio-pci rangesJoao Martins2-12/+61
2023-09-11vfio/migration: Block VFIO migration with background snapshotAvihai Horon1-1/+10
2023-09-11vfio/migration: Block VFIO migration with postcopy migrationAvihai Horon1-0/+22
2023-09-11migration: Add .save_prepare() handler to struct SaveVMHandlersAvihai Horon5-4/+48
2023-09-11migration: Move more initializations to migrate_init()Avihai Horon2-10/+7
2023-09-11vfio/migration: Fail adding device with enable-migration=on and existing blockerAvihai Horon1-2/+5
2023-09-11migration: Add migration prefix to functions in target.cAvihai Horon4-10/+10
2023-09-11vfio/migration: Allow migration of multiple P2P supporting devicesAvihai Horon1-8/+18
2023-09-11vfio/migration: Add P2P support for VFIO migrationAvihai Horon4-41/+105
2023-09-11vfio/migration: Refactor PRE_COPY and RUNNING state checksJoao Martins3-10/+24
2023-09-11qdev: Add qdev_add_vm_change_state_handler_full()Avihai Horon2-1/+16
2023-09-11sysemu: Add prepare callback to struct VMChangeStateEntryAvihai Horon2-0/+44
2023-09-11vfio/migration: Move from STOP_COPY to STOP in vfio_save_cleanup()Avihai Horon1-6/+13
2023-09-11target/riscv: don't read CSR in riscv_csrrw_do64Nikita Shubin1-9/+15
2023-09-11target/riscv: Align the AIA model to v1.0 ratified specTommy Wu1-2/+5
2023-09-11target/riscv/pmp.c: respect mseccfg.RLB for pmpaddrX changesLeon Schuermann1-0/+4
2023-09-11target/riscv: Allocate itrigger timers only onceAkihiko Odaki3-5/+21
2023-09-11target/riscv: Use accelerated helper for AES64KS1IArd Biesheuvel1-12/+5
2023-09-11linux-user/riscv: Add new extensions to hwprobeRobbin Ehn1-1/+13
2023-09-11hw/intc/riscv_aplic.c fix non-KVM --enable-debug buildDaniel Henrique Barboza3-6/+8
2023-09-11hw/riscv/virt.c: fix non-KVM --enable-debug buildDaniel Henrique Barboza1-3/+3
2023-09-11riscv: zicond: make non-experimentalVineet Gupta1-1/+1
2023-09-11target/riscv: fix satp_mode_finalize() when satp_mode.supported = 0Daniel Henrique Barboza1-3/+20
2023-09-11target/riscv: Update CSR bits name for svadu extensionWeiwei Li4-15/+15
2023-09-11hw/riscv: virt: Fix riscv,pmu DT node pathConor Dooley1-1/+1
2023-09-11target/riscv: select KVM AIA in riscv virt machineYong-Xuan Wang1-31/+63
2023-09-11target/riscv: update APLIC and IMSIC to support KVM AIAYong-Xuan Wang2-20/+61
2023-09-11target/riscv: Create an KVM AIA irqchipYong-Xuan Wang2-0/+190
2023-09-11target/riscv: check the in-kernel irqchip supportYong-Xuan Wang1-1/+9
2023-09-11target/riscv: support the AIA device emulation with KVM enabledYong-Xuan Wang1-153/+137
2023-09-11linux-user/riscv: Use abi type for target_ucontextLIU Zhiwei1-2/+2
2023-09-11hw/intc: Make rtc variable names consistentJason Chien1-3/+3
2023-09-11hw/intc: Fix upper/lower mtime write calculationJason Chien1-2/+3
2023-09-11target/riscv: Fix zfa fleq.d and fltq.dLIU Zhiwei1-2/+2
2023-09-11target/riscv: Add Zihintntl extension ISA string to DTSJason Chien2-0/+3
2023-09-11target/riscv: Implement WARL behaviour for mcountinhibit/mcounterenRob Bradford1-2/+9
2023-09-11target/riscv: Add Zvksed ISA extension supportMax Chou6-1/+184
2023-09-11crypto: Add SM4 constant parameter CKMax Chou2-0/+11
2023-09-11crypto: Create sm4_subwordMax Chou2-8/+10
2023-09-11target/riscv: Add Zvkg ISA extension supportNazar Kazakov6-2/+114