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-18
qapi/introspect.py: add type hint annotations
John Snow
3
-39
/
+93
2021-02-18
qapi/introspect.py: remove _gen_variants helper
John Snow
1
-7
/
+2
2021-02-18
qapi/introspect.py: improve readability of _tree_to_qlit
John Snow
1
-15
/
+18
2021-02-18
qapi/introspect.py: improve _tree_to_qlit error message
John Snow
1
-1
/
+3
2021-02-18
qapi/introspect.py: create a typed 'Annotated' data strutcure
John Snow
1
-33
/
+45
2021-02-18
qapi/introspect.py: Introduce preliminary tree typing
John Snow
1
-1
/
+30
2021-02-18
qapi/introspect.py: Always define all 'extra' dict keys
John Snow
1
-5
/
+4
2021-02-18
qapi/introspect.py: replace 'extra' dict with 'comment' argument
John Snow
1
-6
/
+9
2021-02-18
qapi/introspect.py: Unify return type of _make_tree()
John Snow
1
-3
/
+1
2021-02-18
qapi/introspect.py: guard against ifcond/comment misuse
John Snow
1
-2
/
+9
2021-02-18
qapi/introspect.py: add _gen_features helper
John Snow
1
-8
/
+12
2021-02-18
qapi/introspect.py: use _make_tree for features nodes
John Snow
1
-1
/
+3
2021-02-18
qapi/introspect.py: assert schema is not None
John Snow
1
-0
/
+5
2021-02-18
qapi: Replace List[str] with Sequence[str] for ifcond
John Snow
5
-20
/
+21
2021-02-18
tests/acceptance: add a memory callback check
Alex Bennée
1
-0
/
+31
2021-02-18
tests/plugin: allow memory plugin to do both inline and callbacks
Alex Bennée
1
-7
/
+20
2021-02-18
tests/acceptance: add a new tests to detect counting errors
Alex Bennée
1
-0
/
+26
2021-02-18
accel/tcg: allow plugin instrumentation to be disable via cflags
Alex Bennée
7
-27
/
+49
2021-02-18
accel/tcg: remove CF_NOCACHE and special cases
Alex Bennée
2
-39
/
+15
2021-02-18
accel/tcg: re-factor non-RAM execution code
Alex Bennée
1
-15
/
+15
2021-02-18
accel/tcg: cache single instruction TB on pending replay exception
Alex Bennée
1
-40
/
+4
2021-02-18
accel/tcg: actually cache our partial icount TB
Alex Bennée
1
-8
/
+9
2021-02-18
tests/acceptance: add a new set of tests to exercise plugins
Alex Bennée
2
-0
/
+92
2021-02-18
tests/plugin: expand insn test to detect duplicate instructions
Alex Bennée
4
-1
/
+38
2021-02-18
target/sh4: Create superh_io_recompile_replay_branch
Richard Henderson
2
-12
/
+18
2021-02-18
target/mips: Create mips_io_recompile_replay_branch
Richard Henderson
2
-10
/
+20
2021-02-18
accel/tcg: Create io_recompile_replay_branch hook
Richard Henderson
2
-4
/
+23
2021-02-18
exec: Move TranslationBlock typedef to qemu/typedefs.h
Richard Henderson
9
-12
/
+8
2021-02-18
accel/tcg/plugin-gen: fix the call signature for inline callbacks
Alex Bennée
1
-21
/
+11
2021-02-18
contrib: Open brace '{' following struct go on the same line
zhouyang
1
-2
/
+1
2021-02-18
contrib: space required after that ','
zhouyang
1
-6
/
+6
2021-02-18
contrib: Add spaces around operator
zhouyang
1
-1
/
+1
2021-02-18
contrib: Fix some code style problems, ERROR: "foo * bar" should be "foo *bar"
zhouyang
1
-1
/
+1
2021-02-18
contrib: Don't use '#' flag of printf format
zhouyang
4
-6
/
+6
2021-02-18
plugins: new hwprofile plugin
Alex Bennée
3
-0
/
+340
2021-02-18
plugins: add API to return a name for a IO device
Alex Bennée
2
-0
/
+26
2021-02-18
hw/virtio/pci: include vdev name in registered PCI sections
Alex Bennée
1
-8
/
+14
2021-02-16
virtiofsd: Do not use a thread pool by default
Vivek Goyal
1
-1
/
+1
2021-02-16
viriofsd: Add support for FUSE_HANDLE_KILLPRIV_V2
Vivek Goyal
4
-8
/
+103
2021-02-16
virtiofsd: Save error code early at the failure callsite
Vivek Goyal
1
-4
/
+5
2021-02-16
tools/virtiofsd: Replace the word 'whitelist'
Philippe Mathieu-Daudé
2
-9
/
+9
2021-02-16
virtiofsd: vu_dispatch locking should never fail
Greg Kurz
1
-14
/
+35
2021-02-16
virtiofsd: Allow to build it without the tools
Wainer dos Santos Moschetta
1
-2
/
+5
2021-02-16
replay: fix icount request when replaying clock access
Pavel Dovgalyuk
5
-35
/
+37
2021-02-16
event_notifier: Set ->initialized earlier in event_notifier_init()
Greg Kurz
1
-1
/
+1
2021-02-16
hvf: Fetch cr4 before evaluating CPUID(1)
Alexander Graf
1
-0
/
+4
2021-02-16
target/i386/hvf: add rdmsr 35H MSR_CORE_THREAD_COUNT
Vladislav Yaroshchuk
2
-0
/
+6
2021-02-16
hvf: x86: Remove unused definitions
Alexander Graf
1
-16
/
+0
2021-02-16
target/i386/hvf: add vmware-cpuid-freq cpu feature
Vladislav Yaroshchuk
1
-1
/
+95
2021-02-16
hvf: Guard xgetbv call
Hill Ma
1
-12
/
+22
[next]