aboutsummaryrefslogtreecommitdiff
path: root/accel/kvm
AgeCommit message (Expand)AuthorFilesLines
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02accel: kvm: clarify that extra exit data is hexadecimalDavid Edmondson1-1/+1
2021-03-16Revert "accel: kvm: Add aligment assert for kvm_log_clear_one_slot"Paolo Bonzini1-7/+0
2021-03-12accel: kvm: Fix kvm_type invocationAndrew Jones1-0/+2
2021-03-06accel: kvm: Add aligment assert for kvm_log_clear_one_slotKeqian Zhu1-0/+7
2021-03-06accel: kvm: Fix memory waste under mismatch page sizeKeqian Zhu1-1/+5
2021-02-16sev/i386: Don't allow a system reset under an SEV-ES guestTom Lendacky1-0/+5
2021-02-16sev/i386: Allow AP booting under SEV-ESPaolo Bonzini1-1/+0
2021-02-08accel/kvm/kvm-all: Fix wrong return code handling in dirty log codeThomas Huth1-9/+12
2021-02-08confidential guest support: Move SEV initialization into arch specific codeDavid Gibson2-16/+2
2021-02-08sev: Add Error ** to sev_kvm_init()David Gibson2-2/+4
2021-02-08confidential guest support: Rework the "memory-encryption" propertyDavid Gibson2-4/+6
2021-02-08sev: Remove false abstraction of flash encryptionDavid Gibson2-36/+4
2021-02-05accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana4-11/+23
2021-01-20accel/kvm: avoid using predefined PAGE_SIZEJiaxun Yang1-0/+3
2020-12-15kvm: Take into account the unaligned section size when preparing bitmapZenghui Yu1-2/+5
2020-12-15vl: make qemu_get_machine_opts staticPaolo Bonzini1-7/+4
2020-11-03accel/kvm: add PIO ioeventfds only in case kvm_eventfds_allowed is trueElena Afanasova1-2/+4
2020-10-05kvm: kvm_init_vcpu take Error pointerDr. David Alan Gilbert4-12/+18
2020-10-05kvm: remove kvm specific functions from global includesClaudio Fontana1-0/+7
2020-10-05cpus: extract out kvm-specific code to accel/kvmClaudio Fontana4-2/+122
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi1-6/+6
2020-09-16util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé1-1/+1
2020-08-21meson: accelMarc-André Lureau2-2/+5
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini1-0/+1
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster1-3/+1
2020-07-10qapi: Use returned bool to check for failure, manual partMarkus Armbruster1-27/+23
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster1-2/+1
2020-07-02accel/kvm: Convert to ram_block_discard_disable()David Hildenbrand1-2/+2
2020-06-26kvm: support to get/set dirty log initial-all-set capabilityJay Zhou1-7/+14
2020-06-10KVM: Kick resamplefd for split kernel irqchipPeter Xu2-2/+78
2020-06-10KVM: Pass EventNotifier into kvm_irqchip_assign_irqfdPeter Xu1-6/+10
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-2/+2
2020-05-15qom: Drop object_property_set_description() parameter @errpMarkus Armbruster1-2/+2
2020-05-14KVM: Move hwpoison page related functions into kvm-all.cDongjiu Geng1-0/+36
2020-02-25Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEADPaolo Bonzini1-3/+3
2020-02-25accel/kvm: Check ioctl(KVM_SET_USER_MEMORY_REGION) return valuePhilippe Mathieu-Daudé1-1/+11
2020-02-20Avoid address_space_rw() with a constant is_write argumentPeter Maydell1-3/+3
2020-01-24accel: Replace current_machine->accelerator by current_accel() wrapperPhilippe Mathieu-Daudé1-2/+2
2020-01-07accel/kvm: Make "kernel_irqchip" default onXiaoyao Li1-6/+13
2019-12-17kvm: convert "-machine kernel_irqchip" to an accelerator propertyPaolo Bonzini1-5/+54
2019-12-17kvm: introduce kvm_kernel_irqchip_* functionsPaolo Bonzini1-4/+19
2019-12-17kvm: convert "-machine kvm_shadow_mem" to an accelerator propertyPaolo Bonzini1-0/+43
2019-12-17kvm: Reallocate dirty_bmap when we change a slotDr. David Alan Gilbert1-15/+29
2019-11-26kvm: Introduce KVM irqchip change notifierDavid Gibson1-0/+18
2019-10-26core: replace getpagesize() with qemu_real_host_page_sizeWei Yang1-3/+3
2019-10-03accel/kvm: ensure ret always setAlex Bennée1-3/+3
2019-09-30kvm: split too big memory section on several memslotsIgor Mammedov1-44/+80
2019-09-30kvm: clear dirty bitmaps from all overlapping memslotsPaolo Bonzini1-14/+22