aboutsummaryrefslogtreecommitdiff
path: root/accel/kvm
AgeCommit message (Expand)Author
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella
2021-05-26KVM: Dirty ring supportPeter Xu
2021-05-26KVM: Disable manual dirty log when dirty ring enabledPeter Xu
2021-05-26KVM: Add dirty-ring-size propertyPeter Xu
2021-05-26KVM: Cache kvm slot dirty bitmap sizePeter Xu
2021-05-26KVM: Simplify dirty log sync in kvm_set_phys_memPeter Xu
2021-05-26KVM: Provide helper to sync dirty bitmap from slot to ramblockPeter Xu
2021-05-26KVM: Provide helper to get kvm dirty logPeter Xu
2021-05-26KVM: Create the KVMSlot dirty bitmap on flag changesPeter Xu
2021-05-26KVM: Use a big lock to replace per-kml slots_lockPeter Xu
2021-05-26KVM: do not allow setting properties at runtimePaolo Bonzini
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth
2021-05-02accel: kvm: clarify that extra exit data is hexadecimalDavid Edmondson
2021-03-16Revert "accel: kvm: Add aligment assert for kvm_log_clear_one_slot"Paolo Bonzini
2021-03-12accel: kvm: Fix kvm_type invocationAndrew Jones
2021-03-06accel: kvm: Add aligment assert for kvm_log_clear_one_slotKeqian Zhu
2021-03-06accel: kvm: Fix memory waste under mismatch page sizeKeqian Zhu
2021-02-16sev/i386: Don't allow a system reset under an SEV-ES guestTom Lendacky
2021-02-16sev/i386: Allow AP booting under SEV-ESPaolo Bonzini
2021-02-08accel/kvm/kvm-all: Fix wrong return code handling in dirty log codeThomas Huth
2021-02-08confidential guest support: Move SEV initialization into arch specific codeDavid Gibson
2021-02-08sev: Add Error ** to sev_kvm_init()David Gibson
2021-02-08confidential guest support: Rework the "memory-encryption" propertyDavid Gibson
2021-02-08sev: Remove false abstraction of flash encryptionDavid Gibson
2021-02-05accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana
2021-01-20accel/kvm: avoid using predefined PAGE_SIZEJiaxun Yang
2020-12-15kvm: Take into account the unaligned section size when preparing bitmapZenghui Yu
2020-12-15vl: make qemu_get_machine_opts staticPaolo Bonzini
2020-11-03accel/kvm: add PIO ioeventfds only in case kvm_eventfds_allowed is trueElena Afanasova
2020-10-05kvm: kvm_init_vcpu take Error pointerDr. David Alan Gilbert
2020-10-05kvm: remove kvm specific functions from global includesClaudio Fontana
2020-10-05cpus: extract out kvm-specific code to accel/kvmClaudio Fontana
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi
2020-09-16util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé
2020-08-21meson: accelMarc-André Lureau
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster
2020-07-10qapi: Use returned bool to check for failure, manual partMarkus Armbruster
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster
2020-07-02accel/kvm: Convert to ram_block_discard_disable()David Hildenbrand
2020-06-26kvm: support to get/set dirty log initial-all-set capabilityJay Zhou
2020-06-10KVM: Kick resamplefd for split kernel irqchipPeter Xu
2020-06-10KVM: Pass EventNotifier into kvm_irqchip_assign_irqfdPeter Xu
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-05-15qom: Drop object_property_set_description() parameter @errpMarkus Armbruster
2020-05-14KVM: Move hwpoison page related functions into kvm-all.cDongjiu Geng
2020-02-25Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEADPaolo Bonzini
2020-02-25accel/kvm: Check ioctl(KVM_SET_USER_MEMORY_REGION) return valuePhilippe Mathieu-Daudé
2020-02-20Avoid address_space_rw() with a constant is_write argumentPeter Maydell