Age | Commit message (Expand) | Author |
2024-06-05 | target/sparc: Implement FALIGNDATAi | Richard Henderson |
2024-06-05 | target/sparc: Add feature bit for VIS4 | Richard Henderson |
2024-06-05 | target/sparc: Implement IMA extension | Richard Henderson |
2024-06-05 | target/sparc: Enable VIS3 feature bit | Richard Henderson |
2024-06-05 | target/sparc: Implement XMULX | Richard Henderson |
2024-06-05 | target/sparc: Implement UMULXHI | Richard Henderson |
2024-06-05 | target/sparc: Implement PDISTN | Richard Henderson |
2024-06-05 | target/sparc: Implement MOVsTOw, MOVdTOx, MOVwTOs, MOVxTOd | Richard Henderson |
2024-06-05 | target/sparc: Implement LZCNT | Richard Henderson |
2024-06-05 | target/sparc: Implement LDXEFSR | Richard Henderson |
2024-06-05 | target/sparc: Implement FSLL, FSRL, FSRA, FSLAS | Richard Henderson |
2024-06-05 | target/sparc: Implement FPCMPEQ8, FPCMPNE8, FPCMPULE8, FPCMPUGT8 | Richard Henderson |
2024-06-05 | target/sparc: Implement FPADDS, FPSUBS | Richard Henderson |
2024-06-05 | target/sparc: Implement FPADD64, FPSUB64 | Richard Henderson |
2024-06-05 | target/sparc: Implement FMEAN16 | Richard Henderson |
2024-06-05 | target/sparc: Implement FLCMP | Richard Henderson |
2024-06-05 | target/sparc: Implement FHADD, FHSUB, FNHADD, FNADD, FNMUL | Richard Henderson |
2024-06-05 | target/sparc: Implement FCHKSM16 | Richard Henderson |
2024-06-05 | target/sparc: Implement CMASK instructions | Richard Henderson |
2024-06-05 | target/sparc: Implement ADDXC, ADDXCcc | Richard Henderson |
2024-06-05 | target/sparc: Add feature bits for VIS 3 | Richard Henderson |
2024-06-05 | target/sparc: Implement FMAf extension | Richard Henderson |
2024-06-05 | target/sparc: Use gvec for VIS1 parallel add/sub | Richard Henderson |
2024-06-05 | target/sparc: Remove cpu_fpr[] | Richard Henderson |
2024-06-05 | target/sparc: Remove gen_dest_fpr_D | Richard Henderson |
2024-06-05 | target/sparc: Perform DFPREG/QFPREG in decodetree | Richard Henderson |
2024-06-05 | target/sparc: Fix helper_fmul8ulx16 | Richard Henderson |
2024-06-05 | target/sparc: Fix do_dc | Richard Henderson |
2024-06-05 | target/sparc: Rewrite gen_edge | Richard Henderson |
2024-06-05 | target/sparc: Fix ARRAY8 | Richard Henderson |
2024-06-05 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Richard Henderson |
2024-06-05 | i386/sev: Allow measured direct kernel boot on SNP | Dov Murik |
2024-06-05 | i386/sev: Reorder struct declarations | Dov Murik |
2024-06-05 | i386/sev: Extract build_kernel_loader_hashes | Dov Murik |
2024-06-05 | i386/sev: Enable KVM_HC_MAP_GPA_RANGE hcall for SNP guests | Michael Roth |
2024-06-05 | i386/kvm: Add KVM_EXIT_HYPERCALL handling for KVM_HC_MAP_GPA_RANGE | Michael Roth |
2024-06-05 | i386/sev: Invoke launch_updata_data() for SNP class | Pankaj Gupta |
2024-06-05 | i386/sev: Invoke launch_updata_data() for SEV class | Paolo Bonzini |
2024-06-05 | hw/i386/sev: Add support to encrypt BIOS when SEV-SNP is enabled | Brijesh Singh |
2024-06-05 | i386/sev: Add support for SNP CPUID validation | Michael Roth |
2024-06-05 | i386/sev: Add support for populating OVMF metadata pages | Brijesh Singh |
2024-06-05 | hw/i386/sev: Add function to get SEV metadata from OVMF header | Brijesh Singh |
2024-06-05 | i386/sev: Set CPU state to protected once SNP guest payload is finalized | Michael Roth |
2024-06-05 | i386/sev: Add handling to encrypt/finalize guest launch data | Brijesh Singh |
2024-06-05 | i386/sev: Add the SNP launch start context | Brijesh Singh |
2024-06-05 | i386/sev: Update query-sev QAPI format to handle SEV-SNP | Michael Roth |
2024-06-05 | i386/sev: Add a class method to determine KVM VM type for SNP guests | Paolo Bonzini |
2024-06-05 | i386/sev: Don't return launch measurements for SEV-SNP guests | Michael Roth |
2024-06-05 | i386/cpu: Set SEV-SNP CPUID bit when SNP enabled | Michael Roth |
2024-06-05 | i386/sev: Add snp_kvm_init() override for SNP class | Pankaj Gupta |