aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-05target/ppc: Remove msr_le macroVíctor Colombo
2022-05-05target/ppc: Remove msr_pr macroVíctor Colombo
2022-05-05target/ppc: Remove unused msr_* macrosVíctor Colombo
2022-05-05target/ppc: Remove fpscr_* macros from cpu.hVíctor Colombo
2022-05-05ppc/xive: Update the state of the External interrupt signalFrederic Barrat
2022-05-05ppc/xive: Always recompute the PIPR when pushing an OS contextFrederic Barrat
2022-05-05vhost-user: Use correct macro name TARGET_PPC64Murilo Opsfelder Araujo
2022-05-05target/ppc: Fix BookE debug interrupt generationBin Meng
2022-05-05target/ppc: init 'rmmu_info' in kvm_get_radix_page_info()Daniel Henrique Barboza
2022-05-05target/ppc: init 'sregs' in kvmppc_put_books_sregs()Daniel Henrique Barboza
2022-05-05target/ppc: init 'lpcr' in kvmppc_enable_cap_large_decr()Daniel Henrique Barboza
2022-05-05target/ppc: initialize 'val' union in kvm_get_one_spr()Daniel Henrique Barboza
2022-05-05Merge tag 'pull-target-arm-20220505' of https://git.linaro.org/people/pmaydel...Richard Henderson
2022-05-05target/arm: read access to performance counters from EL0Alex Zuepke
2022-05-05target/arm: Add isar_feature_{aa64,any}_rasRichard Henderson
2022-05-05target/arm: Add isar predicates for FEAT_Debugv8p2Richard Henderson
2022-05-05target/arm: Remove HOST_BIG_ENDIAN ifdef in add_cpreg_to_hashtableRichard Henderson
2022-05-05target/arm: Reformat comments in add_cpreg_to_hashtableRichard Henderson
2022-05-05target/arm: Perform override check early in add_cpreg_to_hashtableRichard Henderson
2022-05-05target/arm: Hoist isbanked computation in add_cpreg_to_hashtableRichard Henderson
2022-05-05target/arm: Use bool for is64 and ns in add_cpreg_to_hashtableRichard Henderson
2022-05-05target/arm: Consolidate cpreg updates in add_cpreg_to_hashtableRichard Henderson
2022-05-05target/arm: Hoist computation of key in add_cpreg_to_hashtableRichard Henderson
2022-05-05target/arm: Merge allocation of the cpreg and its nameRichard Henderson
2022-05-05target/arm: Store cpregs key in the hash table directlyRichard Henderson
2022-05-05target/arm: Drop always-true test in define_arm_vh_e2h_redirects_aliasesRichard Henderson
2022-05-05target/arm: Name CPSecureState typeRichard Henderson
2022-05-05target/arm: Name CPState typeRichard Henderson
2022-05-05target/arm: Change cpreg access permissions to enumRichard Henderson
2022-05-05target/arm: Avoid bare abort() or assert(0)Richard Henderson
2022-05-05target/arm: Reorg ARMCPRegInfo type field bitsRichard Henderson
2022-05-05target/arm: Make some more cpreg data static constRichard Henderson
2022-05-05target/arm: Replace sentinels with ARRAY_SIZE in cpregs.hRichard Henderson
2022-05-05target/arm: Reorg CPAccessResult and access_check_cp_regRichard Henderson
2022-05-05target/arm: Split out cpregs.hRichard Henderson
2022-05-05target/arm: Enable SCTLR_EL1.BT0 for aarch64-linux-userRichard Henderson
2022-05-04Merge tag 'for-upstream' of git://repo.or.cz/qemu/kevin into stagingRichard Henderson
2022-05-04Merge tag 'pull-request-2022-05-04' of https://gitlab.com/thuth/qemu into sta...Richard Henderson
2022-05-04coroutine-win32: use QEMU_DEFINE_STATIC_CO_TLS()Stefan Hajnoczi
2022-05-04coroutine: use QEMU_DEFINE_STATIC_CO_TLS()Stefan Hajnoczi
2022-05-04coroutine-ucontext: use QEMU_DEFINE_STATIC_CO_TLS()Stefan Hajnoczi
2022-05-04iotests/reopen-file: Test reopening file childHanna Reitz
2022-05-04block/vmdk: Fix reopening bs->fileHanna Reitz
2022-05-04iotests: Add regression test for issue 945Hanna Reitz
2022-05-04Revert "main-loop: Disable GLOBAL_STATE_CODE() assertions"Hanna Reitz
2022-05-04qcow2: Do not reopen data_file in invalidate_cacheHanna Reitz
2022-05-04block: Classify bdrv_get_flags() as I/O functionHanna Reitz
2022-05-04vhost-user: Don't pass file descriptor for VHOST_USER_REM_MEM_REGKevin Wolf
2022-05-04libvhost-user: Fix extra vu_add/rem_mem_reg replyKevin Wolf
2022-05-04docs/vhost-user: Clarifications for VHOST_USER_ADD/REM_MEM_REGKevin Wolf