summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | pc: add parser for OVMF reset blockJames Bottomley2021-02-164-5/+123
* | | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210217'...Peter Maydell2021-02-1756-552/+2975
|\ \ \ | |_|/ |/| |
| * | MAINTAINERS: add myself maintainer for the clock frameworkLuc Michel2021-02-161-0/+11
| * | hw/i2c: Implement NPCM7XX SMBus Module FIFO ModeHao Wu2021-02-164-16/+501
| * | hw/i2c: Add a QTest for NPCM7XX SMBus DeviceHao Wu2021-02-162-0/+353
| * | hw/arm: Add I2C sensors and EEPROM for GSJ machineHao Wu2021-02-162-0/+28
| * | hw/arm: Add I2C sensors for NPCM750 eval boardHao Wu2021-02-161-0/+19
| * | hw/i2c: Implement NPCM7XX SMBus Module Single ModeHao Wu2021-02-167-17/+938
| * | tests/tcg/aarch64: Add mte smoke testsRichard Henderson2021-02-167-0/+239
| * | target/arm: Enable MTE for user-onlyRichard Henderson2021-02-161-0/+15
| * | target/arm: Add allocation tag storage for user modeRichard Henderson2021-02-161-2/+27
| * | linux-user/aarch64: Signal SEGV_MTEAERR for async tag check errorRichard Henderson2021-02-163-0/+22
| * | linux-user/aarch64: Signal SEGV_MTESERR for sync tag check faultRichard Henderson2021-02-162-0/+5
| * | linux-user/aarch64: Pass syndrome to EXC_*_ABORTRichard Henderson2021-02-162-9/+30
| * | target/arm: Split out syndrome.h from internals.hRichard Henderson2021-02-162-244/+274
| * | linux-user/aarch64: Implement PROT_MTERichard Henderson2021-02-164-8/+17
| * | linux-user/aarch64: Implement PR_MTE_TCF and PR_MTE_TAGRichard Henderson2021-02-162-0/+52
| * | target/arm: Use the proper TBI settings for linux-userRichard Henderson2021-02-163-10/+5Star
| * | target/arm: Improve gen_top_byte_ignoreRichard Henderson2021-02-161-11/+14
| * | linux-user/aarch64: Implement PR_TAGGED_ADDR_ENABLERichard Henderson2021-02-164-0/+62
| * | linux-user: Handle tags in lock_user/unlock_userRichard Henderson2021-02-161-13/+14