KVM Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-16 23:51:21 to 2021-06-18 15:52:04 UTC [more...]

Plan for /dev/ioasid RFC v2
 2021-06-18 15:51 UTC  (38+ messages)

[PATCH v11 0/7] KVM statistics data fd-based binary interface
 2021-06-18 15:51 UTC  (23+ messages)
` [PATCH v11 1/7] KVM: stats: Separate generic stats from architecture specific ones
` [PATCH v11 2/7] KVM: stats: Add fd-based API to read binary stats data
` [PATCH v11 3/7] KVM: stats: Support binary stats retrieval for a VM
` [PATCH v11 4/7] KVM: stats: Support binary stats retrieval for a VCPU
` [PATCH v11 5/7] KVM: stats: Add documentation for binary statistics interface
` [PATCH v11 6/7] KVM: selftests: Add selftest for KVM statistics data binary interface
` [PATCH v11 7/7] KVM: stats: Remove code duplication for binary and debugfs stats

[PATCH Part1 RFC v3 00/22] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-06-18 15:05 UTC  (12+ messages)
` [PATCH Part1 RFC v3 06/22] x86/sev: check SEV-SNP features support
` [PATCH Part1 RFC v3 20/22] x86/boot: Add Confidential Computing address to setup_header
` [PATCH Part1 RFC v3 21/22] x86/sev: Register SNP guest request platform device

[PATCH v11 00/18] virtio/vsock: introduce SOCK_SEQPACKET support
 2021-06-18 15:04 UTC  (8+ messages)
` [PATCH v11 11/18] virtio/vsock: dequeue callback for SOCK_SEQPACKET

[PATCH net-next 0/3] vsock: small fixes for seqpacket support
 2021-06-18 14:55 UTC  (7+ messages)
` [PATCH net-next 1/3] vsock: rename vsock_has_data()
` [PATCH net-next 2/3] vsock: rename vsock_wait_data()
` [PATCH net-next 3/3] vsock/virtio: remove redundant `copy_failed` variable

[PATCH v1 1/1] tools: Rename bitmap_alloc() to bitmap_zalloc()
 2021-06-18 14:50 UTC  (2+ messages)

[PATCH v7 0/4] KVM: arm64: Improve efficiency of stage2 page table
 2021-06-18 13:14 UTC  (19+ messages)
` [PATCH v7 1/4] KVM: arm64: Introduce two cache maintenance callbacks
` [PATCH v7 2/4] KVM: arm64: Introduce mm_ops member for structure stage2_attr_data
` [PATCH v7 3/4] KVM: arm64: Tweak parameters of guest cache maintenance functions
` [PATCH v7 4/4] KVM: arm64: Move guest CMOs to the fault handlers

[PATCH v7 0/2] x86/sev: Fixes for SEV-ES Guest Support
 2021-06-18 11:54 UTC  (3+ messages)
` [PATCH v7 1/2] x86/sev: Make sure IRQs are disabled while GHCB is active
` [PATCH v7 2/2] x86/sev: Split up runtime #VC handler for correct state tracking

[PATCH kvm-unit-tests] svm: Updated cr4 in test_efer to fix report msg
 2021-06-18 11:31 UTC 

[PATCH v6 0/2] x86/sev: Fixes for SEV-ES Guest Support
 2021-06-18 10:53 UTC  (9+ messages)
` [PATCH v6 1/2] x86/sev: Make sure IRQs are disabled while GHCB is active
` [PATCH v6 2/2] x86/sev: Split up runtime #VC handler for correct state tracking
  ` [PATCH v6.1 "

[PATCH 0/5] KVM: x86/mmu: Clean up is_tdp_mmu_root and root_hpa checks
 2021-06-18 10:45 UTC  (8+ messages)
` [PATCH 1/4] KVM: x86/mmu: Remove redundant is_tdp_mmu_root check
` [PATCH 2/4] KVM: x86/mmu: Remove redundant is_tdp_mmu_enabled check
` [PATCH 3/4] KVM: x86/mmu: Refactor is_tdp_mmu_root into is_tdp_mmu
` [PATCH 4/4] KVM: x86/mmu: Remove redundant root_hpa checks

[PATCH 0/4] KVM: x86: Require EFER.NX support unless EPT is on
 2021-06-18 10:32 UTC  (9+ messages)
` [PATCH 3/4] KVM: x86: WARN and reject loading KVM if NX is supported but not enabled
` [PATCH 4/4] KVM: x86: Simplify logic to handle lack of host NX support

[RFC v1 0/6] virtio/vsock: introduce SOCK_DGRAM support
 2021-06-18 10:13 UTC  (13+ messages)
` [RFC v1 1/6] virtio/vsock: add VIRTIO_VSOCK_F_DGRAM feature bit
` [RFC v1 2/6] virtio/vsock: add support for virtio datagram
` [RFC v1 3/6] vhost/vsock: add support for vhost dgram
` [RFC v1 5/6] vhost/vsock: add kconfig for vhost dgram support
` [RFC v1 6/6] virtio/vsock: add sysfs for rx buf len for dgram

