kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-07 17:59:41 to 2021-03-09 04:53:56 UTC [more...]

[kvm-unit-tests PATCH] Makefile: do not use "libgcc" for clang
 2021-03-09  4:52 UTC 

[PATCH] vfio/pci: make the vfio_pci_mmap_fault reentrant
 2021-03-09  3:49 UTC  (5+ messages)
    ` 答复: "

[PATCH V2 0/4] vDPA/ifcvf: enables Intel C5000X-PL virtio-net
 2021-03-09  2:42 UTC  (12+ messages)
` [PATCH V2 1/4] vDPA/ifcvf: get_vendor_id returns a device specific vendor id
` [PATCH V2 2/4] vDPA/ifcvf: enable Intel C5000X-PL virtio-net for vDPA
` [PATCH V2 3/4] vDPA/ifcvf: rename original IFCVF dev ids to N3000 ids
` [PATCH V2 4/4] vDPA/ifcvf: remove the version number string

[PATCH 0/2] Fixups to hide our goofs
 2021-03-09  2:19 UTC  (3+ messages)
` [PATCH 1/2] KVM: x86: Fixup "Get active PCID only when writing a CR3 value"
` [PATCH 2/2] KVM: x86/mmu: Exclude the MMU_PRESENT bit from MMIO SPTE's generation

[PATCH v2 00/25] KVM SGX virtualization support
 2021-03-09  1:41 UTC  (26+ messages)
` [PATCH v2 01/25] x86/cpufeatures: Make SGX_LC feature bit depend on SGX bit
` [PATCH v2 02/25] x86/cpufeatures: Add SGX1 and SGX2 sub-features
` [PATCH v2 03/25] x86/sgx: Wipe out EREMOVE from sgx_free_epc_page()
` [PATCH v2 04/25] x86/sgx: Add SGX_CHILD_PRESENT hardware error code
` [PATCH v2 05/25] x86/sgx: Introduce virtual EPC for use by KVM guests
` [PATCH v2 06/25] x86/cpu/intel: Allow SGX virtualization without Launch Control support
` [PATCH v2 07/25] x86/sgx: Initialize virtual EPC driver even when SGX driver is disabled
` [PATCH v2 08/25] x86/sgx: Expose SGX architectural definitions to the kernel
` [PATCH v2 09/25] x86/sgx: Move ENCLS leaf definitions to sgx.h
` [PATCH v2 10/25] x86/sgx: Add SGX2 ENCLS leaf definitions (EAUG, EMODPR and EMODT)
` [PATCH v2 11/25] x86/sgx: Add encls_faulted() helper
` [PATCH v2 12/25] x86/sgx: Add helper to update SGX_LEPUBKEYHASHn MSRs
` [PATCH v2 13/25] x86/sgx: Add helpers to expose ECREATE and EINIT to KVM
` [PATCH v2 14/25] x86/sgx: Move provisioning device creation out of SGX driver
` [PATCH v2 15/25] KVM: x86: Export kvm_mmu_gva_to_gpa_{read,write}() for SGX (VMX)
` [PATCH v2 16/25] KVM: x86: Define new #PF SGX error code bit
` [PATCH v2 17/25] KVM: x86: Add support for reverse CPUID lookup of scattered features
` [PATCH v2 18/25] KVM: x86: Add reverse-CPUID lookup support for scattered SGX features
` [PATCH v2 19/25] KVM: VMX: Add basic handling of VM-Exit from SGX enclave
` [PATCH v2 20/25] KVM: VMX: Frame in ENCLS handler for SGX virtualization
` [PATCH v2 21/25] KVM: VMX: Add SGX ENCLS[ECREATE] handler to enforce CPUID restrictions
` [PATCH v2 22/25] KVM: VMX: Add emulation of SGX Launch Control LE hash MSRs
` [PATCH v2 23/25] KVM: VMX: Add ENCLS[EINIT] handler to support SGX Launch Control (LC)
` [PATCH v2 24/25] KVM: VMX: Enable SGX virtualization for SGX1, SGX2 and LC
` [PATCH v2 25/25] KVM: x86: Add capability to grant VM access to privileged SGX attribute

