index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
accel
/
kvm
Commit message (
Expand
)
Author
Age
Files
Lines
*
i386: add notify VM exit support
Chenyi Qiang
2022-10-11
1
-0
/
+2
*
kvm: expose struct KVMState
Chenyi Qiang
2022-10-11
1
-74
/
+0
*
kvm: allow target-specific accelerator properties
Paolo Bonzini
2022-10-10
1
-0
/
+2
*
accel/kvm: move kvm_update_guest_debug to inline stub
Alex Bennée
2022-10-06
1
-6
/
+0
*
gdbstub: move guest debug support check to ops
Alex Bennée
2022-10-06
3
-0
/
+8
*
gdbstub: move breakpoint logic to accel ops
Alex Bennée
2022-10-06
3
-21
/
+14
*
gdbstub: move sstep flags probing into AccelClass
Alex Bennée
2022-10-06
1
-1
/
+13
*
kvm: fix memory leak on failure to read stats descriptors
Paolo Bonzini
2022-09-18
1
-5
/
+4
*
KVM: use store-release to mark dirty pages as harvested
Paolo Bonzini
2022-09-18
1
-1
/
+17
*
KVM: dirty ring: add missing memory barrier
Paolo Bonzini
2022-09-01
1
-1
/
+5
*
kvm: fix segfault with query-stats-schemas and -M none
Paolo Bonzini
2022-08-18
1
-3
/
+5
*
kvm: don't use perror() without useful errno
Cornelia Huck
2022-07-29
1
-1
/
+1
*
accel/kvm: Avoid Coverity warning in query_stats()
Peter Maydell
2022-07-22
1
-1
/
+1
*
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
2022-07-21
1
-1
/
+9
|
\
|
*
kvm: add support for boolean statistics
Paolo Bonzini
2022-07-18
1
-1
/
+9
*
|
softmmu/dirtylimit: Implement virtual CPU throttle
Hyman Huang(黄勇)
2022-07-20
1
-1
/
+19
*
|
accel/kvm/kvm-all: Introduce kvm_dirty_ring_size function
Hyman Huang(黄勇)
2022-07-20
1
-0
/
+5
*
|
accel/kvm/kvm-all: Refactor per-vcpu dirty ring reaping
Hyman Huang(黄勇)
2022-07-20
1
-10
/
+13
|
/
*
accel: kvm: Fix memory leak in find_stats_descriptors
Miaoqian Lin
2022-07-08
1
-0
/
+1
*
qmp: add filtering of statistics by name
Paolo Bonzini
2022-06-14
1
-6
/
+11
*
qmp: add filtering of statistics by provider
Paolo Bonzini
2022-06-14
1
-1
/
+2
*
qmp: add filtering of statistics by target vCPU
Paolo Bonzini
2022-06-14
1
-2
/
+7
*
kvm: Support for querying fd-based stats
Mark Kanda
2022-06-14
1
-0
/
+392
*
Fix 'writeable' typos
Peter Maydell
2022-06-08
1
-2
/
+2
*
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
2022-04-06
1
-10
/
+10
*
Replace TARGET_WORDS_BIGENDIAN
Marc-André Lureau
2022-04-06
1
-1
/
+1
*
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
2022-04-06
1
-2
/
+2
*
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2022-03-21
1
-3
/
+3
*
kvm/msi: do explicit commit when adding msi routes
Longpeng(Mike)
2022-03-15
1
-3
/
+4
*
accel: Introduce AccelOpsClass::cpus_are_resettable()
Philippe Mathieu-Daudé
2022-03-06
1
-0
/
+6
*
accel: Introduce AccelOpsClass::cpu_thread_is_idle()
Philippe Mathieu-Daudé
2022-03-06
1
-0
/
+6
*
kvm: add support for KVM_GUESTDBG_BLOCKIRQ
Maxim Levitsky
2021-12-10
1
-0
/
+17
*
gdbstub, kvm: let KVM report supported singlestep flags
Maxim Levitsky
2021-12-10
1
-0
/
+12
*
KVM: introduce dirty_pages and kvm_dirty_ring_enabled
Hyman Huang(黄勇)
2021-11-01
1
-0
/
+7
*
target/i386/kvm: Restrict SEV stubs to x86 architecture
Philippe Mathieu-Daudé
2021-10-13
2
-23
/
+0
*
memory: Name all the memory listeners
Peter Xu
2021-09-30
1
-2
/
+5
*
target/i386: spelling: occured=>occurred, mininum=>minimum
Michael Tokarev
2021-09-16
1
-1
/
+1
*
kvm: ppc: Print meaningful message on KVM_CREATE_VM failure
Fabiano Rosas
2021-07-29
1
-0
/
+6
*
KVM: Fix dirty ring mmap incorrect size due to renaming accident
Peter Xu
2021-06-25
1
-2
/
+2
*
docs: fix references to docs/devel/tracing.rst
Stefano Garzarella
2021-06-02
1
-1
/
+1
*
KVM: Dirty ring support
Peter Xu
2021-05-26
2
-3
/
+378
*
KVM: Disable manual dirty log when dirty ring enabled
Peter Xu
2021-05-26
1
-14
/
+23
*
KVM: Add dirty-ring-size property
Peter Xu
2021-05-26
1
-0
/
+46
*
KVM: Cache kvm slot dirty bitmap size
Peter Xu
2021-05-26
1
-0
/
+1
*
KVM: Simplify dirty log sync in kvm_set_phys_mem
Peter Xu
2021-05-26
1
-1
/
+2
*
KVM: Provide helper to sync dirty bitmap from slot to ramblock
Peter Xu
2021-05-26
1
-20
/
+17
*
KVM: Provide helper to get kvm dirty log
Peter Xu
2021-05-26
1
-22
/
+30
*
KVM: Create the KVMSlot dirty bitmap on flag changes
Peter Xu
2021-05-26
1
-14
/
+9
*
KVM: Use a big lock to replace per-kml slots_lock
Peter Xu
2021-05-26
1
-15
/
+18
*
KVM: do not allow setting properties at runtime
Paolo Bonzini
2021-05-26
1
-1
/
+12
[next]