summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | tests/plugin: allow memory plugin to do both inline and callbacksAlex Bennée2021-02-181-7/+20
| * | tests/acceptance: add a new tests to detect counting errorsAlex Bennée2021-02-181-0/+26
| * | accel/tcg: allow plugin instrumentation to be disable via cflagsAlex Bennée2021-02-187-27/+49
| * | accel/tcg: remove CF_NOCACHE and special casesAlex Bennée2021-02-182-39/+15Star
| * | accel/tcg: re-factor non-RAM execution codeAlex Bennée2021-02-181-15/+15
| * | accel/tcg: cache single instruction TB on pending replay exceptionAlex Bennée2021-02-181-40/+4Star
| * | accel/tcg: actually cache our partial icount TBAlex Bennée2021-02-181-8/+9
| * | tests/acceptance: add a new set of tests to exercise pluginsAlex Bennée2021-02-182-0/+92
| * | tests/plugin: expand insn test to detect duplicate instructionsAlex Bennée2021-02-184-1/+38
| * | target/sh4: Create superh_io_recompile_replay_branchRichard Henderson2021-02-182-12/+18
| * | target/mips: Create mips_io_recompile_replay_branchRichard Henderson2021-02-182-10/+20
| * | accel/tcg: Create io_recompile_replay_branch hookRichard Henderson2021-02-182-4/+23
| * | exec: Move TranslationBlock typedef to qemu/typedefs.hRichard Henderson2021-02-189-12/+8Star
| * | accel/tcg/plugin-gen: fix the call signature for inline callbacksAlex Bennée2021-02-181-21/+11Star
| * | contrib: Open brace '{' following struct go on the same linezhouyang2021-02-181-2/+1Star
| * | contrib: space required after that ','zhouyang2021-02-181-6/+6
| * | contrib: Add spaces around operatorzhouyang2021-02-181-1/+1
| * | contrib: Fix some code style problems, ERROR: "foo * bar" should be "foo *bar"zhouyang2021-02-181-1/+1
| * | contrib: Don't use '#' flag of printf formatzhouyang2021-02-184-6/+6
| * | plugins: new hwprofile pluginAlex Bennée2021-02-183-0/+340
| * | plugins: add API to return a name for a IO deviceAlex Bennée2021-02-182-0/+26
| * | hw/virtio/pci: include vdev name in registered PCI sectionsAlex Bennée2021-02-181-8/+14
|/ /
* | Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-2021...Peter Maydell2021-02-177-38/+158
|\ \
| * | virtiofsd: Do not use a thread pool by defaultVivek Goyal2021-02-161-1/+1
| * | viriofsd: Add support for FUSE_HANDLE_KILLPRIV_V2Vivek Goyal2021-02-164-8/+103
| * | virtiofsd: Save error code early at the failure callsiteVivek Goyal2021-02-161-4/+5
| * | tools/virtiofsd: Replace the word 'whitelist'Philippe Mathieu-Daudé2021-02-162-9/+9
| * | virtiofsd: vu_dispatch locking should never failGreg Kurz2021-02-161-14/+35
| * | virtiofsd: Allow to build it without the toolsWainer dos Santos Moschetta2021-02-161-2/+5
| |/
* | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-02-1736-81/+735
|\ \
| * | replay: fix icount request when replaying clock accessPavel Dovgalyuk2021-02-165-35/+37
| * | event_notifier: Set ->initialized earlier in event_notifier_init()Greg Kurz2021-02-161-1/+1
| * | hvf: Fetch cr4 before evaluating CPUID(1)Alexander Graf2021-02-161-0/+4
| * | target/i386/hvf: add rdmsr 35H MSR_CORE_THREAD_COUNTVladislav Yaroshchuk2021-02-162-0/+6
| * | hvf: x86: Remove unused definitionsAlexander Graf2021-02-161-16/+0Star
| * | target/i386/hvf: add vmware-cpuid-freq cpu featureVladislav Yaroshchuk2021-02-161-1/+95
| * | hvf: Guard xgetbv callHill Ma2021-02-161-12/+22
| * | util/cutils: Skip "." when looking for next directory componentStefan Weil2021-02-161-1/+2
| * | tests/qtest/qos-test: dump QEMU command if verboseChristian Schoenebeck2021-02-161-0/+3
| * | tests/qtest/qos-test: dump environment variables if verboseChristian Schoenebeck2021-02-161-1/+8
| * | tests/qtest/qos-test: dump qos graph if verboseChristian Schoenebeck2021-02-163-0/+68
| * | libqos/qgraph_internal: add qos_printf() and qos_printf_literal()Christian Schoenebeck2021-02-161-0/+11
| * | libqos/qgraph: add qos_node_create_driver_named()Christian Schoenebeck2021-02-163-3/+68
| * | sev/i386: Enable an SEV-ES guest based on SEV policyTom Lendacky2021-02-161-1/+1
| * | kvm/i386: Use a per-VM check for SMM capabilityTom Lendacky2021-02-161-1/+1
| * | sev/i386: Don't allow a system reset under an SEV-ES guestTom Lendacky2021-02-1611-0/+56
| * | sev/i386: Allow AP booting under SEV-ESPaolo Bonzini2021-02-166-1/+151
| * | sev/i386: Require in-kernel irqchip support for SEV-ES guestsTom Lendacky2021-02-161-0/+6
| * | sev/i386: Add initial support for SEV-ESTom Lendacky2021-02-164-2/+50
| * | sev: update sev-inject-launch-secret to make gpa optionalJames Bottomley2021-02-162-2/+23