[PATCH v4 00/11] KVM: VMX: Clean up Hyper-V PV TLB flush
 2021-03-09  1:18 UTC  (5+ messages)
` [PATCH v4 01/11] KVM: x86: Get active PCID only when writing a CR3 value

[PATCH v1 00/14] vfio: Device memory DMA mapping improvements
 2021-03-09  1:07 UTC  (22+ messages)
` [PATCH v1 01/14] vfio: Create vfio_fs_type with inode per device
` [PATCH v1 02/14] vfio: Update vfio_add_group_dev() API
` [PATCH v1 03/14] vfio: Export unmap_mapping_range() wrapper
` [PATCH v1 04/14] vfio/pci: Use vfio_device_unmap_mapping_range()
` [PATCH v1 05/14] vfio: Create a vfio_device from vma lookup
` [PATCH v1 06/14] vfio: Add vma to pfn callback
` [PATCH v1 07/14] vfio: Add a device notifier interface
` [PATCH v1 08/14] vfio/pci: Notify on device release
` [PATCH v1 09/14] vfio/type1: Refactor pfn_list clearing
` [PATCH v1 10/14] vfio/type1: Pass iommu and dma objects through to vaddr_get_pfn
` [PATCH v1 11/14] vfio/type1: Register device notifier
` [PATCH v1 12/14] vfio/type1: Support batching of device mappings
` [PATCH v1 13/14] vfio: Remove extern from declarations across vfio
` [PATCH v1 14/14] vfio: Cleanup use of bare unsigned

[PATCH] docs: kvm: Fix a typo ("althought")
 2021-03-09  0:17 UTC  (2+ messages)

[syzbot] WARNING in kvm_wait
 2021-03-08 23:29 UTC  (2+ messages)

[PATCH 03/28] KVM: nSVM: inject exceptions via svm_check_nested_events
 2021-03-08 22:51 UTC  (6+ messages)

[PATCH v10 00/17] Add AMD SEV guest live migration support
 2021-03-08 21:51 UTC  (17+ messages)
` [PATCH v10 10/16] KVM: x86: Introduce KVM_GET_SHARED_PAGES_LIST ioctl

[PATCH 00/24] KVM: x86/mmu: Introduce MMU_PRESENT and fix bugs
 2021-03-08 21:49 UTC  (6+ messages)
` [PATCH 20/24] KVM: x86/mmu: Use a dedicated bit to track shadow/MMU-present SPTEs

[PATCH] KVM: SVM: Connect 'npt' module param to KVM's internal 'npt_enabled'
 2021-03-08 21:44 UTC  (4+ messages)

[PATCH] x86/perf: Fix guest_get_msrs static call if there is no PMU
 2021-03-08 20:40 UTC  (8+ messages)

[PATCH] KVM: arm64: Ensure I-cache isolation between vcpus of a same VM
 2021-03-08 20:03 UTC  (6+ messages)

The use of smp_call_function_many() in kvm_emulate_wbinvd_noskip()
 2021-03-08 20:03 UTC 

[PATCH v2 0/1] GIC v4.1: Disable VSGI support for GIC CPUIF < v4.1
 2021-03-08 19:22 UTC  (3+ messages)
  ` [PATCH v2 1/1] irqchip/gic-v4.1: Disable vSGI upon (GIC CPUIF < v4.1) detection

[PATCH] vfio: Depend on MMU
 2021-03-08 18:23 UTC  (7+ messages)

[PATCH v12 00/13] SMMUv3 Nested Stage Setup (VFIO part)
 2021-03-08 18:12 UTC  (4+ messages)
