| Commit message (Expand) | Author | Age | Files | Lines |
* | KVM: x86/xen: Add support for vCPU runstate information | David Woodhouse | 2021-03-02 | 1 | -0/+286 |
* | KVM: x86/xen: Fix return code when clearing vcpu_info and vcpu_time_info | David Woodhouse | 2021-03-02 | 1 | -0/+4 |
* | KVM: x86/xen: Allow reset of Xen attributes | David Woodhouse | 2021-02-09 | 1 | -10/+28 |
* | KVM: x86: hyper-v: Make Hyper-V emulation enablement conditional | Vitaly Kuznetsov | 2021-02-09 | 1 | -1/+1 |
* | KVM: x86/xen: Use hva_t for holding hypercall page address | Sean Christopherson | 2021-02-09 | 1 | -2/+6 |
* | KVM: x86/xen: Remove extra unlock in kvm_xen_hvm_set_attr() | David Woodhouse | 2021-02-09 | 1 | -2/+0 |
* | KVM: x86/xen: Add event channel interrupt vector upcall | David Woodhouse | 2021-02-04 | 1 | -0/+53 |
* | KVM: x86/xen: register vcpu time info region | Joao Martins | 2021-02-04 | 1 | -0/+18 |
* | KVM: x86/xen: setup pvclock updates | Joao Martins | 2021-02-04 | 1 | -2/+3 |
* | KVM: x86/xen: register vcpu info | Joao Martins | 2021-02-04 | 1 | -1/+24 |
* | KVM: x86/xen: Add KVM_XEN_VCPU_SET_ATTR/KVM_XEN_VCPU_GET_ATTR | David Woodhouse | 2021-02-04 | 1 | -0/+30 |
* | KVM: x86/xen: update wallclock region | Joao Martins | 2021-02-04 | 1 | -3/+30 |
* | KVM: x86/xen: register shared_info page | Joao Martins | 2021-02-04 | 1 | -4/+36 |
* | KVM: x86/xen: latch long_mode when hypercall page is set up | David Woodhouse | 2021-02-04 | 1 | -1/+15 |
* | KVM: x86/xen: add KVM_XEN_HVM_SET_ATTR/KVM_XEN_HVM_GET_ATTR | Joao Martins | 2021-02-04 | 1 | -0/+30 |
* | KVM: x86/xen: Add kvm_xen_enabled static key | David Woodhouse | 2021-02-04 | 1 | -0/+17 |
* | KVM: x86/xen: Move KVM_XEN_HVM_CONFIG handling to xen.c | David Woodhouse | 2021-02-04 | 1 | -0/+18 |
* | KVM: x86/xen: Fix coexistence of Xen and Hyper-V hypercalls | Joao Martins | 2021-02-04 | 1 | -0/+6 |
* | KVM: x86/xen: intercept xen hypercalls if enabled | Joao Martins | 2021-02-04 | 1 | -0/+142 |