kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-17 18:51:56 to 2021-02-21 12:12:30 UTC [more...]

[RFC v3 0/5] Introduce MMIO/PIO dispatch file descriptors (ioregionfd)
 2021-02-21 12:04 UTC  (6+ messages)
` [RFC v3 1/5] KVM: add initial support for KVM_SET_IOREGION
` [RFC v3 2/5] KVM: x86: add support for ioregionfd signal handling
` [RFC v3 3/5] KVM: implement wire protocol
` [RFC v3 4/5] KVM: add ioregionfd context
` [RFC v3 5/5] KVM: enforce NR_IOBUS_DEVS limit if kmemcg is disabled

[PATCH v6 0/9] x86/tlb: Concurrent TLB flushes
 2021-02-20 23:17 UTC  (2+ messages)
` [PATCH v6 4/9] x86/mm/tlb: Flush remote and local TLBs concurrently

[PATCH v2 00/11] hw/accel: Exit gracefully when accelerator is invalid
 2021-02-20  6:02 UTC  (15+ messages)
` [PATCH v2 01/11] accel/kvm: Check MachineClass kvm_type() return value
` [PATCH v2 02/11] hw/boards: Introduce machine_class_valid_for_accelerator()
` [PATCH v2 03/11] hw/core: Restrict 'query-machines' to those supported by current accel
` [PATCH v2 04/11] hw/arm: Restrit KVM to the virt & versal machines
` [PATCH v2 05/11] hw/mips: Restrict KVM to the malta & virt machines
` [RFC PATCH v2 06/11] hw/ppc: Restrict KVM to various PPC machines
` [PATCH v2 07/11] hw/s390x: Explicit the s390-ccw-virtio machines support TCG and KVM
` [RFC PATCH v2 08/11] hw/i386: Explicit x86 machines support all current accelerators
` [PATCH v2 09/11] hw/xenpv: Restrict Xen Para-virtualized machine to Xen accelerator
` [PATCH v2 10/11] hw/board: Only allow TCG accelerator by default
` [PATCH v2 11/11] softmmu/vl: Exit gracefully when accelerator is not supported

[PATCH 0/3] vfio: Device memory DMA mapping improvements
 2021-02-19 22:02 UTC  (7+ messages)
` [PATCH 1/3] vfio: Introduce vma ops registration and notifier

[PATCH v2 0/1] s390/vfio-ap: fix circular lockdep when staring SE guest
 2021-02-19 20:49 UTC  (4+ messages)
` [PATCH v2 1/1] s390/vfio-ap: fix circular lockdep when setting/clearing crypto masks

[PATCH v3 0/1] KVM: s390: diag9c forwarding
 2021-02-19 19:03 UTC  (4+ messages)
` [PATCH v3 1/1] s390:kvm: "

[RFC 0/2] cgroup: New misc cgroup controller
 2021-02-19 19:02 UTC  (4+ messages)
` [RFC 1/2] cgroup: sev: Add "
` [RFC 2/2] cgroup: sev: Miscellaneous cgroup documentation

[PATCH v2] virtio/s390: implement virtio-ccw revision 2 correctly
 2021-02-19 19:00 UTC  (3+ messages)

[PATCH 0/7] hw/kvm: Exit gracefully when KVM is not supported
 2021-02-19 17:36 UTC  (20+ messages)
` [PATCH 1/7] accel/kvm: Check MachineClass kvm_type() return value
` [PATCH 2/7] hw/boards: Introduce 'kvm_supported' field to MachineClass
` [PATCH 3/7] hw/arm: Set kvm_supported for KVM-compatible machines
` [PATCH 4/7] hw/mips: "
` [RFC PATCH 5/7] hw/ppc: "
` [PATCH 6/7] hw/s390x: Set kvm_supported to s390-ccw-virtio machines
` [PATCH 7/7] accel/kvm: Exit gracefully when KVM is not supported

[kvm-unit-tests PATCH] configure: arm/arm64: Add --earlycon option to set UART type and address
 2021-02-19 16:37 UTC 

[PATCH v2 0/3] vfio/type1: Batch page pinning
 2021-02-19 16:13 UTC  (4+ messages)
` [PATCH v2 1/3] vfio/type1: Change success value of vaddr_get_pfn()
` [PATCH v2 2/3] vfio/type1: Prepare for batched pinning with struct vfio_batch
` [PATCH v2 3/3] vfio/type1: Batch page pinning

[PATCH v2 0/3] KVM: x86: dump_vmcs: don't assume GUEST_IA32_EFER, show MSR autoloads/autosaves
 2021-02-19 14:46 UTC  (4+ messages)
