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
/
accel
/
kvm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
accel/kvm: Remove unused 'system/cpus.h' header in kvm-cpus.h
Philippe Mathieu-Daudé
2025-03-06
1
-2
/
+0
*
accel: Forward-declare AccelOpsClass in 'qemu/typedefs.h'
Philippe Mathieu-Daudé
2025-03-06
1
-0
/
+1
*
system/physmem: handle hugetlb correctly in qemu_ram_remap()
William Roche
2025-02-12
1
-1
/
+1
*
Merge tag 'exec-20241220' of https://github.com/philmd/qemu into staging
Stefan Hajnoczi
2024-12-21
3
-13
/
+13
|
\
|
*
include: Rename sysemu/ -> system/
Philippe Mathieu-Daudé
2024-12-20
3
-13
/
+13
*
|
target/i386: Reset TSCs of parked vCPUs too on VM reset
Maciej S. Szmigiero
2024-12-19
1
-0
/
+11
*
|
kvm: consistently return 0/-errno from kvm_convert_memory
Paolo Bonzini
2024-12-19
1
-4
/
+4
|
/
*
accel/kvm: check for KVM_CAP_MEMORY_ATTRIBUTES on vm
Paolo Bonzini
2024-10-17
1
-6
/
+6
*
accel/kvm: check for KVM_CAP_MULTI_ADDRESS_SPACE on vm
Paolo Bonzini
2024-10-17
1
-6
/
+6
*
accel/kvm: check for KVM_CAP_READONLY_MEM on VM
Tom Dohrmann
2024-10-17
1
-1
/
+1
*
KVM: Rename KVMState->nr_slots to nr_slots_max
Peter Xu
2024-10-17
1
-6
/
+6
*
KVM: Rename KVMMemoryListener.nr_used_slots to nr_slots_used
Peter Xu
2024-10-17
1
-3
/
+3
*
KVM: Define KVM_MEMSLOTS_NUM_MAX_DEFAULT
Peter Xu
2024-10-17
1
-1
/
+3
*
KVM: Dynamic sized kvm memslots array
Peter Xu
2024-10-17
2
-15
/
+73
*
kvm: Allow kvm_arch_get/put_registers to accept Error**
Julia Suvorova
2024-10-03
1
-9
/
+32
*
accel/kvm: refactor dirty ring setup
Ani Sinha
2024-10-03
1
-38
/
+50
*
kvm: refactor core virtual machine creation into its own function
Ani Sinha
2024-10-03
1
-33
/
+56
*
kvm: replace fprintf with error_report()/printf() in kvm_init()
Ani Sinha
2024-10-02
1
-22
/
+18
*
kvm: Remove unreachable code in kvm_dirty_ring_reaper_thread()
Peter Maydell
2024-09-19
1
-5
/
+1
*
kvm: Make 'mmap_size' be 'int' in kvm_init_vcpu(), do_kvm_destroy_vcpu()
Peter Maydell
2024-09-19
1
-2
/
+2
*
kvm: Use 'unsigned long' for request argument in functions wrapping ioctl()
Johannes Stoelp
2024-09-13
2
-8
/
+8
*
accel/kvm/kvm-all: Fixes the missing break in vCPU unpark logic
Salil Mehta
2024-08-01
1
-0
/
+1
*
accel/kvm: Introduce kvm_create_and_park_vcpu() helper
Harsh Prateek Bora
2024-07-26
1
-0
/
+12
*
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
2024-07-24
1
-0
/
+27
|
\
|
*
Add support for RAPL MSRs in KVM/Qemu
Anthony Harivel
2024-07-22
1
-0
/
+27
*
|
accel/kvm: Extract common KVM vCPU {creation,parking} code
Salil Mehta
2024-07-22
3
-34
/
+67
|
/
*
accel/kvm/kvm-all: Fix superfluous trailing semicolon
Zhao Liu
2024-07-17
1
-1
/
+1
*
gdbstub: move enums into separate header
Alex Bennée
2024-06-24
1
-1
/
+1
*
migration/dirtyrate: Fix segmentation fault
Masato Imai
2024-06-17
1
-1
/
+1
*
cpu: move Qemu[Thread|Cond] setup into common code
Alex Bennée
2024-06-04
1
-3
/
+0
*
accel/kvm: Fix two lines with hard-coded tabs
Peter Maydell
2024-06-04
1
-2
/
+2
*
kvm: move target-dependent interrupt routing out of kvm-all.c
Paolo Bonzini
2024-05-03
1
-59
/
+3
*
kvm/tdx: Ignore memory conversion to shared of unassigned region
Isaku Yamahata
2024-04-23
1
-0
/
+12
*
kvm/tdx: Don't complain when converting vMMIO region to shared
Isaku Yamahata
2024-04-23
1
-3
/
+16
*
kvm: handle KVM_EXIT_MEMORY_FAULT
Chao Peng
2024-04-23
2
-10
/
+90
*
kvm/memory: Make memory type private by default if it has guest memfd backend
Xiaoyao Li
2024-04-23
1
-0
/
+10
*
kvm: Enable KVM_SET_USER_MEMORY_REGION2 for memslot
Chao Peng
2024-04-23
2
-9
/
+39
*
RAMBlock: Add support of KVM private guest memfd
Xiaoyao Li
2024-04-23
1
-0
/
+28
*
kvm: Introduce support for memory_attributes
Xiaoyao Li
2024-04-23
1
-0
/
+32
*
trace/kvm: Split address space and slot id in trace_kvm_set_user_memory()
Xiaoyao Li
2024-04-23
2
-3
/
+4
*
KVM: remove kvm_arch_cpu_check_are_resettable
Paolo Bonzini
2024-04-23
2
-6
/
+1
*
KVM: track whether guest state is encrypted
Paolo Bonzini
2024-04-23
1
-3
/
+14
*
kvm: use configs/ definition to conditionalize debug support
Paolo Bonzini
2024-04-18
2
-7
/
+7
*
kvm: error out of kvm_irqchip_add_msi_route() in case of full route table
Igor Mammedov
2024-04-08
1
-5
/
+10
*
migration: prevent migration when VM has poisoned memory
William Roche
2024-02-05
1
-0
/
+10
*
Merge tag 'hw-cpus-20240119' of https://github.com/philmd/qemu into staging
Peter Maydell
2024-01-19
1
-1
/
+0
|
\
|
*
accel: Do not set CPUState::can_do_io in non-TCG accels
Philippe Mathieu-Daudé
2024-01-19
1
-1
/
+0
*
|
Add class property to configure KVM device node to use
Daan De Meyer
2024-01-18
1
-1
/
+24
|
/
*
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
2024-01-08
2
-13
/
+13
*
accel/kvm: Turn DPRINTF macro use into tracepoints
Jai Arora
2023-12-23
2
-23
/
+12
[next]