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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-08
Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-gdbstub-docs-...
Peter Maydell
13
-27
/
+141
2021-02-08
Merge remote-tracking branch 'remotes/dg-gitlab/tags/cgs-pull-request' into s...
Peter Maydell
32
-191
/
+595
2021-02-08
docs/system: document an example booting the versatilepb machine
Alex Bennée
1
-0
/
+34
2021-02-08
docs/system: document an example vexpress-a15 invocation
Alex Bennée
1
-0
/
+28
2021-02-08
tests/Makefile.include: don't use TARGET_DIRS for check-tcg
Alex Bennée
1
-4
/
+6
2021-02-08
scripts/mtest2make.py: export all-%s-targets variable and use it
Alex Bennée
2
-1
/
+2
2021-02-08
tests/tcg: Replace /bin/true by true (required on macOS)
Stefan Weil
1
-2
/
+2
2021-02-08
gdbstub: Fix handle_query_xfer_auxv
Richard Henderson
1
-5
/
+12
2021-02-08
tests/tcg: don't silently skip the gdb tests
Alex Bennée
1
-1
/
+4
2021-02-08
configure: bump the minimum gdb version for check-tcg to 9.1
Alex Bennée
1
-1
/
+1
2021-02-08
configure: make version_ge more tolerant of shady version input
Alex Bennée
1
-2
/
+2
2021-02-08
tests/docker: add a docker-exec-copy-test
Alex Bennée
3
-2
/
+33
2021-02-08
tests/docker: alias docker-help target for consistency
Alex Bennée
2
-2
/
+4
2021-02-08
tests/docker: preserve original name when copying libs
Alex Bennée
1
-3
/
+4
2021-02-08
tests/docker: make _copy_with_mkdir accept missing files
Alex Bennée
1
-1
/
+6
2021-02-08
tests/docker: Fix typo in help message
Philippe Mathieu-Daudé
1
-1
/
+1
2021-02-08
tests/docker: Fix _get_so_libs() for docker-binfmt-image
Philippe Mathieu-Daudé
1
-1
/
+1
2021-02-08
tests/acceptance: Increase the timeout in the replay tests
Thomas Huth
1
-1
/
+1
2021-02-08
Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20210207' into...
Peter Maydell
2
-18
/
+14
2021-02-08
s390: Recognize confidential-guest-support option
David Gibson
5
-6
/
+98
2021-02-08
confidential guest support: Alter virtio default properties for protected guests
David Gibson
1
-0
/
+13
2021-02-08
spapr: PEF: prevent migration
David Gibson
1
-0
/
+7
2021-02-08
spapr: Add PEF based confidential guest support
David Gibson
8
-25
/
+191
2021-02-08
confidential guest support: Update documentation
David Gibson
2
-1
/
+44
2021-02-08
confidential guest support: Move SEV initialization into arch specific code
David Gibson
4
-17
/
+28
2021-02-08
confidential guest support: Introduce cgs "ready" flag
David Gibson
3
-0
/
+36
2021-02-08
sev: Add Error ** to sev_kvm_init()
David Gibson
4
-19
/
+20
2021-02-08
confidential guest support: Rework the "memory-encryption" property
David Gibson
6
-42
/
+47
2021-02-08
confidential guest support: Move side effect out of machine_set_memory_encryp...
David Gibson
1
-8
/
+9
2021-02-08
sev: Remove false abstraction of flash encryption
David Gibson
8
-85
/
+31
2021-02-08
confidential guest support: Introduce new confidential guest support class
David Gibson
5
-2
/
+76
2021-02-08
qom: Allow optional sugar props
Greg Kurz
4
-9
/
+18
2021-02-07
utils/fifo8: add VMSTATE_FIFO8_TEST macro
Mark Cave-Ayland
1
-6
/
+10
2021-02-07
utils/fifo8: change fatal errors from abort() to assert()
Mark Cave-Ayland
1
-12
/
+4
2021-02-05
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210205' into...
Peter Maydell
108
-1064
/
+1564
2021-02-05
accel: introduce AccelCPUClass extending CPUClass
Claudio Fontana
4
-0
/
+87
2021-02-05
accel: replace struct CpusAccel with AccelOpsClass
Claudio Fontana
44
-163
/
+361
2021-02-05
accel: extend AccelState and AccelClass to user-mode
Claudio Fontana
24
-53
/
+125
2021-02-05
cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass
Claudio Fontana
36
-306
/
+582
2021-02-05
cpu: move debug_check_watchpoint to tcg_ops
Claudio Fontana
5
-17
/
+12
2021-02-05
cpu: move adjust_watchpoint_address to tcg_ops
Claudio Fontana
4
-9
/
+10
2021-02-05
physmem: make watchpoint checking code TCG-only
Claudio Fontana
1
-69
/
+72
2021-02-05
cpu: move do_unaligned_access to tcg_ops
Claudio Fontana
14
-19
/
+23
2021-02-05
cpu: move cc->transaction_failed to tcg_ops
Claudio Fontana
12
-29
/
+34
2021-02-05
cpu: move cc->do_interrupt to tcg_ops
Claudio Fontana
27
-42
/
+41
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
7
-9
/
+9
2021-02-05
cpu: Move tlb_fill to tcg_ops
Eduardo Habkost
26
-38
/
+42
2021-02-05
cpu: Move cpu_exec_* to tcg_ops
Eduardo Habkost
25
-42
/
+54
2021-02-05
cpu: Move synchronize_from_tb() to tcg_ops
Eduardo Habkost
13
-22
/
+30
[next]