summary refs log tree commit diff stats
path: root/python/scripts/mkvenv.py (unfollow)
Commit message (Expand)AuthorFilesLines
2024-06-08target/i386: enumerate VMX nested-exception supportXin Li3-0/+3
2024-06-08vmxcap: add support for VMX FRED controlsXin Li1-0/+12
2024-06-08target/i386: mark CR4.FRED not reservedXin Li1-1/+16
2024-06-08target/i386: add support for FRED in CPUID enumerationXin Li2-1/+19
2024-06-08hvf: Makes assert_hvf_ok report failed expressionPhil Dennis-Jordan2-29/+25
2024-06-08i386/hvf: Updates API usage to use modern vCPU run functionPhil Dennis-Jordan1-1/+22
2024-06-08i386/hvf: In kick_vcpu use hv_vcpu_interrupt to force exitPhil Dennis-Jordan1-0/+1
2024-06-08i386/hvf: Fixes dirty memory tracking by page granularity RX->RWX changePhil Dennis-Jordan1-2/+3
2024-06-08hvf: Consistent types for vCPU handlesPhil Dennis-Jordan2-2/+4
2024-06-08i386/hvf: Fixes some compilation warningsPhil Dennis-Jordan3-5/+4
2024-06-08i386/hvf: Adds support for INVTSC cpuid bitPhil Dennis-Jordan2-0/+22
2024-06-08stubs/meson: Fix qemuutil build when --disable-systemZhao Liu1-7/+1
2024-06-08scsi-disk: Don't silently truncate serial numberKevin Wolf1-3/+17
2024-06-08hostmem: simplify the code for merge and dump propertiesPaolo Bonzini1-14/+8
2024-06-08machine, hostmem: improve error messages for unsupported featuresPaolo Bonzini2-0/+24
2024-06-08backends/hostmem: Report error when memory size is unalignedMichal Privoznik5-1/+14
2024-06-08osdep: Make qemu_madvise() return ENOSYS on unsupported OSesMichal Privoznik1-1/+1
2024-06-08osdep: Make qemu_madvise() to set errno in all casesMichal Privoznik1-1/+6
2024-06-08meson: Don't even detect posix_madvise() on DarwinMichal Privoznik1-4/+10
2024-06-08machine: default -M mem-merge to off is QEMU_MADV_MERGEABLE is not availablePaolo Bonzini1-1/+2
2024-06-08target/i386: fix size of EBP writeback in gen_enter()Mark Cave-Ayland1-1/+1
2024-06-08target/i386: fix SP when taking a memory fault during POPMark Cave-Ayland1-1/+1
2024-06-08target/i386: use gen_writeback() within gen_POP()Mark Cave-Ayland1-2/+2
2024-06-08target/i386: use local X86DecodedOp in gen_POP()Mark Cave-Ayland1-2/+4
2024-06-08target/i386: document use of DISAS_NORETURNPaolo Bonzini1-0/+11
2024-06-08target/i386: document incorrect semantics of watchpoint following MOV/POP SSPaolo Bonzini1-0/+6
2024-06-08target/i386: fix TF/RF handling for HLTPaolo Bonzini2-4/+15
2024-06-08target/i386: fix INHIBIT_IRQ/TF/RF handling for PAUSEPaolo Bonzini1-0/+4
2024-06-08target/i386: fix INHIBIT_IRQ/TF/RF handling for VMRUNPaolo Bonzini2-13/+38
2024-06-08target/i386: disable/enable breakpoints on vmentry/vmexitPaolo Bonzini1-10/+15
2024-06-08target/i386: implement DR7.GDPaolo Bonzini1-0/+12
2024-06-08target/i386: cleanup PAUSE helpersPaolo Bonzini6-25/+25
2024-06-08target/i386: cleanup HLT helpersPaolo Bonzini4-16/+7
2024-06-08target/i386: fix implementation of ICEBPPaolo Bonzini5-2/+49
2024-06-08target/i386: fix pushed value of EFLAGS.RFPaolo Bonzini2-5/+52
2024-06-05hw/i386: Add support for loading BIOS using guest_memfdMichael Roth1-5/+12
2024-06-05hw/i386/sev: Use guest_memfd for legacy ROMsMichael Roth2-10/+23
2024-06-05memory: Introduce memory_region_init_ram_guest_memfd()Xiaoyao Li2-0/+30
2024-06-05i386/sev: Allow measured direct kernel boot on SNPDov Murik2-28/+85
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 Singh6-11/+14
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 Singh5-0/+68
2024-06-05i386/sev: Set CPU state to protected once SNP guest payload is finalizedMichael Roth1-0/+1