` [PATCH v2 1/3] KVM: x86: dump_vmcs should not assume GUEST_IA32_EFER is valid
` [PATCH v2 2/3] KVM: x86: dump_vmcs should not conflate EFER and PAT presence in VMCS
` [PATCH v2 3/3] KVM: x86: dump_vmcs should include the autoload/autostore MSR lists

[PATCH] vfio/iommu_type1: Fix duplicate included kthread.h
 2021-02-19 12:21 UTC  (2+ messages)

[kvm-unit-tests PATCH v4 00/11] GIC fixes and improvements
 2021-02-19 12:13 UTC  (12+ messages)
` [kvm-unit-tests PATCH v4 01/11] lib: arm/arm64: gicv3: Add missing barrier when sending IPIs
` [kvm-unit-tests PATCH v4 02/11] lib: arm/arm64: gicv2: Document existing barriers "
` [kvm-unit-tests PATCH v4 03/11] arm/arm64: gic: Remove SMP synchronization from ipi_clear_active_handler()
` [kvm-unit-tests PATCH v4 04/11] arm/arm64: gic: Remove unnecessary synchronization with stats_reset()
` [kvm-unit-tests PATCH v4 05/11] arm/arm64: gic: Use correct memory ordering for the IPI test
` [kvm-unit-tests PATCH v4 06/11] arm/arm64: gic: Check spurious and bad_sender in the active test
` [kvm-unit-tests PATCH v4 07/11] arm/arm64: gic: Wait for writes to acked or spurious to complete
` [kvm-unit-tests PATCH v4 08/11] arm/arm64: gic: Split check_acked() into two functions
` [kvm-unit-tests PATCH v4 09/11] arm/arm64: gic: Make check_acked() more generic
` [kvm-unit-tests PATCH v4 10/11] arm64: gic: its-trigger: Don't trigger the LPI while it is pending
` [kvm-unit-tests PATCH v4 11/11] arm64: gic: Use IPI test checking for the LPI tests

[PATCH 1/1] vfio/pci: remove CONFIG_VFIO_PCI_ZDEV from Kconfig
 2021-02-19 11:45 UTC  (3+ messages)

[PATCH 0/3] x86/sev-es: Check for trusted regs->sp in __sev_es_ist_enter()
 2021-02-19 11:05 UTC  (8+ messages)
` [PATCH 2/3] x86/sev-es: Check if regs->sp is trusted before adjusting #VC IST stack

[PATCH 0/3] vfio/type1: batch page pinning
 2021-02-19  1:50 UTC  (4+ messages)
` [PATCH 3/3] "

[PATCH v5 00/14] Add VFIO mediated device support and DEV-MSI support for the idxd driver
 2021-02-19  1:42 UTC  (6+ messages)
` [PATCH v5 05/14] vfio/mdev: idxd: add basic mdev registration and helper functions

[PATCH 00/14] KVM: x86/mmu: Dirty logging fixes and improvements
 2021-02-19  1:31 UTC  (18+ messages)
` [PATCH 01/14] KVM: x86/mmu: Expand collapsible SPTE zap for TDP MMU to ZONE_DEVICE pages
` [PATCH 05/14] KVM: x86/mmu: Consult max mapping level when zapping collapsible SPTEs
` [PATCH 08/14] KVM: x86/mmu: Make dirty log size hook (PML) a value, not a function
` [PATCH 10/14] KVM: x86: Further clarify the logic and comments for toggling log dirty
` [PATCH 12/14] KVM: x86/mmu: Don't set dirty bits when disabling dirty logging w/ PML

[RFC] KVM: x86/xen: Add support for vCPU runstate information
 2021-02-18 23:15 UTC 

[PATCH v2] selftests: kvm: Mmap the entire vcpu mmap area
 2021-02-18 18:47 UTC  (2+ messages)

[PATCH kvm-unit-tests] x86: clean up EFER definitions
 2021-02-18 18:31 UTC  (3+ messages)

[PATCH v10 00/17] Add AMD SEV guest live migration support
 2021-02-18 18:32 UTC  (12+ messages)
` [PATCH v10 10/16] KVM: x86: Introduce KVM_GET_SHARED_PAGES_LIST ioctl
` [PATCH v10 14/16] KVM: x86: Add guest support for detecting and enabling SEV Live Migration feature

[PATCH] KVM: nSVM: prepare guest save area while is_guest_mode is true
 2021-02-18 18:28 UTC  (5+ messages)

[PATCH] KVM: x86: dump_vmcs should not assume GUEST_IA32_EFER is valid
 2021-02-18 18:04 UTC  (8+ messages)

Call for Google Summer of Code 2021 project ideas
 2021-02-18 17:43 UTC  (4+ messages)
  ` [Rust-VMM] "

[PATCH 0/1] css: SCHIB measurement block origin must be aligned
 2021-02-18 17:33 UTC  (2+ messages)
` [PATCH 1/1] "

[kvm-unit-tests PATCH v3 0/5] CSS Mesurement Block
 2021-02-18 17:26 UTC  (6+ messages)
