kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-07 11:53:23 to 2020-12-08 08:18:52 UTC [more...]

[for-6.0 v5 00/13] Generalize memory encryption models
 2020-12-08  8:16 UTC  (14+ messages)
` [for-6.0 v5 12/13] securable guest memory: Alter virtio default properties for protected guests

[RFC PATCH 00/27] vDPA software assisted live migration
 2020-12-08  8:17 UTC  (20+ messages)
` [RFC PATCH 02/27] vhost: Add device callback in vhost_migration_log
` [RFC PATCH 04/27] vhost: add vhost_kernel_set_vring_enable
` [RFC PATCH 05/27] vhost: Add hdev->dev.sw_lm_vq_handler
` [RFC PATCH 06/27] virtio: Add virtio_queue_get_used_notify_split
` [RFC PATCH 07/27] vhost: Route guest->host notification through qemu
` [RFC PATCH 08/27] vhost: Add a flag for software assisted Live Migration
` [RFC PATCH 09/27] vhost: Route host->guest notification through qemu
` [RFC PATCH 10/27] vhost: Allocate shadow vring
` [RFC PATCH 13/27] vhost: Send buffers to device

[PATCH v2 1/9] KVM: x86: Add AMD SEV specific Hypercall3
 2020-12-08  5:18 UTC 

[PATCH] KVM: Documentation: Update description of KVM_{GET,CLEAR}_DIRTY_LOG
 2020-12-08  4:34 UTC 

[PATCH v2 0/9] Add AMD SEV page encryption bitmap support
 2020-12-08  4:16 UTC  (10+ messages)
` [PATCH v2 1/9] KVM: x86: Add AMD SEV specific Hypercall3
` [PATCH v2 3/9] KVM: x86: Introduce KVM_GET_PAGE_ENC_BITMAP ioctl

[PATCH 0/2] Enumerate and expose AVX512_FP16 feature
 2020-12-08  3:34 UTC  (3+ messages)
` [PATCH 1/2] Enumerate AVX512 FP16 CPUID feature flag
` [PATCH 2/2] x86: Expose AVX512_FP16 for supported CPUID

[kvm-unit-tests PATCH v2 0/7] Rewrite the allocators
 2020-12-08  1:10 UTC  (4+ messages)
` [kvm-unit-tests PATCH v2 4/7] lib/alloc_page: complete rewrite of the page allocator

[PATCH] s390/vfio-ap: Clean up vfio_ap resources when KVM pointer invalidated
 2020-12-08  0:40 UTC  (11+ messages)

[PATCH 00/17] target/mips: Convert MSA ASE to decodetree
 2020-12-08  0:39 UTC  (18+ messages)
` [PATCH 01/17] target/mips: Introduce ase_msa_available() helper
` [PATCH 02/17] target/mips: Simplify msa_reset()
` [PATCH 03/17] target/mips: Use CP0_Config3 to set MIPS_HFLAG_MSA
` [PATCH 04/17] target/mips: Simplify MSA TCG logic
` [PATCH 05/17] target/mips: Remove now unused ASE_MSA definition
` [PATCH 06/17] target/mips: Alias MSA vector registers on FPU scalar registers
` [PATCH 07/17] target/mips: Extract msa_translate_init() from mips_tcg_init()
` [PATCH 08/17] target/mips: Remove CPUMIPSState* argument from gen_msa*() methods
` [PATCH 09/17] target/mips: Explode gen_msa_branch() as gen_msa_BxZ_V/BxZ()
` [PATCH 10/17] target/mips: Rename msa_helper.c as mod-msa_helper.c
` [PATCH 11/17] target/mips: Move msa_reset() to mod-msa_helper.c
` [PATCH 12/17] target/mips: Extract MSA helpers from op_helper.c
` [PATCH 13/17] target/mips: Extract MSA helper definitions
` [PATCH 14/17] target/mips: Declare gen_msa/_branch() in 'translate.h'
` [PATCH 16/17] target/mips: Introduce decode tree bindings for MSA opcodes
` [PATCH 17/17] target/mips: Use decode_msa32() generated from decodetree

[PATCH 0/6] KVM: x86: KVM_SET_SREGS.CR4 bug fixes and cleanup
 2020-12-07 23:59 UTC  (14+ messages)
            ` KVM_SET_CPUID doesn't check supported bits (was Re: [PATCH 0/6] KVM: x86: KVM_SET_SREGS.CR4 bug fixes and cleanup)

