summary refs log tree commit diff stats
path: root/scripts/coverage/compare_gcov_json.py (unfollow)
Commit message (Expand)AuthorFilesLines
2024-04-23kvm/memory: Make memory type private by default if it has guest memfd backendXiaoyao Li1-0/+10
2024-04-23kvm: Enable KVM_SET_USER_MEMORY_REGION2 for memslotChao Peng3-9/+41
2024-04-23RAMBlock: Add support of KVM private guest memfdXiaoyao Li8-7/+90
2024-04-23kvm: Introduce support for memory_attributesXiaoyao Li2-0/+36
2024-04-23trace/kvm: Split address space and slot id in trace_kvm_set_user_memory()Xiaoyao Li2-3/+4
2024-04-23hw/i386/sev: Use legacy SEV VM types for older machine typesMichael Roth2-0/+2
2024-04-23i386/sev: Add 'legacy-vm-type' parameter for SEV guest objectsMichael Roth2-2/+27
2024-04-23target/i386: SEV: use KVM_SEV_INIT2 if possiblePaolo Bonzini2-4/+39
2024-04-23target/i386: Implement mc->kvm_type() to get VM typePaolo Bonzini4-0/+76
2024-04-23target/i386: introduce x86-confidential-guestPaolo Bonzini4-4/+77
2024-04-23KVM: remove kvm_arch_cpu_check_are_resettablePaolo Bonzini10-51/+1
2024-04-23KVM: track whether guest state is encryptedPaolo Bonzini4-3/+18
2024-04-23runstate: skip initial CPU reset if reset is not actually possiblePaolo Bonzini1-1/+14
2024-04-23linux-headers: update to current kvm/nextPaolo Bonzini23-740/+1120
2024-04-23scripts/update-linux-headers: Add bits.h to file importsMichael Roth1-1/+1
2024-04-23scripts/update-linux-headers: Add setup_data.h to import listMichael Roth1-1/+5
2024-04-23s390: Switch to use confidential_guest_kvm_init()Xiaoyao Li3-16/+13
2024-04-23ppc/pef: switch to use confidential_guest_kvm_init/reset()Xiaoyao Li3-23/+13
2024-04-23i386/sev: Switch to use confidential_guest_kvm_init()Xiaoyao Li5-93/+69
2024-04-23confidential guest support: Add kvm_init() and kvm_reset() in classXiaoyao Li1-1/+33
2024-04-23hw/i386/acpi: Set PCAT_COMPAT bit only when pic is not disabledXiaoyao Li1-1/+3
2024-04-23q35: Introduce smm_ranges property for q35-pci-hostIsaku Yamahata4-13/+33
2024-04-23pci-host/q35: Move PAM initialization above SMRAM initializationIsaku Yamahata1-9/+10
2024-04-23target/i386: Export RFDS bit to guestsPawan Gupta1-2/+2
2024-04-23target/i386: Add new CPU model SierraForestTao Su1-0/+126
2024-04-23target/i386: Introduce Icelake-Server-v7 to enable TSXZhenzhong Duan1-0/+10
2024-04-23i386/kvm: Move architectural CPUID leaf generation to separate helperSean Christopherson1-206/+211
2024-04-18kvm: add support for guest physical bitsGerd Hoffmann1-8/+42
2024-04-18target/i386: add guest-phys-bits cpu propertyGerd Hoffmann3-1/+33
2024-04-18hw: Add compat machines for 9.1Paolo Bonzini10-10/+80
2024-04-18kvm: use configs/ definition to conditionalize debug supportPaolo Bonzini10-9/+15
2024-04-18vga: move dirty memory region code togetherPaolo Bonzini1-4/+4
2024-04-18vga: optimize computation of dirty memory regionPaolo Bonzini1-17/+7
2024-04-18stubs: move monitor_fdsets_cleanup with other fdset stubsPaolo Bonzini2-5/+6
2024-04-18stubs: include stubs only if neededPaolo Bonzini2-45/+73
2024-04-18stubs: split record/replay stubs furtherPaolo Bonzini3-2/+5
2024-04-18colo: move stubs out of stubs/Paolo Bonzini5-2/+4
2024-04-18memory-device: move stubs out of stubs/Paolo Bonzini3-1/+1
2024-04-18ramfb: move stubs out of stubs/Paolo Bonzini3-2/+1
2024-04-18semihosting: move stubs out of stubs/Paolo Bonzini4-2/+3
2024-04-18hw/virtio: move stubs out of stubs/Paolo Bonzini3-1/+2
2024-04-18hw/usb: move stubs out of stubs/Paolo Bonzini3-2/+1
2024-04-18stubs: remove obsolete stubsPaolo Bonzini9-48/+0
2024-04-18hw: Include minimal source set in user emulation buildPhilippe Mathieu-Daudé1-1/+5
2024-04-18hw/core: Move system emulation files to system_ssPaolo Bonzini3-11/+4
2024-04-18util/qemu-config: Extract QMP commands to qemu-config-qmp.cPhilippe Mathieu-Daudé4-202/+212
2024-04-18yank: only build if neededPaolo Bonzini1-1/+1
2024-04-18tests/unit: match some unit tests to corresponding feature switchesPaolo Bonzini1-6/+6
2024-04-18ebpf: Restrict to system emulationPhilippe Mathieu-Daudé1-1/+1
2024-04-18tests: only build plugins if TCG is enabledPaolo Bonzini1-1/+1