index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
qapi
/
source.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-02-08
qapi/gen: Drop support for QAPIGen without a file name
Markus Armbruster
1
-2
/
+2
2021-02-08
qapi/commands: Simplify command registry generation
Markus Armbruster
1
-27
/
+22
2021-02-08
qapi/gen: Support switching to another module temporarily
Markus Armbruster
1
-0
/
+7
2021-02-08
qapi/gen: write _genc/_genh access shims
John Snow
1
-5
/
+13
2021-02-08
qapi: centralize the built-in module name definition
John Snow
1
-5
/
+8
2021-02-08
qapi/gen: Combine ._add_[user|system]_module
Markus Armbruster
3
-14
/
+7
2021-02-08
qapi: use './builtin' as the built-in module name
John Snow
10
-27
/
+27
2021-02-08
qapi: use explicitly internal module names
John Snow
3
-3
/
+4
2021-02-08
qapi/gen: Replace ._begin_system_module()
Markus Armbruster
3
-6
/
+7
2021-02-08
qapi: centralize is_[user|system|builtin]_module methods
John Snow
2
-16
/
+40
2021-02-08
qapi/gen: inline _wrap_ifcond into end_if()
John Snow
1
-5
/
+2
2021-02-08
qapi/main: handle theoretical None-return from re.match()
John Snow
1
-0
/
+2
2021-02-08
qapi/events: fix visit_event typing
John Snow
1
-5
/
+7
2021-02-08
qapi/commands: assert arg_type is not None
John Snow
1
-3
/
+6
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
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
2021-02-05
accel/tcg: split TCG-only code from cpu_exec_realizefn
Claudio Fontana
5
-40
/
+77
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
25
-30
/
+48
2021-02-05
tcg/tci: Remove TCG_CONST
Richard Henderson
4
-194
/
+89
2021-02-05
tcg/tci: Fix TCG_REG_R4 misusage
Richard Henderson
2
-10
/
+5
2021-02-05
tcg/tci: Restrict TCG_TARGET_NB_REGS to 16
Richard Henderson
2
-53
/
+5
[next]