aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-05hw/riscv: Add signature dump function for spike to run ACT testsWeiwei Li3-1/+59
2023-05-05target/riscv: Fix lines with over 80 charactersWeiwei Li9-56/+91
2023-05-05target/riscv: Fix format for commentsWeiwei Li11-104/+151
2023-05-05target/riscv: Fix format for indentationWeiwei Li12-241/+247
2023-05-05target/riscv: Remove riscv_cpu_virt_enabled()Weiwei Li8-70/+64
2023-05-05target/riscv: Set opcode to env->bins for illegal/virtual instruction faultWeiwei Li1-0/+2
2023-05-05target/riscv: Fix addr type for get_physical_addressWeiwei Li1-2/+2
2023-05-05target/riscv: Remove redundant parenthesesWeiwei Li1-1/+1
2023-05-05target/riscv: Convert env->virt to a bool env->virt_enabledLIU Zhiwei5-12/+9
2023-05-05target/riscv: Remove check on RVH for riscv_cpu_set_virt_enabledWeiwei Li1-4/+1
2023-05-05target/riscv: Remove check on RVH for riscv_cpu_virt_enabledWeiwei Li1-4/+0
2023-05-05target/riscv: Remove redundant check on RVHWeiwei Li1-2/+1
2023-05-05target/riscv: Remove redundant call to riscv_cpu_virt_enabledWeiwei Li1-3/+1
2023-05-05target/riscv: Fix itrigger when icount is usedLIU Zhiwei1-0/+6
2023-05-05target/riscv: Add support for ZceWeiwei Li2-0/+13
2023-05-05disas/riscv.c: add disasm support for Zc*Weiwei Li1-1/+227
2023-05-05target/riscv: expose properties for Zc* extensionWeiwei Li1-0/+14
2023-05-05target/riscv: add support for Zcmt extensionWeiwei Li9-5/+157
2023-05-05target/riscv: add support for Zcmp extensionWeiwei Li3-1/+209
2023-05-05target/riscv: add support for Zcb extensionWeiwei Li3-0/+125
2023-05-05target/riscv: add support for Zcd extensionWeiwei Li2-4/+22
2023-05-05target/riscv: add support for Zcf extensionWeiwei Li2-4/+22
2023-05-05target/riscv: add support for Zca extensionWeiwei Li2-4/+8
2023-05-05target/riscv: add cfg properties for Zc* extensionWeiwei Li2-0/+49
2023-05-05target/riscv: fix invalid riscv,event-to-mhpmcounters entryConor Dooley1-1/+1
2023-05-05target/riscv: redirect XVentanaCondOps to use the Zicond functionsPhilipp Tomsich2-16/+4
2023-05-05target/riscv: refactor Zicond supportPhilipp Tomsich1-15/+21
2023-05-05target/riscv: Simplify arguments for riscv_csrrw_checkWeiwei Li1-8/+4
2023-05-05target/riscv: Simplify type conversion for CPURISCVStateWeiwei Li7-44/+31
2023-05-05target/riscv: Simplify getting RISCVCPU pointer from envWeiwei Li1-4/+4
2023-05-05target/riscv: Fix priv version dependency for vector and zfhLIU Zhiwei1-4/+4
2023-05-05target/riscv: Avoid env_archcpu() when reading RISCVCPUConfigWeiwei Li3-35/+18
2023-05-04Merge tag 'qga-pull-2023-05-04' of https://github.com/kostyanf14/qemu into st...Richard Henderson5-32/+244
2023-05-04qga: Fix suspend on Linux guests without systemdMark Somerville1-6/+6
2023-05-04qga/commands-win32.c: Drop the check for _WIN32_WINNT >= 0x0601Thomas Huth1-2/+0
2023-05-04qga: test: Add tests for `merged` flagDaniel Xu1-17/+141
2023-05-04qga: Add `merged` variant to GuestExecCaptureOutputModeDaniel Xu2-3/+27
2023-05-04qga: Refactor guest-exec capture-output to take enumDaniel Xu2-4/+66
2023-05-04qga/linux: add usb support to guest-get-fsinfoKfir Manor1-1/+5
2023-05-04Merge tag 'pull-nbd-2023-05-03' of https://repo.or.cz/qemu/ericb into stagingRichard Henderson3-1/+3
2023-05-03block/export: call blk_set_dev_ops(blk, NULL, NULL)Stefan Hajnoczi2-1/+2
2023-05-03systemd: Also clear LISTEN_FDNAMES during systemd socket activationEric Blake1-0/+1
2023-05-03Merge tag 'migration-20230428-pull-request' of https://gitlab.com/juan.quinte...Richard Henderson12-100/+120
2023-05-03migration: Drop unused parameter for migration_tls_client_create()Juan Quintela4-7/+5
2023-05-03migration: Drop unused parameter for migration_tls_get_creds()Juan Quintela1-7/+3
2023-05-03migration/rdma: Unfold last user of acct_update_position()Juan Quintela3-11/+3
2023-05-03migration/rdma: Split the zero page case from acct_update_positionJuan Quintela3-11/+10
2023-05-03migration: Rename RAMStats to MigrationAtomicStatsJuan Quintela2-3/+3
2023-05-03migration: Rename ram_counters to mig_statsJuan Quintela6-46/+46
2023-05-03migration: Move ram_stats to its own file migration-stats.[ch]Juan Quintela8-25/+63