aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-17Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-2021...Peter Maydell7-38/+158
2021-02-17Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell36-81/+735
2021-02-17Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210217'...Peter Maydell56-552/+2975
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
2021-02-16util/cutils: Skip "." when looking for next directory componentStefan Weil1-1/+2
2021-02-16tests/qtest/qos-test: dump QEMU command if verboseChristian Schoenebeck1-0/+3
2021-02-16tests/qtest/qos-test: dump environment variables if verboseChristian Schoenebeck1-1/+8
2021-02-16tests/qtest/qos-test: dump qos graph if verboseChristian Schoenebeck3-0/+68
2021-02-16libqos/qgraph_internal: add qos_printf() and qos_printf_literal()Christian Schoenebeck1-0/+11
2021-02-16libqos/qgraph: add qos_node_create_driver_named()Christian Schoenebeck3-3/+68
2021-02-16sev/i386: Enable an SEV-ES guest based on SEV policyTom Lendacky1-1/+1
2021-02-16kvm/i386: Use a per-VM check for SMM capabilityTom Lendacky1-1/+1
2021-02-16sev/i386: Don't allow a system reset under an SEV-ES guestTom Lendacky11-0/+56
2021-02-16sev/i386: Allow AP booting under SEV-ESPaolo Bonzini6-1/+151
2021-02-16sev/i386: Require in-kernel irqchip support for SEV-ES guestsTom Lendacky1-0/+6
2021-02-16sev/i386: Add initial support for SEV-ESTom Lendacky4-2/+50
2021-02-16sev: update sev-inject-launch-secret to make gpa optionalJames Bottomley2-2/+23
2021-02-16pc: add parser for OVMF reset blockJames Bottomley4-5/+123
2021-02-16Merge remote-tracking branch 'remotes/cleber-gitlab/tags/python-next-pull-req...Peter Maydell7-127/+163
2021-02-16MAINTAINERS: add myself maintainer for the clock frameworkLuc Michel1-0/+11
2021-02-16hw/i2c: Implement NPCM7XX SMBus Module FIFO ModeHao Wu4-16/+501
2021-02-16hw/i2c: Add a QTest for NPCM7XX SMBus DeviceHao Wu2-0/+353
2021-02-16hw/arm: Add I2C sensors and EEPROM for GSJ machineHao Wu2-0/+28
2021-02-16hw/arm: Add I2C sensors for NPCM750 eval boardHao Wu1-0/+19
2021-02-16hw/i2c: Implement NPCM7XX SMBus Module Single ModeHao Wu7-17/+938
2021-02-16tests/tcg/aarch64: Add mte smoke testsRichard Henderson7-0/+239
2021-02-16target/arm: Enable MTE for user-onlyRichard Henderson1-0/+15
2021-02-16target/arm: Add allocation tag storage for user modeRichard Henderson1-2/+27