[PATCH v6 0/4] KVM: arm64: Improve efficiency of stage2 page table
 2021-06-18  8:50 UTC  (9+ messages)
` [PATCH v6 1/4] KVM: arm64: Introduce cache maintenance callbacks for guest stage-2

[PATCH v8 00/10] Introduce VDUSE - vDPA Device in Userspace
 2021-06-18  8:44 UTC  (6+ messages)
` [PATCH v8 03/10] eventfd: Increase the recursion depth of eventfd_signal()
    `  "
      ` [PATCH] eventfd: Enlarge recursion limit to allow vhost to work

[kvm-unit-tests PATCH v5 0/7] s390: Add support for large pages
 2021-06-18  7:36 UTC  (4+ messages)
` [kvm-unit-tests PATCH v5 6/7] s390x: mmu: add "

[PATCH] vhost-vdpa: fix bug-"v->vqs" and "v" don't free
 2021-06-18  7:20 UTC  (2+ messages)

[PATCH] KVM: Use previously computed array_size()
 2021-06-18  6:00 UTC  (4+ messages)
` [PATCH] KVM: Use vmemdup_user()

[PATCH v9] qapi: introduce 'query-kvm-cpuid' action
 2021-06-18  5:52 UTC  (12+ messages)

vmcs_config.size is 1024 but field offsets are larger
 2021-06-18  0:01 UTC  (2+ messages)

[PATCH v10 0/5] KVM statistics data fd-based binary interface
 2021-06-17 22:15 UTC  (29+ messages)
` [PATCH v10 1/5] KVM: stats: Separate generic stats from architecture specific ones
` [PATCH v10 2/5] KVM: stats: Add fd-based API to read binary stats data
` [PATCH v10 3/5] KVM: stats: Add documentation for binary statistics interface
` [PATCH v10 4/5] KVM: selftests: Add selftest for KVM statistics data binary interface
` [PATCH v10 5/5] KVM: stats: Remove code duplication for binary and debugfs stats

[GIT PULL] KVM changes for 5.13-rc7
 2021-06-17 20:17 UTC  (2+ messages)

[PATCH v2 00/29] docs: avoid using ReST :doc:`foo` tag
 2021-06-17 19:34 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86: Flush the TLB after setting user-bit
 2021-06-17 18:37 UTC  (2+ messages)

[PATCH v3 0/3] TDP MMU: several minor fixes or improvements
 2021-06-17 18:27 UTC  (3+ messages)
` [PATCH v3 3/3] KVM: x86/mmu: Fix TDP MMU page table level

[PATCH v3] KVM: LAPIC: Keep stored TMCCT register value 0 after KVM_SET_LAPIC
 2021-06-17 18:26 UTC  (3+ messages)

[PATCH] KVM: x86/mmu: Grab nx_lpage_splits as an unsigned long before division
 2021-06-17 17:10 UTC  (2+ messages)

[PATCH] KVM: selftests: Fix kvm_check_cap() assertion
 2021-06-17 17:07 UTC  (2+ messages)

[PATCH v4 0/9] KVM: arm64: Initial host support for the Apple M1
 2021-06-17 14:58 UTC  (3+ messages)
` [PATCH v4 6/9] KVM: arm64: vgic: Implement SW-driven deactivation

guest/host mem out of sync on core2duo?
 2021-06-17 14:42 UTC  (4+ messages)

Allow mdev drivers to directly create the vfio_device (v4)
 2021-06-17 14:22 UTC  (11+ messages)
` [PATCH 01/10] driver core: Pull required checks into driver_probe_device()
` [PATCH 02/10] driver core: Better distinguish probe errors in really_probe
` [PATCH 03/10] driver core: Flow the return code from ->probe() through to sysfs bind
` [PATCH 04/10] driver core: Don't return EPROBE_DEFER to userspace during "
` [PATCH 05/10] driver core: Export device_driver_attach()
` [PATCH 06/10] vfio/mdev: Remove CONFIG_VFIO_MDEV_DEVICE
` [PATCH 07/10] vfio/mdev: Allow the mdev_parent_ops to specify the device driver to bind
` [PATCH 08/10] vfio/mtty: Convert to use vfio_register_group_dev()
` [PATCH 09/10] vfio/mdpy: "
` [PATCH 10/10] vfio/mbochs: "

[PATCH v11] qapi: introduce 'query-kvm-cpuid' QMP command
 2021-06-17 12:27 UTC 

[PATCH v10] qapi: introduce 'query-kvm-cpuid' QMP command
 2021-06-17  9:50 UTC 

[RFC] /dev/ioasid uAPI proposal
 2021-06-17  4:07 UTC  (26+ messages)

[PATCH v2] vhost: add vhost_test to Kconfig & Makefile
 2021-06-17  3:38 UTC 

[RFC PATCH] iommu: add domain->nested
 2021-06-17  3:13 UTC  (3+ messages)

[PATCH 09/11] PCI: add matching checks for driver_override binding
 2021-06-16 23:56 UTC  (13+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).