aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2024-06-05Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson12-331/+1340
2024-06-05i386/sev: Allow measured direct kernel boot on SNPDov Murik1-28/+83
2024-06-05i386/sev: Reorder struct declarationsDov Murik1-42/+42
2024-06-05i386/sev: Extract build_kernel_loader_hashesDov Murik1-44/+58
2024-06-05i386/sev: Enable KVM_HC_MAP_GPA_RANGE hcall for SNP guestsMichael Roth1-0/+5
2024-06-05i386/kvm: Add KVM_EXIT_HYPERCALL handling for KVM_HC_MAP_GPA_RANGEMichael Roth3-0/+57
2024-06-05i386/sev: Invoke launch_updata_data() for SNP classPankaj Gupta1-0/+10
2024-06-05i386/sev: Invoke launch_updata_data() for SEV classPaolo Bonzini1-3/+8
2024-06-05hw/i386/sev: Add support to encrypt BIOS when SEV-SNP is enabledBrijesh Singh3-4/+5
2024-06-05i386/sev: Add support for SNP CPUID validationMichael Roth1-2/+162
2024-06-05i386/sev: Add support for populating OVMF metadata pagesBrijesh Singh1-0/+74
2024-06-05hw/i386/sev: Add function to get SEV metadata from OVMF headerBrijesh Singh3-0/+38
2024-06-05i386/sev: Set CPU state to protected once SNP guest payload is finalizedMichael Roth1-0/+1
2024-06-05i386/sev: Add handling to encrypt/finalize guest launch dataBrijesh Singh2-1/+113
2024-06-05i386/sev: Add the SNP launch start contextBrijesh Singh2-0/+40
2024-06-05i386/sev: Update query-sev QAPI format to handle SEV-SNPMichael Roth2-20/+38
2024-06-05i386/sev: Add a class method to determine KVM VM type for SNP guestsPaolo Bonzini2-3/+13
2024-06-05i386/sev: Don't return launch measurements for SEV-SNP guestsMichael Roth1-1/+3
2024-06-05i386/cpu: Set SEV-SNP CPUID bit when SNP enabledMichael Roth1-0/+1
2024-06-05i386/sev: Add snp_kvm_init() override for SNP classPankaj Gupta1-1/+23
2024-06-05i386/sev: Add sev_kvm_init() override for SEV classPankaj Gupta1-21/+51
2024-06-05i386/sev: Add a sev_snp_enabled() helperMichael Roth2-1/+14
2024-06-05i386/sev: Introduce 'sev-snp-guest' objectBrijesh Singh2-0/+254
2024-06-05i386/sev: Move sev_launch_finish to separate class methodPankaj Gupta1-4/+7
2024-06-05i386/sev: Move sev_launch_update to separate class methodPankaj Gupta1-3/+10
2024-06-05i386/sev: Introduce "sev-common" type to encapsulate common SEV stateMichael Roth2-216/+276
2024-06-05i386/sev: Replace error_report with error_setgPankaj Gupta1-3/+3
2024-06-05target/i386: fix xsave.flat from kvm-unit-testsPaolo Bonzini1-0/+5
2024-06-05target/i386/tcg: Fix RDPID feature checkZhao Liu1-1/+1
2024-06-05target/i386: fix memory opsize for Mov to/from SegXinyu Li2-2/+14
2024-06-05target/i386: fix SSE and SSE2 feature checkXinyu Li1-2/+2
2024-06-04Merge tag 'hw-misc-accel-20240604' of https://github.com/philmd/qemu into sta...Richard Henderson9-25/+20
2024-06-04cpu: move Qemu[Thread|Cond] setup into common codeAlex Bennée2-6/+0
2024-06-04target/i386/kvm: Improve KVM_EXIT_NOTIFY warningsRichard Henderson1-6/+5
2024-06-04target/arm: Replace sprintf() by snprintf()Philippe Mathieu-Daudé1-2/+2
2024-06-04target/mips: Remove unused 'hw/misc/mips_itu.h' headerPhilippe Mathieu-Daudé1-1/+0
2024-06-04target/riscv: Restrict riscv_cpu_do_interrupt() to sysemuPhilippe Mathieu-Daudé2-7/+5
2024-06-04target/riscv: Restrict 'rv128' machine to TCG acceleratorPhilippe Mathieu-Daudé1-2/+8
2024-06-04target/riscv: Remove unused 'instmap.h' header in translate.cPhilippe Mathieu-Daudé1-1/+0
2024-06-03riscv, gdbstub.c: fix reg_width in ricsv_gen_dynamic_vector_feature()Daniel Henrique Barboza1-3/+3
2024-06-03target/riscv/kvm.c: Fix the hart bit setting of AIAYong-Xuan Wang1-1/+8
2024-06-03target/riscv: rvzicbo: Fixup CBO extension register calculationAlistair Francis1-4/+12
2024-06-03target/riscv: Remove experimental prefix from "B" extensionRob Bradford2-2/+2
2024-06-03target/riscv: do not set mtval2 for non guest-page faultsAlexei Filippov1-6/+6
2024-06-03target/riscv: prioritize pmp errors in raise_mmu_exception()Daniel Henrique Barboza1-10/+12
2024-06-03target/riscv: rvv: Remove redudant SEW checking for vector fp narrow/widen in...Max Chou1-12/+4
2024-06-03target/riscv: rvv: Check single width operator for vfncvt.rod.f.f.wMax Chou1-0/+1
2024-06-03target/riscv: rvv: Check single width operator for vector fp widen instructionsMax Chou1-0/+5
2024-06-03target/riscv: rvv: Fix Zvfhmin checking for vfwcvt.f.f.v and vfncvt.f.f.w ins...Max Chou1-2/+18
2024-06-03riscv: thead: Add th.sxstatus CSR emulationChristoph Müllner4-0/+84