aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2024-06-05target/sparc: Implement FALIGNDATAiRichard Henderson
2024-06-05target/sparc: Add feature bit for VIS4Richard Henderson
2024-06-05target/sparc: Implement IMA extensionRichard Henderson
2024-06-05target/sparc: Enable VIS3 feature bitRichard Henderson
2024-06-05target/sparc: Implement XMULXRichard Henderson
2024-06-05target/sparc: Implement UMULXHIRichard Henderson
2024-06-05target/sparc: Implement PDISTNRichard Henderson
2024-06-05target/sparc: Implement MOVsTOw, MOVdTOx, MOVwTOs, MOVxTOdRichard Henderson
2024-06-05target/sparc: Implement LZCNTRichard Henderson
2024-06-05target/sparc: Implement LDXEFSRRichard Henderson
2024-06-05target/sparc: Implement FSLL, FSRL, FSRA, FSLASRichard Henderson
2024-06-05target/sparc: Implement FPCMPEQ8, FPCMPNE8, FPCMPULE8, FPCMPUGT8Richard Henderson
2024-06-05target/sparc: Implement FPADDS, FPSUBSRichard Henderson
2024-06-05target/sparc: Implement FPADD64, FPSUB64Richard Henderson
2024-06-05target/sparc: Implement FMEAN16Richard Henderson
2024-06-05target/sparc: Implement FLCMPRichard Henderson
2024-06-05target/sparc: Implement FHADD, FHSUB, FNHADD, FNADD, FNMULRichard Henderson
2024-06-05target/sparc: Implement FCHKSM16Richard Henderson
2024-06-05target/sparc: Implement CMASK instructionsRichard Henderson
2024-06-05target/sparc: Implement ADDXC, ADDXCccRichard Henderson
2024-06-05target/sparc: Add feature bits for VIS 3Richard Henderson
2024-06-05target/sparc: Implement FMAf extensionRichard Henderson
2024-06-05target/sparc: Use gvec for VIS1 parallel add/subRichard Henderson
2024-06-05target/sparc: Remove cpu_fpr[]Richard Henderson
2024-06-05target/sparc: Remove gen_dest_fpr_DRichard Henderson
2024-06-05target/sparc: Perform DFPREG/QFPREG in decodetreeRichard Henderson
2024-06-05target/sparc: Fix helper_fmul8ulx16Richard Henderson
2024-06-05target/sparc: Fix do_dcRichard Henderson
2024-06-05target/sparc: Rewrite gen_edgeRichard Henderson
2024-06-05target/sparc: Fix ARRAY8Richard Henderson
2024-06-05Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2024-06-05i386/sev: Allow measured direct kernel boot on SNPDov Murik
2024-06-05i386/sev: Reorder struct declarationsDov Murik
2024-06-05i386/sev: Extract build_kernel_loader_hashesDov Murik
2024-06-05i386/sev: Enable KVM_HC_MAP_GPA_RANGE hcall for SNP guestsMichael Roth
2024-06-05i386/kvm: Add KVM_EXIT_HYPERCALL handling for KVM_HC_MAP_GPA_RANGEMichael Roth
2024-06-05i386/sev: Invoke launch_updata_data() for SNP classPankaj Gupta
2024-06-05i386/sev: Invoke launch_updata_data() for SEV classPaolo Bonzini
2024-06-05hw/i386/sev: Add support to encrypt BIOS when SEV-SNP is enabledBrijesh Singh
2024-06-05i386/sev: Add support for SNP CPUID validationMichael Roth
2024-06-05i386/sev: Add support for populating OVMF metadata pagesBrijesh Singh
2024-06-05hw/i386/sev: Add function to get SEV metadata from OVMF headerBrijesh Singh
2024-06-05i386/sev: Set CPU state to protected once SNP guest payload is finalizedMichael Roth
2024-06-05i386/sev: Add handling to encrypt/finalize guest launch dataBrijesh Singh
2024-06-05i386/sev: Add the SNP launch start contextBrijesh Singh
2024-06-05i386/sev: Update query-sev QAPI format to handle SEV-SNPMichael Roth
2024-06-05i386/sev: Add a class method to determine KVM VM type for SNP guestsPaolo Bonzini
2024-06-05i386/sev: Don't return launch measurements for SEV-SNP guestsMichael Roth
2024-06-05i386/cpu: Set SEV-SNP CPUID bit when SNP enabledMichael Roth
2024-06-05i386/sev: Add snp_kvm_init() override for SNP classPankaj Gupta