summary refs log tree commit diff stats
path: root/scripts/qapi/source.py (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-18qapi/introspect.py: add type hint annotationsJohn Snow3-39/+93
2021-02-18qapi/introspect.py: remove _gen_variants helperJohn Snow1-7/+2
2021-02-18qapi/introspect.py: improve readability of _tree_to_qlitJohn Snow1-15/+18
2021-02-18qapi/introspect.py: improve _tree_to_qlit error messageJohn Snow1-1/+3
2021-02-18qapi/introspect.py: create a typed 'Annotated' data strutcureJohn Snow1-33/+45
2021-02-18qapi/introspect.py: Introduce preliminary tree typingJohn Snow1-1/+30
2021-02-18qapi/introspect.py: Always define all 'extra' dict keysJohn Snow1-5/+4
2021-02-18qapi/introspect.py: replace 'extra' dict with 'comment' argumentJohn Snow1-6/+9
2021-02-18qapi/introspect.py: Unify return type of _make_tree()John Snow1-3/+1
2021-02-18qapi/introspect.py: guard against ifcond/comment misuseJohn Snow1-2/+9
2021-02-18qapi/introspect.py: add _gen_features helperJohn Snow1-8/+12
2021-02-18qapi/introspect.py: use _make_tree for features nodesJohn Snow1-1/+3
2021-02-18qapi/introspect.py: assert schema is not NoneJohn Snow1-0/+5
2021-02-18qapi: Replace List[str] with Sequence[str] for ifcondJohn Snow5-20/+21
2021-02-18tests/acceptance: add a memory callback checkAlex Bennée1-0/+31
2021-02-18tests/plugin: allow memory plugin to do both inline and callbacksAlex Bennée1-7/+20
2021-02-18tests/acceptance: add a new tests to detect counting errorsAlex Bennée1-0/+26
2021-02-18accel/tcg: allow plugin instrumentation to be disable via cflagsAlex Bennée7-27/+49
2021-02-18accel/tcg: remove CF_NOCACHE and special casesAlex Bennée2-39/+15
2021-02-18accel/tcg: re-factor non-RAM execution codeAlex Bennée1-15/+15
2021-02-18accel/tcg: cache single instruction TB on pending replay exceptionAlex Bennée1-40/+4
2021-02-18accel/tcg: actually cache our partial icount TBAlex Bennée1-8/+9
2021-02-18tests/acceptance: add a new set of tests to exercise pluginsAlex Bennée2-0/+92
2021-02-18tests/plugin: expand insn test to detect duplicate instructionsAlex Bennée4-1/+38
2021-02-18target/sh4: Create superh_io_recompile_replay_branchRichard Henderson2-12/+18
2021-02-18target/mips: Create mips_io_recompile_replay_branchRichard Henderson2-10/+20
2021-02-18accel/tcg: Create io_recompile_replay_branch hookRichard Henderson2-4/+23
2021-02-18exec: Move TranslationBlock typedef to qemu/typedefs.hRichard Henderson9-12/+8
2021-02-18accel/tcg/plugin-gen: fix the call signature for inline callbacksAlex Bennée1-21/+11
2021-02-18contrib: Open brace '{' following struct go on the same linezhouyang1-2/+1
2021-02-18contrib: space required after that ','zhouyang1-6/+6
2021-02-18contrib: Add spaces around operatorzhouyang1-1/+1
2021-02-18contrib: Fix some code style problems, ERROR: "foo * bar" should be "foo *bar"zhouyang1-1/+1
2021-02-18contrib: Don't use '#' flag of printf formatzhouyang4-6/+6
2021-02-18plugins: new hwprofile pluginAlex Bennée3-0/+340
2021-02-18plugins: add API to return a name for a IO deviceAlex Bennée2-0/+26
2021-02-18hw/virtio/pci: include vdev name in registered PCI sectionsAlex Bennée1-8/+14
2021-02-16virtiofsd: Do not use a thread pool by defaultVivek Goyal1-1/+1
2021-02-16viriofsd: Add support for FUSE_HANDLE_KILLPRIV_V2Vivek Goyal4-8/+103
2021-02-16virtiofsd: Save error code early at the failure callsiteVivek Goyal1-4/+5
2021-02-16tools/virtiofsd: Replace the word 'whitelist'Philippe Mathieu-Daudé2-9/+9
2021-02-16virtiofsd: vu_dispatch locking should never failGreg Kurz1-14/+35
2021-02-16virtiofsd: Allow to build it without the toolsWainer dos Santos Moschetta1-2/+5
2021-02-16replay: fix icount request when replaying clock accessPavel Dovgalyuk5-35/+37
2021-02-16event_notifier: Set ->initialized earlier in event_notifier_init()Greg Kurz1-1/+1
2021-02-16hvf: Fetch cr4 before evaluating CPUID(1)Alexander Graf1-0/+4
2021-02-16target/i386/hvf: add rdmsr 35H MSR_CORE_THREAD_COUNTVladislav Yaroshchuk2-0/+6
2021-02-16hvf: x86: Remove unused definitionsAlexander Graf1-16/+0
2021-02-16target/i386/hvf: add vmware-cpuid-freq cpu featureVladislav Yaroshchuk1-1/+95
2021-02-16hvf: Guard xgetbv callHill Ma1-12/+22