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-10-13
target/i386/sev: Move qmp_query_sev_launch_measure() to sev.c
Philippe Mathieu-Daudé
4
-21
/
+20
2021-10-13
target/i386/sev: Move qmp_query_sev_capabilities() to sev.c
Philippe Mathieu-Daudé
4
-9
/
+7
2021-10-13
target/i386/sev: Move qmp_sev_inject_launch_secret() to sev.c
Philippe Mathieu-Daudé
3
-34
/
+34
2021-10-13
target/i386/sev: Move qmp_query_sev_attestation_report() to sev.c
Philippe Mathieu-Daudé
4
-12
/
+13
2021-10-13
target/i386/sev: Remove stubs by using code elision
Philippe Mathieu-Daudé
4
-49
/
+19
2021-10-13
target/i386/sev: Declare system-specific functions in 'sev.h'
Philippe Mathieu-Daudé
6
-33
/
+13
2021-10-13
target/i386/sev: Rename sev_i386.h -> sev.h
Philippe Mathieu-Daudé
8
-7
/
+7
2021-10-13
target/i386/sev: Restrict SEV to system emulation
Philippe Mathieu-Daudé
3
-44
/
+63
2021-10-13
target/i386/sev: Use g_autofree in sev_launch_get_measure()
Philippe Mathieu-Daudé
1
-9
/
+4
2021-10-13
target/i386/sev: sev_get_attestation_report use g_autofree
Dr. David Alan Gilbert
1
-8
/
+3
2021-10-13
target/i386/sev: Mark unreachable code with g_assert_not_reached()
Philippe Mathieu-Daudé
1
-2
/
+2
2021-10-13
target/i386/sev: Remove sev_get_me_mask()
Philippe Mathieu-Daudé
3
-15
/
+0
2021-10-13
target/i386/sev_i386.h: Remove unused headers
Philippe Mathieu-Daudé
2
-4
/
+1
2021-10-13
target/i386/cpu: Add missing 'qapi/error.h' header
Philippe Mathieu-Daudé
1
-0
/
+1
2021-10-13
target/i386/monitor: Return QMP error when SEV is not enabled for guest
Philippe Mathieu-Daudé
1
-0
/
+5
2021-10-13
target/i386/sev: Prefix QMP errors with 'SEV'
Philippe Mathieu-Daudé
2
-10
/
+12
2021-10-13
target/i386/kvm: Restrict SEV stubs to x86 architecture
Philippe Mathieu-Daudé
3
-1
/
+2
2021-10-13
target/i386/kvm: Introduce i386_softmmu_kvm Meson source set
Philippe Mathieu-Daudé
1
-1
/
+5
2021-10-13
qapi/misc-target: Group SEV QAPI definitions
Philippe Mathieu-Daudé
1
-40
/
+40
2021-10-13
qapi/misc-target: Wrap long 'SEV Attestation Report' long lines
Philippe Mathieu-Daudé
1
-7
/
+10
2021-10-13
util/compatfd.c: use libc signalfd wrapper instead of raw syscall
Kacper Słomiński
2
-7
/
+5
2021-10-13
qemu-iotests: flush after every test
Paolo Bonzini
1
-0
/
+1
2021-10-13
build: fix "make check" without earlier "make"
Paolo Bonzini
1
-5
/
+12
2021-10-13
tests: add missing dependency for check-block
Paolo Bonzini
1
-0
/
+1
2021-10-13
MAINTAINERS: Add myself as reviewer of the 'Memory API'
Philippe Mathieu-Daudé
1
-0
/
+1
2021-10-12
Merge remote-tracking branch 'remotes/jsnow/tags/python-pull-request' into st...
Richard Henderson
15
-216
/
+85
2021-10-12
Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20211012' into staging
Richard Henderson
2
-0
/
+0
2021-10-12
pc-bios: Update hppa-firmware.img
Helge Deller
2
-0
/
+0
2021-10-12
python, iotests: remove socket_scm_helper
John Snow
8
-161
/
+1
2021-10-12
python/qmp: add send_fd_scm directly to QEMUMonitorProtocol
John Snow
2
-47
/
+18
2021-10-12
python/qmp: clear events on get_events() call
John Snow
3
-4
/
+4
2021-10-12
python/aqmp: Disable logging messages by default
John Snow
1
-0
/
+4
2021-10-12
python/aqmp: Reduce severity of EOFError-caused loop terminations
John Snow
1
-2
/
+5
2021-10-12
python/aqmp: Add dict conversion method to Greeting object
John Snow
1
-0
/
+13
2021-10-12
python/aqmp: add send_fd_scm
John Snow
1
-0
/
+22
2021-10-12
python/aqmp: Return cleared events from EventListener.clear()
John Snow
1
-2
/
+7
2021-10-12
python/aqmp: add .empty() method to EventListener
John Snow
1
-0
/
+6
2021-10-12
python/aqmp: add greeting property to QMPClient
John Snow
1
-0
/
+5
2021-10-12
Merge remote-tracking branch 'remotes/stsquad/tags/pull-for-6.2-121021-2' int...
Richard Henderson
22
-158
/
+271
2021-10-12
Merge remote-tracking branch 'remotes/clg/tags/pull-aspeed-20211012' into sta...
Richard Henderson
16
-618
/
+1352
2021-10-12
tests/docker: add a debian-native image and make available
Alex Bennée
3
-2
/
+61
2021-10-12
.github: move repo lockdown to the v2 configuration
Alex Bennée
2
-34
/
+30
2021-10-12
accel/tcg: re-factor plugin_inject_cb so we can assert insn_idx is valid
Alex Bennée
2
-78
/
+85
2021-10-12
target/s390x: move tcg_gen_insn_start to s390x_tr_insn_start
Richard Henderson
1
-2
/
+8
2021-10-12
plugins/: Add missing functions to symbol list
Lukas Jünger
1
-0
/
+3
2021-10-12
gitlab: fix passing of TEST_TARGETS env to cirrus
Daniel P. Berrangé
2
-1
/
+2
2021-10-12
gitlab: skip the check-patch job on the upstream repo
Daniel P. Berrangé
1
-1
/
+1
2021-10-12
travis.yml: Remove the "Release tarball" job
Thomas Huth
1
-23
/
+0
2021-10-12
gitlab: Add cross-riscv64-system, cross-riscv64-user
Richard Henderson
1
-0
/
+19
2021-10-12
tests/docker: promote debian-riscv64-cross to a full image
Alex Bennée
3
-8
/
+43
[next]