[PATCH 0/7] target/mips: Add translate.h and fpu_translate.h headers
 2020-12-07 23:55 UTC  (8+ messages)
` [PATCH 1/7] target/mips/translate: Extract DisasContext structure
` [PATCH 2/7] target/mips/translate: Add declarations for generic code
` [PATCH 3/7] target/mips: Use FloatRoundMode enum for FCR31 modes conversion
` [PATCH 4/7] target/mips: Extract FPU helpers to 'fpu_helper.h'
` [PATCH 5/7] target/mips/fpu_helper: Remove unused headers
` [PATCH 6/7] target/mips: Declare generic FPU functions in 'fpu_translate.h'
` [PATCH 7/7] target/mips: Extract FPU specific definitions to fpu_translate.h

[PATCH 0/2] x86: Add the feature Virtual SPEC_CTRL
 2020-12-07 23:22 UTC  (6+ messages)
` [PATCH 1/2] x86/cpufeatures: Add the Virtual SPEC_CTRL feature
` [PATCH 2/2] KVM: SVM: Add support for Virtual SPEC_CTRL

[PATCH v2 01/22] x86/fpu/xstate: Modify area init helper prototypes to access all the possible areas
 2020-12-07 23:10 UTC  (4+ messages)

[PATCH v4] self_tests/kvm: sync_regs test for diag318
 2020-12-07 20:59 UTC  (12+ messages)

[PATCH v11 00/81] VM introspection
 2020-12-07 20:46 UTC  (82+ messages)
` [PATCH v11 01/81] KVM: UAPI: add error codes used by the VM introspection code
` [PATCH v11 02/81] KVM: add kvm_vcpu_kick_and_wait()
` [PATCH v11 03/81] KVM: add kvm_get_max_gfn()
` [PATCH v11 04/81] KVM: doc: fix the hypercalls numbering
` [PATCH v11 05/81] KVM: x86: add kvm_arch_vcpu_get_regs() and kvm_arch_vcpu_get_sregs()
` [PATCH v11 06/81] KVM: x86: add kvm_arch_vcpu_set_regs()
` [PATCH v11 07/81] KVM: x86: avoid injecting #PF when emulate the VMCALL instruction
` [PATCH v11 08/81] KVM: x86: add kvm_x86_ops.bp_intercepted()
` [PATCH v11 09/81] KVM: x86: add kvm_x86_ops.control_cr3_intercept()
` [PATCH v11 10/81] KVM: x86: add kvm_x86_ops.cr3_write_intercepted()
` [PATCH v11 11/81] KVM: x86: add kvm_x86_ops.desc_ctrl_supported()
` [PATCH v11 12/81] KVM: svm: add support for descriptor-table VM-exits
` [PATCH v11 13/81] KVM: x86: add kvm_x86_ops.control_desc_intercept()
` [PATCH v11 14/81] KVM: x86: add kvm_x86_ops.desc_intercepted()
` [PATCH v11 15/81] KVM: x86: add kvm_x86_ops.msr_write_intercepted()
` [PATCH v11 16/81] KVM: x86: svm: use the vmx convention to control the MSR interception
` [PATCH v11 17/81] KVM: x86: add kvm_x86_ops.control_msr_intercept()
` [PATCH v11 18/81] KVM: x86: vmx: use a symbolic constant when checking the exit qualifications
` [PATCH v11 19/81] KVM: x86: save the error code during EPT/NPF exits handling
` [PATCH v11 20/81] KVM: x86: add kvm_x86_ops.fault_gla()
` [PATCH v11 21/81] KVM: x86: add kvm_x86_ops.control_singlestep()
` [PATCH v11 22/81] KVM: x86: export kvm_arch_vcpu_set_guest_debug()
` [PATCH v11 23/81] KVM: x86: extend kvm_mmu_gva_to_gpa_system() with the 'access' parameter
` [PATCH v11 24/81] KVM: x86: export kvm_inject_pending_exception()
` [PATCH v11 25/81] KVM: x86: export kvm_vcpu_ioctl_x86_get_xsave()
` [PATCH v11 26/81] KVM: x86: export kvm_vcpu_ioctl_x86_set_xsave()
` [PATCH v11 27/81] KVM: x86: page track: provide all callbacks with the guest virtual address
` [PATCH v11 28/81] KVM: x86: page track: add track_create_slot() callback
` [PATCH v11 29/81] KVM: x86: page_track: add support for preread, prewrite and preexec
` [PATCH v11 30/81] KVM: x86: wire in the preread/prewrite/preexec page trackers
` [PATCH v11 31/81] KVM: x86: disable gpa_available optimization for fetch and page-walk SPT violations
` [PATCH v11 32/81] KVM: introduce VM introspection
` [PATCH v11 33/81] KVM: introspection: add hook/unhook ioctls
` [PATCH v11 34/81] KVM: introspection: add permission access ioctls
` [PATCH v11 35/81] KVM: introspection: add the read/dispatch message function
` [PATCH v11 36/81] KVM: introspection: add KVMI_GET_VERSION
` [PATCH v11 37/81] KVM: introspection: add KVMI_VM_CHECK_COMMAND and KVMI_VM_CHECK_EVENT
` [PATCH v11 38/81] KVM: introspection: add KVMI_VM_GET_INFO
` [PATCH v11 39/81] KVM: introspection: add KVM_INTROSPECTION_PREUNHOOK
` [PATCH v11 40/81] KVM: introspection: add KVMI_VM_EVENT_UNHOOK
` [PATCH v11 41/81] KVM: introspection: add KVMI_VM_CONTROL_EVENTS
` [PATCH v11 42/81] KVM: introspection: add KVMI_VM_READ_PHYSICAL/KVMI_VM_WRITE_PHYSICAL
` [PATCH v11 43/81] KVM: introspection: add vCPU related data
` [PATCH v11 44/81] KVM: introspection: add a jobs list to every introspected vCPU
` [PATCH v11 45/81] KVM: introspection: handle vCPU introspection requests
` [PATCH v11 46/81] KVM: introspection: handle vCPU commands
` [PATCH v11 47/81] KVM: introspection: add KVMI_VCPU_GET_INFO
` [PATCH v11 48/81] KVM: introspection: add KVMI_VM_PAUSE_VCPU
` [PATCH v11 49/81] KVM: introspection: add support for vCPU events
` [PATCH v11 50/81] KVM: introspection: add KVMI_VCPU_EVENT_PAUSE
` [PATCH v11 51/81] KVM: introspection: add the crash action handling on the event reply
` [PATCH v11 52/81] KVM: introspection: add KVMI_VCPU_CONTROL_EVENTS
` [PATCH v11 53/81] KVM: introspection: add KVMI_VCPU_GET_REGISTERS
` [PATCH v11 54/81] KVM: introspection: add KVMI_VCPU_SET_REGISTERS
` [PATCH v11 55/81] KVM: introspection: add KVMI_VCPU_GET_CPUID
` [PATCH v11 56/81] KVM: introspection: add KVMI_VCPU_EVENT_HYPERCALL
` [PATCH v11 57/81] KVM: introspection: add KVMI_VCPU_EVENT_BREAKPOINT
` [PATCH v11 58/81] KVM: introspection: add cleanup support for vCPUs
` [PATCH v11 59/81] KVM: introspection: restore the state of #BP interception on unhook
` [PATCH v11 60/81] KVM: introspection: add KVMI_VM_CONTROL_CLEANUP
` [PATCH v11 61/81] KVM: introspection: add KVMI_VCPU_CONTROL_CR and KVMI_VCPU_EVENT_CR
` [PATCH v11 62/81] KVM: introspection: restore the state of CR3 interception on unhook
` [PATCH v11 63/81] KVM: introspection: add KVMI_VCPU_INJECT_EXCEPTION + KVMI_VCPU_EVENT_TRAP
` [PATCH v11 64/81] KVM: introspection: add KVMI_VM_GET_MAX_GFN
` [PATCH v11 65/81] KVM: introspection: add KVMI_VCPU_EVENT_XSETBV
` [PATCH v11 66/81] KVM: introspection: add KVMI_VCPU_GET_XCR
` [PATCH v11 67/81] KVM: introspection: add KVMI_VCPU_GET_XSAVE
` [PATCH v11 68/81] KVM: introspection: add KVMI_VCPU_SET_XSAVE
` [PATCH v11 69/81] KVM: introspection: add KVMI_VCPU_GET_MTRR_TYPE
` [PATCH v11 70/81] KVM: introspection: add KVMI_VCPU_EVENT_DESCRIPTOR
` [PATCH v11 71/81] KVM: introspection: restore the state of descriptor-table register interception on unhook
` [PATCH v11 72/81] KVM: introspection: add KVMI_VCPU_CONTROL_MSR and KVMI_VCPU_EVENT_MSR
` [PATCH v11 73/81] KVM: introspection: restore the state of MSR interception on unhook
` [PATCH v11 74/81] KVM: introspection: add KVMI_VM_SET_PAGE_ACCESS
` [PATCH v11 75/81] KVM: introspection: add KVMI_VCPU_EVENT_PF
` [PATCH v11 76/81] KVM: introspection: extend KVMI_GET_VERSION with struct kvmi_features
` [PATCH v11 77/81] KVM: introspection: add KVMI_VCPU_CONTROL_SINGLESTEP
` [PATCH v11 78/81] KVM: introspection: add KVMI_VCPU_EVENT_SINGLESTEP
` [PATCH v11 79/81] KVM: introspection: add KVMI_VCPU_TRANSLATE_GVA
` [PATCH v11 80/81] KVM: introspection: emulate a guest page table walk on SPT violations due to A/D bit updates
` [PATCH v11 81/81] KVM: x86: call the page tracking code on emulation failure

