summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-18qapi/introspect.py: Introduce preliminary tree typingJohn Snow
2021-02-18qapi/introspect.py: Always define all 'extra' dict keysJohn Snow
2021-02-18qapi/introspect.py: replace 'extra' dict with 'comment' argumentJohn Snow
2021-02-18qapi/introspect.py: Unify return type of _make_tree()John Snow
2021-02-18qapi/introspect.py: guard against ifcond/comment misuseJohn Snow
2021-02-18qapi/introspect.py: add _gen_features helperJohn Snow
2021-02-18qapi/introspect.py: use _make_tree for features nodesJohn Snow
2021-02-18qapi/introspect.py: assert schema is not NoneJohn Snow
2021-02-18qapi: Replace List[str] with Sequence[str] for ifcondJohn Snow
2021-02-18Merge remote-tracking branch 'remotes/stsquad/tags/pull-plugin-updates-180221...Peter Maydell
2021-02-18tests/acceptance: add a memory callback checkAlex Bennée
2021-02-18tests/plugin: allow memory plugin to do both inline and callbacksAlex Bennée
2021-02-18tests/acceptance: add a new tests to detect counting errorsAlex Bennée
2021-02-18accel/tcg: allow plugin instrumentation to be disable via cflagsAlex Bennée
2021-02-18accel/tcg: remove CF_NOCACHE and special casesAlex Bennée
2021-02-18accel/tcg: re-factor non-RAM execution codeAlex Bennée
2021-02-18accel/tcg: cache single instruction TB on pending replay exceptionAlex Bennée
2021-02-18accel/tcg: actually cache our partial icount TBAlex Bennée
2021-02-18tests/acceptance: add a new set of tests to exercise pluginsAlex Bennée
2021-02-18tests/plugin: expand insn test to detect duplicate instructionsAlex Bennée
2021-02-18target/sh4: Create superh_io_recompile_replay_branchRichard Henderson
2021-02-18target/mips: Create mips_io_recompile_replay_branchRichard Henderson
2021-02-18accel/tcg: Create io_recompile_replay_branch hookRichard Henderson
2021-02-18exec: Move TranslationBlock typedef to qemu/typedefs.hRichard Henderson
2021-02-18accel/tcg/plugin-gen: fix the call signature for inline callbacksAlex Bennée
2021-02-18contrib: Open brace '{' following struct go on the same linezhouyang
2021-02-18contrib: space required after that ','zhouyang
2021-02-18contrib: Add spaces around operatorzhouyang
2021-02-18contrib: Fix some code style problems, ERROR: "foo * bar" should be "foo *bar"zhouyang
2021-02-18contrib: Don't use '#' flag of printf formatzhouyang
2021-02-18plugins: new hwprofile pluginAlex Bennée
2021-02-18plugins: add API to return a name for a IO deviceAlex Bennée
2021-02-18hw/virtio/pci: include vdev name in registered PCI sectionsAlex Bennée
2021-02-17Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-2021...Peter Maydell
2021-02-17Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-02-17Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210217'...Peter Maydell
2021-02-16virtiofsd: Do not use a thread pool by defaultVivek Goyal
2021-02-16viriofsd: Add support for FUSE_HANDLE_KILLPRIV_V2Vivek Goyal
2021-02-16virtiofsd: Save error code early at the failure callsiteVivek Goyal
2021-02-16tools/virtiofsd: Replace the word 'whitelist'Philippe Mathieu-Daudé
2021-02-16virtiofsd: vu_dispatch locking should never failGreg Kurz
2021-02-16virtiofsd: Allow to build it without the toolsWainer dos Santos Moschetta
2021-02-16replay: fix icount request when replaying clock accessPavel Dovgalyuk
2021-02-16event_notifier: Set ->initialized earlier in event_notifier_init()Greg Kurz
2021-02-16hvf: Fetch cr4 before evaluating CPUID(1)Alexander Graf
2021-02-16target/i386/hvf: add rdmsr 35H MSR_CORE_THREAD_COUNTVladislav Yaroshchuk
2021-02-16hvf: x86: Remove unused definitionsAlexander Graf
2021-02-16target/i386/hvf: add vmware-cpuid-freq cpu featureVladislav Yaroshchuk
2021-02-16hvf: Guard xgetbv callHill Ma
2021-02-16util/cutils: Skip "." when looking for next directory componentStefan Weil