aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-05target/ppc: Remove msr_pr macroVíctor Colombo8-23/+30
2022-05-05target/ppc: Remove unused msr_* macrosVíctor Colombo1-20/+0
2022-05-05target/ppc: Remove fpscr_* macros from cpu.hVíctor Colombo3-44/+15
2022-05-05ppc/xive: Update the state of the External interrupt signalFrederic Barrat3-0/+17
2022-05-05ppc/xive: Always recompute the PIPR when pushing an OS contextFrederic Barrat2-10/+17
2022-05-05vhost-user: Use correct macro name TARGET_PPC64Murilo Opsfelder Araujo1-1/+1
2022-05-05target/ppc: Fix BookE debug interrupt generationBin Meng1-2/+2
2022-05-05target/ppc: init 'rmmu_info' in kvm_get_radix_page_info()Daniel Henrique Barboza1-1/+1
2022-05-05target/ppc: init 'sregs' in kvmppc_put_books_sregs()Daniel Henrique Barboza1-1/+1
2022-05-05target/ppc: init 'lpcr' in kvmppc_enable_cap_large_decr()Daniel Henrique Barboza1-1/+1
2022-05-05target/ppc: initialize 'val' union in kvm_get_one_spr()Daniel Henrique Barboza1-1/+2
2022-05-05Merge tag 'pull-target-arm-20220505' of https://git.linaro.org/people/pmaydel...Richard Henderson21-661/+735
2022-05-05target/arm: read access to performance counters from EL0Alex Zuepke1-2/+2
2022-05-05target/arm: Add isar_feature_{aa64,any}_rasRichard Henderson1-0/+10
2022-05-05target/arm: Add isar predicates for FEAT_Debugv8p2Richard Henderson1-0/+15
2022-05-05target/arm: Remove HOST_BIG_ENDIAN ifdef in add_cpreg_to_hashtableRichard Henderson1-6/+3
2022-05-05target/arm: Reformat comments in add_cpreg_to_hashtableRichard Henderson1-9/+15
2022-05-05target/arm: Perform override check early in add_cpreg_to_hashtableRichard Henderson1-14/+8
2022-05-05target/arm: Hoist isbanked computation in add_cpreg_to_hashtableRichard Henderson1-2/+4
2022-05-05target/arm: Use bool for is64 and ns in add_cpreg_to_hashtableRichard Henderson1-2/+2
2022-05-05target/arm: Consolidate cpreg updates in add_cpreg_to_hashtableRichard Henderson1-16/+12
2022-05-05target/arm: Hoist computation of key in add_cpreg_to_hashtableRichard Henderson1-22/+27
2022-05-05target/arm: Merge allocation of the cpreg and its nameRichard Henderson2-17/+9
2022-05-05target/arm: Store cpregs key in the hash table directlyRichard Henderson3-26/+21
2022-05-05target/arm: Drop always-true test in define_arm_vh_e2h_redirects_aliasesRichard Henderson1-12/+11
2022-05-05target/arm: Name CPSecureState typeRichard Henderson2-5/+9
2022-05-05target/arm: Name CPState typeRichard Henderson2-5/+7
2022-05-05target/arm: Change cpreg access permissions to enumRichard Henderson2-22/+24
2022-05-05target/arm: Avoid bare abort() or assert(0)Richard Henderson8-16/+15
2022-05-05target/arm: Reorg ARMCPRegInfo type field bitsRichard Henderson5-58/+92
2022-05-05target/arm: Make some more cpreg data static constRichard Henderson1-8/+8
2022-05-05target/arm: Replace sentinels with ARRAY_SIZE in cpregs.hRichard Henderson8-130/+49
2022-05-05target/arm: Reorg CPAccessResult and access_check_cp_regRichard Henderson2-36/+42
2022-05-05target/arm: Split out cpregs.hRichard Henderson14-374/+427
2022-05-05target/arm: Enable SCTLR_EL1.BT0 for aarch64-linux-userRichard Henderson3-3/+47
2022-05-04Merge tag 'for-upstream' of git://repo.or.cz/qemu/kevin into stagingRichard Henderson17-96/+388
2022-05-04Merge tag 'pull-request-2022-05-04' of https://gitlab.com/thuth/qemu into sta...Richard Henderson25-1979/+1053
2022-05-04coroutine-win32: use QEMU_DEFINE_STATIC_CO_TLS()Stefan Hajnoczi1-5/+13
2022-05-04coroutine: use QEMU_DEFINE_STATIC_CO_TLS()Stefan Hajnoczi1-17/+24
2022-05-04coroutine-ucontext: use QEMU_DEFINE_STATIC_CO_TLS()Stefan Hajnoczi1-14/+24
2022-05-04iotests/reopen-file: Test reopening file childHanna Reitz2-0/+94
2022-05-04block/vmdk: Fix reopening bs->fileHanna Reitz1-1/+55
2022-05-04iotests: Add regression test for issue 945Hanna Reitz2-0/+86
2022-05-04Revert "main-loop: Disable GLOBAL_STATE_CODE() assertions"Hanna Reitz1-2/+1
2022-05-04qcow2: Do not reopen data_file in invalidate_cacheHanna Reitz1-42/+62
2022-05-04block: Classify bdrv_get_flags() as I/O functionHanna Reitz3-2/+2
2022-05-04vhost-user: Don't pass file descriptor for VHOST_USER_REM_MEM_REGKevin Wolf2-5/+5
2022-05-04libvhost-user: Fix extra vu_add/rem_mem_reg replyKevin Wolf1-6/+3
2022-05-04docs/vhost-user: Clarifications for VHOST_USER_ADD/REM_MEM_REGKevin Wolf1-0/+17
2022-05-04qemu-img: properly list formats which have consistency check implementedDenis V. Lunev1-2/+2