aboutsummaryrefslogtreecommitdiff
path: root/target/i386
AgeCommit message (Expand)Author
2024-06-08i386: Add support for SUCCOR featureJohn Allen
2024-06-08i386: Fix MCE support for AMD hostsJohn Allen
2024-06-08target/i386: Add get/set/migrate support for FRED MSRsXin Li
2024-06-08target/i386: enumerate VMX nested-exception supportXin Li
2024-06-08target/i386: mark CR4.FRED not reservedXin Li
2024-06-08target/i386: add support for FRED in CPUID enumerationXin Li
2024-06-08i386/hvf: Updates API usage to use modern vCPU run functionPhil Dennis-Jordan
2024-06-08i386/hvf: In kick_vcpu use hv_vcpu_interrupt to force exitPhil Dennis-Jordan
2024-06-08i386/hvf: Fixes dirty memory tracking by page granularity RX->RWX changePhil Dennis-Jordan
2024-06-08i386/hvf: Fixes some compilation warningsPhil Dennis-Jordan
2024-06-08i386/hvf: Adds support for INVTSC cpuid bitPhil Dennis-Jordan
2024-06-08target/i386: fix size of EBP writeback in gen_enter()Mark Cave-Ayland
2024-06-08target/i386: fix SP when taking a memory fault during POPMark Cave-Ayland
2024-06-08target/i386: use gen_writeback() within gen_POP()Mark Cave-Ayland
2024-06-08target/i386: use local X86DecodedOp in gen_POP()Mark Cave-Ayland
2024-06-08target/i386: document use of DISAS_NORETURNPaolo Bonzini
2024-06-08target/i386: document incorrect semantics of watchpoint following MOV/POP SSPaolo Bonzini
2024-06-08target/i386: fix TF/RF handling for HLTPaolo Bonzini
2024-06-08target/i386: fix INHIBIT_IRQ/TF/RF handling for PAUSEPaolo Bonzini
2024-06-08target/i386: fix INHIBIT_IRQ/TF/RF handling for VMRUNPaolo Bonzini
2024-06-08target/i386: disable/enable breakpoints on vmentry/vmexitPaolo Bonzini
2024-06-08target/i386: implement DR7.GDPaolo Bonzini
2024-06-08target/i386: cleanup PAUSE helpersPaolo Bonzini
2024-06-08target/i386: cleanup HLT helpersPaolo Bonzini
2024-06-08target/i386: fix implementation of ICEBPPaolo Bonzini
2024-06-08target/i386: fix pushed value of EFLAGS.RFPaolo Bonzini
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
2024-06-05i386/sev: Add sev_kvm_init() override for SEV classPankaj Gupta
2024-06-05i386/sev: Add a sev_snp_enabled() helperMichael Roth
2024-06-05i386/sev: Introduce 'sev-snp-guest' objectBrijesh Singh
2024-06-05i386/sev: Move sev_launch_finish to separate class methodPankaj Gupta