[RFC, v1 0/3] msi support for platform devices
 2020-12-07 20:43 UTC  (6+ messages)
` [RFC, v2 0/1] "
  ` [RFC v2 1/1] vfio/platform: add support for msi

[PATCH 0/2 v4] KVM: nSVM: Check reserved values for 'Type' and invalid vectors in EVENTINJ
 2020-12-07 20:17 UTC  (4+ messages)
` [PATCH 1/2 "
` [PATCH 2/2 v4] nSVM: Test "

[RFC V2 00/37] Enhance memory utilization with DMEMFS
 2020-12-07 19:32 UTC  (3+ messages)

[PATCH v2 0/3] RFC: Precise TSC migration
 2020-12-07 18:04 UTC  (11+ messages)
` [PATCH v2 1/3] KVM: x86: implement KVM_{GET|SET}_TSC_STATE

[PATCH] vhost scsi: fix error return code in vhost_scsi_set_endpoint()
 2020-12-07 16:07 UTC  (2+ messages)

[PATCH v3] self_tests/kvm: sync_regs test for diag318
 2020-12-07 15:26 UTC  (5+ messages)

MMIO/PIO dispatch file descriptors (ioregionfd) design discussion
 2020-12-07 14:58 UTC  (5+ messages)

[PATCH] vfio iommu type1: Bypass the vma permission check in vfio_pin_pages_remote()
 2020-12-07 14:48 UTC  (10+ messages)

[PATCH v3 0/5] gitlab-ci: Add accelerator-specific Linux jobs
 2020-12-07 14:43 UTC  (7+ messages)
` [PATCH v3 1/5] gitlab-ci: Document 'build-tcg-disabled' is a KVM X86 job
` [PATCH v3 2/5] gitlab-ci: Replace YAML anchors by extends (cross_system_build_job)
` [PATCH v3 3/5] gitlab-ci: Introduce 'cross_accel_build_job' template
` [PATCH v3 4/5] gitlab-ci: Add KVM s390x cross-build jobs
` [PATCH v3 5/5] gitlab-ci: Add Xen "

[PATCH v2] drivers/virt: vmgenid: add vm generation id driver
 2020-12-07 14:22 UTC  (16+ messages)
          ` [PATCH v3] "

[PATCH 0/2] RFC: Precise TSC migration
 2020-12-07 13:00 UTC  (7+ messages)

[PATCH v2 0/5] gitlab-ci: Add accelerator-specific Linux jobs
 2020-12-07 12:53 UTC  (7+ messages)
` [PATCH v2 3/5] gitlab-ci: Introduce 'cross_accel_build_job' template
` [PATCH v2 5/5] gitlab-ci: Add Xen cross-build jobs

[PATCH 00/19] target/mips: Boring code reordering
 2020-12-07 12:49 UTC  (7+ messages)
` [RFC PATCH 18/19] target/mips: Restrict some TCG specific CPUClass handlers


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).