` [kvm-unit-tests PATCH v3 1/5] s390x: css: Store CSS Characteristics
` [kvm-unit-tests PATCH v3 2/5] s390x: css: simplifications of the tests
` [kvm-unit-tests PATCH v3 3/5] s390x: css: implementing Set CHannel Monitor
` [kvm-unit-tests PATCH v3 4/5] s390x: css: testing measurement block format 0
` [kvm-unit-tests PATCH v3 5/5] s390x: css: testing measurement block format 1

[PATCH kvmtool 00/21] Unify I/O port and MMIO trap handling
 2021-02-18 16:41 UTC  (32+ messages)
` [PATCH kvmtool 06/21] hw/i8042: Refactor trap handler
` [PATCH kvmtool 07/21] hw/i8042: Switch to new trap handlers
` [PATCH kvmtool 09/21] x86/ioport: "
` [PATCH kvmtool 13/21] hw/serial: Refactor trap handler
` [PATCH kvmtool 15/21] vfio: Refactor ioport "
` [PATCH kvmtool 17/21] virtio: Switch trap handling to use MMIO handler
` [PATCH kvmtool 19/21] Remove ioport specific routines
` [PATCH kvmtool 20/21] hw/serial: ARM/arm64: Use MMIO at higher addresses
` [PATCH kvmtool 21/21] hw/rtc: "

[kvm-unit-tests PATCH] s390x: Remove sthyi partition number check
 2021-02-18 14:54 UTC  (4+ messages)

[PATCH kvm-unit-tests] vmx: make !EPT error messages consistent
 2021-02-18 13:15 UTC 

[PATCH v11 00/13] SMMUv3 Nested Stage Setup (VFIO part)
 2021-02-18 10:48 UTC  (4+ messages)
` [PATCH v11 12/13] vfio/pci: Register a DMA fault response region

[PATCH v13 00/15] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-02-18 10:35 UTC  (6+ messages)
` [PATCH v13 02/15] iommu: Introduce bind/unbind_guest_msi

[PATCH 0/7] KVM: random nested fixes
 2021-02-18  9:45 UTC  (7+ messages)
` [PATCH 4/7] KVM: nVMX: move inject_page_fault tweak to .complete_mmu_init

[RFC PATCH v5 00/26] KVM SGX virtualization support
 2021-02-18  9:09 UTC  (13+ messages)
` [RFC PATCH v5 05/26] x86/sgx: Introduce virtual EPC for use by KVM guests
` [RFC PATCH v5 08/26] x86/sgx: Expose SGX architectural definitions to the kernel

[kvm-unit-tests PATCH v2 0/8] s390x: Cleanup exception register save/restore and implement backtrace
 2021-02-18  9:16 UTC  (6+ messages)
` [kvm-unit-tests PATCH v2 4/8] s390x: Introduce and use CALL_INT_HANDLER macro

[PATCH v5 0/8] x86/tlb: Concurrent TLB flushes
 2021-02-18  8:14 UTC  (3+ messages)
` [PATCH v5 4/8] x86/mm/tlb: Flush remote and local TLBs concurrently

[RFC v2 0/4] Introduce MMIO/PIO dispatch file descriptors (ioregionfd)
 2021-02-18  6:22 UTC  (10+ messages)
` [RESEND RFC v2 1/4] KVM: add initial support for KVM_SET_IOREGION

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

[RFC PATCH 00/11] vfio/iommu_type1: Implement dirty log tracking based on smmuv3 HTTU
 2021-02-18  1:17 UTC  (6+ messages)
` [RFC PATCH 10/11] vfio/iommu_type1: Optimize dirty bitmap population based on iommu HWDBM

[kvm-unit-tests PATCH 0/6] x86: nVMX: Unrestricted guest fix and cleanups
 2021-02-18  0:22 UTC  (7+ messages)
` [kvm-unit-tests PATCH 1/6] x86: nVMX: Verify unrestricted guest is supported in segment tests
` [kvm-unit-tests PATCH 2/6] x86: nVMX: Skip unrestricted guest (URG) test if URG isn't supported
` [kvm-unit-tests PATCH 3/6] x86: nVMX: Improve report messages for segment selector tests
` [kvm-unit-tests PATCH 4/6] x86: nVMX: Improve report messages for segment base tests
` [kvm-unit-tests PATCH 5/6] x86: nVMX: Use more descriptive name for GDT/IDT limit tests
` [kvm-unit-tests PATCH 6/6] x86: nVMX: Add an equals sign to show value assoc. in test_guest_state()

[PATCH v3 00/66] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2021-02-17 22:10 UTC  (4+ messages)

Optimized clocksource with AMD AVIC enabled for Windows guest
 2021-02-17 20:41 UTC  (10+ 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 NNTP newsgroup(s).