index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
coverage
/
compare_gcov_json.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-04-23
kvm/memory: Make memory type private by default if it has guest memfd backend
Xiaoyao Li
1
-0
/
+10
2024-04-23
kvm: Enable KVM_SET_USER_MEMORY_REGION2 for memslot
Chao Peng
3
-9
/
+41
2024-04-23
RAMBlock: Add support of KVM private guest memfd
Xiaoyao Li
8
-7
/
+90
2024-04-23
kvm: Introduce support for memory_attributes
Xiaoyao Li
2
-0
/
+36
2024-04-23
trace/kvm: Split address space and slot id in trace_kvm_set_user_memory()
Xiaoyao Li
2
-3
/
+4
2024-04-23
hw/i386/sev: Use legacy SEV VM types for older machine types
Michael Roth
2
-0
/
+2
2024-04-23
i386/sev: Add 'legacy-vm-type' parameter for SEV guest objects
Michael Roth
2
-2
/
+27
2024-04-23
target/i386: SEV: use KVM_SEV_INIT2 if possible
Paolo Bonzini
2
-4
/
+39
2024-04-23
target/i386: Implement mc->kvm_type() to get VM type
Paolo Bonzini
4
-0
/
+76
2024-04-23
target/i386: introduce x86-confidential-guest
Paolo Bonzini
4
-4
/
+77
2024-04-23
KVM: remove kvm_arch_cpu_check_are_resettable
Paolo Bonzini
10
-51
/
+1
2024-04-23
KVM: track whether guest state is encrypted
Paolo Bonzini
4
-3
/
+18
2024-04-23
runstate: skip initial CPU reset if reset is not actually possible
Paolo Bonzini
1
-1
/
+14
2024-04-23
linux-headers: update to current kvm/next
Paolo Bonzini
23
-740
/
+1120
2024-04-23
scripts/update-linux-headers: Add bits.h to file imports
Michael Roth
1
-1
/
+1
2024-04-23
scripts/update-linux-headers: Add setup_data.h to import list
Michael Roth
1
-1
/
+5
2024-04-23
s390: Switch to use confidential_guest_kvm_init()
Xiaoyao Li
3
-16
/
+13
2024-04-23
ppc/pef: switch to use confidential_guest_kvm_init/reset()
Xiaoyao Li
3
-23
/
+13
2024-04-23
i386/sev: Switch to use confidential_guest_kvm_init()
Xiaoyao Li
5
-93
/
+69
2024-04-23
confidential guest support: Add kvm_init() and kvm_reset() in class
Xiaoyao Li
1
-1
/
+33
2024-04-23
hw/i386/acpi: Set PCAT_COMPAT bit only when pic is not disabled
Xiaoyao Li
1
-1
/
+3
2024-04-23
q35: Introduce smm_ranges property for q35-pci-host
Isaku Yamahata
4
-13
/
+33
2024-04-23
pci-host/q35: Move PAM initialization above SMRAM initialization
Isaku Yamahata
1
-9
/
+10
2024-04-23
target/i386: Export RFDS bit to guests
Pawan Gupta
1
-2
/
+2
2024-04-23
target/i386: Add new CPU model SierraForest
Tao Su
1
-0
/
+126
2024-04-23
target/i386: Introduce Icelake-Server-v7 to enable TSX
Zhenzhong Duan
1
-0
/
+10
2024-04-23
i386/kvm: Move architectural CPUID leaf generation to separate helper
Sean Christopherson
1
-206
/
+211
2024-04-18
kvm: add support for guest physical bits
Gerd Hoffmann
1
-8
/
+42
2024-04-18
target/i386: add guest-phys-bits cpu property
Gerd Hoffmann
3
-1
/
+33
2024-04-18
hw: Add compat machines for 9.1
Paolo Bonzini
10
-10
/
+80
2024-04-18
kvm: use configs/ definition to conditionalize debug support
Paolo Bonzini
10
-9
/
+15
2024-04-18
vga: move dirty memory region code together
Paolo Bonzini
1
-4
/
+4
2024-04-18
vga: optimize computation of dirty memory region
Paolo Bonzini
1
-17
/
+7
2024-04-18
stubs: move monitor_fdsets_cleanup with other fdset stubs
Paolo Bonzini
2
-5
/
+6
2024-04-18
stubs: include stubs only if needed
Paolo Bonzini
2
-45
/
+73
2024-04-18
stubs: split record/replay stubs further
Paolo Bonzini
3
-2
/
+5
2024-04-18
colo: move stubs out of stubs/
Paolo Bonzini
5
-2
/
+4
2024-04-18
memory-device: move stubs out of stubs/
Paolo Bonzini
3
-1
/
+1
2024-04-18
ramfb: move stubs out of stubs/
Paolo Bonzini
3
-2
/
+1
2024-04-18
semihosting: move stubs out of stubs/
Paolo Bonzini
4
-2
/
+3
2024-04-18
hw/virtio: move stubs out of stubs/
Paolo Bonzini
3
-1
/
+2
2024-04-18
hw/usb: move stubs out of stubs/
Paolo Bonzini
3
-2
/
+1
2024-04-18
stubs: remove obsolete stubs
Paolo Bonzini
9
-48
/
+0
2024-04-18
hw: Include minimal source set in user emulation build
Philippe Mathieu-Daudé
1
-1
/
+5
2024-04-18
hw/core: Move system emulation files to system_ss
Paolo Bonzini
3
-11
/
+4
2024-04-18
util/qemu-config: Extract QMP commands to qemu-config-qmp.c
Philippe Mathieu-Daudé
4
-202
/
+212
2024-04-18
yank: only build if needed
Paolo Bonzini
1
-1
/
+1
2024-04-18
tests/unit: match some unit tests to corresponding feature switches
Paolo Bonzini
1
-6
/
+6
2024-04-18
ebpf: Restrict to system emulation
Philippe Mathieu-Daudé
1
-1
/
+1
2024-04-18
tests: only build plugins if TCG is enabled
Paolo Bonzini
1
-1
/
+1
[next]