summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Disable AES-NI instructions in CPUID reportHEADmasterLouis Burda2023-02-081-0/+3
* i386/sev: Fix segfault retrieving SEV capabilitiesCarlos Bilbao2022-10-281-0/+1
* i386/sev: fill XCR0_IN/XSS_IN according to initial/base XSAVE stateMichael Roth2022-02-091-1/+4
* i386/sev: fix launch measurement crash for SEV-SNPMichael Roth2022-02-091-1/+3
* i386:sev: skip hashing the kernel for the SEV-SNP guestBrijesh Singh2021-10-271-0/+5
* i386/sev: update query-sev QAPI format to handle SEV-SNPMichael Roth2021-10-244-30/+95
* i386/sev: sev-snp: add support for CPUID validationMichael Roth2021-10-241-1/+154
* target/i386: add new EPYC CPU versions with updated cache_infoMichael Roth2021-10-241-0/+184
* target/i386: allow versioned CPUs to specify new cache_infoMichael Roth2021-10-241-3/+33
* target/i386: set SEV-SNP CPUID bit when SNP enabledMichael Roth2021-10-241-0/+1
* i386/sev: populate secrets and cpuid page and finalize the SNP launchBrijesh Singh2021-10-242-2/+109
* hw/i386: add function to get SEV metadata from ovmf headerBrijesh Singh2021-10-232-0/+59
* i386/sev: add support to encrypt BIOS when SEV-SNP is enabledBrijesh Singh2021-10-235-8/+60
* i386/sev: add the SNP launch start contextBrijesh Singh2021-10-232-1/+29
* i386/sev: initialize SNP contextBrijesh Singh2021-10-234-5/+34
* i386/sev: introduce 'sev-snp-guest' objectBrijesh Singh2021-10-233-3/+396
* linux-header: add the SNP specific commandBrijesh Singh2021-10-223-0/+121
* i386/sev: introduce "sev-common" type to encapsulate common SEV stateMichael Roth2021-10-132-149/+214
* Merge remote-tracking branch 'remotes/jsnow/tags/python-pull-request' into st...Richard Henderson2021-10-1215-216/+85
|\
| * python, iotests: remove socket_scm_helperJohn Snow2021-10-128-161/+1
| * python/qmp: add send_fd_scm directly to QEMUMonitorProtocolJohn Snow2021-10-122-47/+18
| * python/qmp: clear events on get_events() callJohn Snow2021-10-123-4/+4
| * python/aqmp: Disable logging messages by defaultJohn Snow2021-10-121-0/+4
| * python/aqmp: Reduce severity of EOFError-caused loop terminationsJohn Snow2021-10-121-2/+5
| * python/aqmp: Add dict conversion method to Greeting objectJohn Snow2021-10-121-0/+13
| * python/aqmp: add send_fd_scmJohn Snow2021-10-121-0/+22
| * python/aqmp: Return cleared events from EventListener.clear()John Snow2021-10-121-2/+7
| * python/aqmp: add .empty() method to EventListenerJohn Snow2021-10-121-0/+6
| * python/aqmp: add greeting property to QMPClientJohn Snow2021-10-121-0/+5
* | Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20211012' into stagingRichard Henderson2021-10-122-0/+0
|\ \ | |/ |/|
| * pc-bios: Update hppa-firmware.imgHelge Deller2021-10-122-0/+0
* | Merge remote-tracking branch 'remotes/stsquad/tags/pull-for-6.2-121021-2' int...Richard Henderson2021-10-1222-158/+271
|\ \
| * | tests/docker: add a debian-native image and make availableAlex Bennée2021-10-123-2/+61
| * | .github: move repo lockdown to the v2 configurationAlex Bennée2021-10-122-34/+30
| * | accel/tcg: re-factor plugin_inject_cb so we can assert insn_idx is validAlex Bennée2021-10-122-78/+85
| * | target/s390x: move tcg_gen_insn_start to s390x_tr_insn_startRichard Henderson2021-10-121-2/+8
| * | plugins/: Add missing functions to symbol listLukas Jünger2021-10-121-0/+3
| * | gitlab: fix passing of TEST_TARGETS env to cirrusDaniel P. Berrangé2021-10-122-1/+2
| * | gitlab: skip the check-patch job on the upstream repoDaniel P. Berrangé2021-10-121-1/+1
| * | travis.yml: Remove the "Release tarball" jobThomas Huth2021-10-121-23/+0
| * | gitlab: Add cross-riscv64-system, cross-riscv64-userRichard Henderson2021-10-121-0/+19
| * | tests/docker: promote debian-riscv64-cross to a full imageAlex Bennée2021-10-123-8/+43
| * | tests/tcg: move some multiarch files and make conditionalAlex Bennée2021-10-124-6/+15
| * | tests/tcg/sha1: remove endian includeAlex Bennée2021-10-121-1/+0
| * | configure: don't override the selected host test compiler if definedAlex Bennée2021-10-121-2/+4
| |/
* | Merge remote-tracking branch 'remotes/clg/tags/pull-aspeed-20211012' into sta...Richard Henderson2021-10-1216-618/+1352
|\ \ | |/ |/|
| * aspeed/smc: Dump address offset in trace eventsCédric Le Goater2021-10-121-3/+3
| * aspeed/wdt: Add trace eventsCédric Le Goater2021-10-122-0/+9
| * hw/arm: Integrate ADC model into Aspeed SoCAndrew Jeffery2021-10-123-0/+24
| * hw/adc: Add basic Aspeed ADC modelAndrew Jeffery2021-10-124-0/+486