index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-11
target/arm: Correctly initialize MDCR_EL2.HPMN
Daniel Müller
1
-5
/
+4
2021-02-11
target/arm: Set ID_PFR0.DIT to 1 for "max" 32-bit CPU
Rebecca Cran
1
-0
/
+4
2021-02-11
target/arm: Set ID_AA64PFR0.DIT and ID_PFR0.DIT to 1 for "max" AA64 CPU
Rebecca Cran
1
-0
/
+5
2021-02-11
target/arm: Support AA32 DIT by moving PSTATE_SS from cpsr into env->pstate
Rebecca Cran
3
-18
/
+42
2021-02-11
target/arm: Add support for FEAT_DIT, Data Independent Timing
Rebecca Cran
4
-0
/
+52
2021-02-11
target/arm: Fix SCR RES1 handling
Mike Nawrocki
2
-2
/
+19
2021-02-11
target/arm: Don't migrate CPUARMState.features
Aaron Lindsay
1
-1
/
+1
2021-02-10
target/ppc: Add E500 L2CSR0 write helper
Bin Meng
2
-0
/
+22
2021-02-10
target/ppc: Remove unused MMU definitions
Philippe Mathieu-Daudé
1
-3
/
+0
2021-02-08
target/i386: Expose VMX entry/exit load pkrs control bits
Chenyi Qiang
2
-2
/
+4
2021-02-08
target/i386: Add support for save/load IA32_PKRS MSR
Chenyi Qiang
1
-0
/
+13
2021-02-08
target/i86: implement PKS
Paolo Bonzini
6
-18
/
+64
2021-02-08
target/i386: Fix decoding of certain BMI instructions
David Greenaway
1
-1
/
+1
2021-02-08
x86/cpu: Populate SVM CPUID feature bits
Wei Huang
2
-13
/
+17
2021-02-08
target/i386: do not set LM for 32-bit emulation "-cpu host/max"
Paolo Bonzini
1
-0
/
+5
2021-02-08
spapr: Add PEF based confidential guest support
David Gibson
2
-24
/
+0
2021-02-08
confidential guest support: Move SEV initialization into arch specific code
David Gibson
2
-1
/
+26
2021-02-08
confidential guest support: Introduce cgs "ready" flag
David Gibson
1
-0
/
+2
2021-02-08
sev: Add Error ** to sev_kvm_init()
David Gibson
1
-16
/
+15
2021-02-08
confidential guest support: Rework the "memory-encryption" property
David Gibson
1
-30
/
+2
2021-02-08
sev: Remove false abstraction of flash encryption
David Gibson
2
-10
/
+19
2021-02-08
confidential guest support: Introduce new confidential guest support class
David Gibson
1
-2
/
+3
2021-02-05
accel: replace struct CpusAccel with AccelOpsClass
Claudio Fontana
17
-46
/
+86
2021-02-05
accel: extend AccelState and AccelClass to user-mode
Claudio Fontana
5
-5
/
+5
2021-02-05
cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass
Claudio Fontana
28
-180
/
+416
2021-02-05
cpu: move debug_check_watchpoint to tcg_ops
Claudio Fontana
1
-2
/
+2
2021-02-05
cpu: move adjust_watchpoint_address to tcg_ops
Claudio Fontana
1
-1
/
+1
2021-02-05
cpu: move do_unaligned_access to tcg_ops
Claudio Fontana
13
-13
/
+16
2021-02-05
cpu: move cc->transaction_failed to tcg_ops
Claudio Fontana
10
-12
/
+14
2021-02-05
cpu: move cc->do_interrupt to tcg_ops
Claudio Fontana
25
-38
/
+37
2021-02-05
target/arm: do not use cc->do_interrupt for KVM directly
Claudio Fontana
2
-4
/
+6
2021-02-05
cpu: Move debug_excp_handler to tcg_ops
Eduardo Habkost
5
-5
/
+5
2021-02-05
cpu: Move tlb_fill to tcg_ops
Eduardo Habkost
23
-23
/
+23
2021-02-05
cpu: Move cpu_exec_* to tcg_ops
Eduardo Habkost
23
-30
/
+42
2021-02-05
cpu: Move synchronize_from_tb() to tcg_ops
Eduardo Habkost
11
-11
/
+15
2021-02-05
target/riscv: remove CONFIG_TCG, as it is always TCG
Claudio Fontana
1
-2
/
+1
2021-02-05
cpu: Introduce TCGCpuOperations struct
Eduardo Habkost
23
-28
/
+28
2021-01-29
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210129-...
Peter Maydell
3
-9
/
+21
2021-01-29
target/arm: Replace magic value by MMU_DATA_LOAD definition
Philippe Mathieu-Daudé
1
-1
/
+1
2021-01-29
target/arm: Conditionalize DBGDIDR
Richard Henderson
1
-6
/
+15
2021-01-29
target/arm: Implement ID_PFR2
Richard Henderson
3
-2
/
+5
2021-01-29
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...
Peter Maydell
1
-6
/
+6
2021-01-29
target/rx: Fix compiler errors for build with sanitizers
Stefan Weil
1
-6
/
+6
2021-01-28
qapi: Use QAPI_LIST_APPEND in trivial cases
Eric Blake
1
-16
/
+8
2021-01-27
target/microblaze: Add security attributes on memory transactions
Joe Komlodi
3
-5
/
+26
2021-01-27
target/microblaze: use MMUAccessType instead of int in mmu_translate
Joe Komlodi
2
-2
/
+2
2021-01-27
target/microblaze: Add use-non-secure property
Joe Komlodi
2
-0
/
+57
2021-01-23
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
1
-0
/
+1
2021-01-21
x86/cpu: Use max host physical address if -cpu max option is applied
Yang Weijiang
1
-0
/
+1
2021-01-21
s390x: Use strpadcpy for copying vm name
Miroslav Rezanina
2
-9
/
+10
[next]