` [PATCH v12 03/13] vfio: VFIO_IOMMU_SET_MSI_BINDING

[PATCH] KVM: arm64: Cap default IPA size to the host's own size
 2021-03-08 17:46 UTC 

[PATCH] vfio/type1: fix vaddr_get_pfns() return in vfio_pin_page_external()
 2021-03-08 17:24 UTC 

[PATCH v8] drivers/misc: sysgenid: add system generation id driver
 2021-03-08 17:24 UTC  (4+ messages)

[PATCH kvmtool v2 00/22] Unify I/O port and MMIO trap handling
 2021-03-08 17:22 UTC  (5+ messages)
` [PATCH kvmtool v2 06/22] hw/i8042: Refactor trap handler
` [PATCH kvmtool v2 07/22] hw/i8042: Switch to new trap handlers

[PATCH v5 00/12] x86: major paravirt cleanup
 2021-03-08 17:00 UTC  (4+ messages)
` [PATCH v5 02/12] x86/paravirt: switch time pvops functions to use static_call()

[PATCH 0/2] Performance improvement about cache flush
 2021-03-08 16:35 UTC  (5+ messages)
` [PATCH 1/2] KVM: arm64: Distinguish cases of allocating memcache more precisely
` [PATCH 2/2] KVM: arm64: Skip the cache flush when coalescing tables into a block

[PATCH v5 0/3] s390/kvm: fix MVPG when in VSIE
 2021-03-08 15:30 UTC  (6+ messages)
` [PATCH v5 3/3] s390/kvm: VSIE: correctly handle "

[kvm-unit-tests PATCH v4 0/6] CSS Mesurement Block
 2021-03-08 15:14 UTC  (19+ messages)
` [kvm-unit-tests PATCH v4 1/6] s390x: css: Store CSS Characteristics
` [kvm-unit-tests PATCH v4 2/6] s390x: css: simplifications of the tests
` [kvm-unit-tests PATCH v4 4/6] s390x: css: implementing Set CHannel Monitor
` [kvm-unit-tests PATCH v4 5/6] s390x: css: testing measurement block format 0

[PATCH v3 10/12] memory: introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()
 2021-03-08 15:05 UTC 

[kvm-unit-tests GIT PULL 00/16] s390x update
 2021-03-08 14:36 UTC  (18+ messages)
` [kvm-unit-tests GIT PULL 01/16] lib/s390x/sclp: Clarify that the CPUEntry array could be at a different spot
` [kvm-unit-tests GIT PULL 02/16] s390x: pv: implement routine to share/unshare memory
` [kvm-unit-tests GIT PULL 03/16] s390x: define UV compatible I/O allocation
` [kvm-unit-tests GIT PULL 04/16] s390x: css: pv: css test adaptation for PV
` [kvm-unit-tests GIT PULL 05/16] Fix the length in the stsi check for the VM name
` [kvm-unit-tests GIT PULL 06/16] s390x: Remove sthyi partition number check
` [kvm-unit-tests GIT PULL 07/16] s390x: Fix fpc store address in RESTORE_REGS_STACK
` [kvm-unit-tests GIT PULL 08/16] s390x: Fully commit to stack save area for exceptions
` [kvm-unit-tests GIT PULL 09/16] s390x: Introduce and use CALL_INT_HANDLER macro
` [kvm-unit-tests GIT PULL 10/16] s390x: Provide preliminary backtrace support
` [kvm-unit-tests GIT PULL 11/16] s390x: Print more information on program exceptions
` [kvm-unit-tests GIT PULL 12/16] s390x: Move diag308_load_reset to stack saving
` [kvm-unit-tests GIT PULL 13/16] s390x: Remove SAVE/RESTORE_STACK and lowcore fpc and fprs save areas
` [kvm-unit-tests GIT PULL 14/16] s390x: introduce leave_pstate to leave userspace
` [kvm-unit-tests GIT PULL 15/16] s390x: mvpg: simple test
` [kvm-unit-tests GIT PULL 16/16] s390x: mvpg: skip some tests when using TCG

[kvm-unit-tests PATCH v4 0/3] s390x: mvpg test
 2021-03-08 11:14 UTC  (2+ messages)

[RFC PATCH 00/27] vDPA software assisted live migration
 2021-03-08 10:46 UTC  (7+ messages)
` [RFC PATCH 06/27] virtio: Add virtio_queue_get_used_notify_split

[Bug 201753] AMD-Vi: Unable to write to IOMMU perf counter
 2021-03-08 10:46 UTC 

[RFC PATCH v6 00/25] KVM SGX virtualization support
 2021-03-08  9:30 UTC  (4+ messages)
` [RFC PATCH v6 13/25] x86/sgx: Add helpers to expose ECREATE and EINIT to KVM

[PATCH v3 0/3] CET fix patches for nested guest
 2021-03-08  8:01 UTC  (4+ messages)
` [PATCH v3 1/3] KVM: nVMX: Sync L2 guest CET states between L1/L2

[RFC v4 00/11] Introduce VDUSE - vDPA Device in Userspace
 2021-03-08  7:29 UTC  (31+ messages)
` [RFC v4 06/11] vduse: Implement an MMU-based IOMMU driver
    `  "
` [RFC v4 10/11] vduse: Introduce a workqueue for irq injection
    `  "

[RFC PATCH 00/10] vdpa: get/set_config() rework
 2021-03-08  3:59 UTC  (7+ messages)
` [RFC PATCH 10/10] vhost/vdpa: return configuration bytes read and written to user space

[PATCH 0/3] vDPA/ifcvf: enables Intel C5000X-PL virtio-net
 2021-03-08  2:53 UTC  (8+ messages)
` [PATCH 1/3] vDPA/ifcvf: get_vendor_id returns a device specific vendor id
` [PATCH 2/3] vDPA/ifcvf: enable Intel C5000X-PL virtio-net for vDPA
` [PATCH 3/3] vDPA/ifcvf: bump version string to 1.0

[PATCH 00/25] KVM SGX virtualization support
 2021-03-08  0:19 UTC  (17+ messages)
` [PATCH 02/25] x86/cpufeatures: Add SGX1 and SGX2 sub-features
` [PATCH 06/25] x86/cpu/intel: Allow SGX virtualization without Launch Control support

[RFC PATCH v6 00/22] virtio/vsock: introduce SOCK_SEQPACKET support
 2021-03-07 18:05 UTC  (23+ messages)
` [RFC PATCH v6 01/22] af_vsock: update functions for connectible socket
` [RFC PATCH v6 02/22] af_vsock: separate wait data loop
` [RFC PATCH v6 03/22] af_vsock: separate receive "
` [RFC PATCH v6 04/22] af_vsock: implement SEQPACKET receive loop
` [RFC PATCH v6 05/22] af_vsock: separate wait space loop
` [RFC PATCH v6 06/22] af_vsock: implement send logic for SEQPACKET
` [RFC PATCH v6 07/22] af_vsock: rest of SEQPACKET support
` [RFC PATCH v6 08/22] af_vsock: update comments for stream sockets
` [RFC PATCH v6 09/22] virtio/vsock: set packet's type in virtio_transport_send_pkt_info()
` [RFC PATCH v6 10/22] virtio/vsock: simplify credit update function API
` [RFC PATCH v6 11/22] virtio/vsock: dequeue callback for SOCK_SEQPACKET
` [RFC PATCH v6 12/22] virtio/vsock: fetch length for SEQPACKET record
` [RFC PATCH v6 13/22] virtio/vsock: add SEQPACKET receive logic
` [RFC PATCH v6 14/22] virtio/vsock: rest of SOCK_SEQPACKET support
` [RFC PATCH v6 15/22] virtio/vsock: SEQPACKET support feature bit
` [RFC PATCH v6 16/22] vhost/vsock: SEQPACKET feature bit support
` [RFC PATCH v6 17/22] virtio/vsock: "
` [RFC PATCH v6 18/22] virtio/vsock: setup SEQPACKET ops for transport
` [RFC PATCH v6 19/22] vhost/vsock: "
` [RFC PATCH v6 20/22] vsock/loopback: "
` [RFC PATCH v6 21/22] vsock_test: add SOCK_SEQPACKET tests
` [RFC PATCH v6 22/22] virtio/vsock: update trace event for SEQPACKET


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).