public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-10-25 15:09:25 to 2023-10-27 10:17:41 UTC [more...]

[kvm-unit-tests Patch 0/5] Fix PMU test failures on Sapphire Rapids
 2023-10-27 10:17 UTC  (15+ messages)
` [kvm-unit-tests Patch 2/5] x86: pmu: Change the minimum value of llc_misses event to 0
` [kvm-unit-tests Patch 4/5] x86: pmu: Support validation for Intel PMU fixed counter 3

[syzbot] [net?] KMSAN: uninit-value in virtio_transport_recv_pkt
 2023-10-27 10:15 UTC  (4+ messages)

[PATCH v2] KVM: arm64: Add tracepoint for MMIO accesses where ISV==0
 2023-10-27 10:11 UTC  (3+ messages)

[PATCH v3 00/28] Get Xen PV shim running in QEMU, add net & console
 2023-10-27  9:52 UTC  (44+ messages)
` [PATCH v3 05/28] hw/xen: fix XenStore watch delivery to guest
` [PATCH v3 06/28] hw/xen: take iothread mutex in xen_evtchn_reset_op()
` [PATCH v3 07/28] hw/xen: use correct default protocol for xen-block on x86
` [PATCH v3 08/28] i386/xen: Ignore VCPU_SSHOTTMR_future flag in set_singleshot_timer()
` [PATCH v3 13/28] hw/xen: automatically assign device index to block devices
` [PATCH v3 14/28] hw/xen: add get_frontend_path() method to XenDeviceClass
` [PATCH v3 17/28] hw/xen: add support for Xen primary console in emulated mode
` [PATCH v3 18/28] hw/xen: only remove peers of PCI NICs on unplug
` [PATCH v3 19/28] hw/xen: update Xen PV NIC to XenDevice model
` [PATCH v3 20/28] net: do not delete nics in net_cleanup()
` [PATCH v3 21/28] xen-platform: unplug AHCI disks
` [PATCH v3 22/28] net: add qemu_{configure,create}_nic_device(), qemu_find_nic_info()
` [PATCH v3 23/28] net: report list of available models according to platform
` [PATCH v3 24/28] net: add qemu_create_nic_bus_devices()
` [PATCH v3 25/28] hw/pci: add pci_init_nic_devices(), pci_init_nic_in_slot()
` [PATCH v3 26/28] hw/i386/pc: use qemu_get_nic_info() and pci_init_nic_devices()
` [PATCH v3 27/28] hw/xen: use qemu_create_nic_bus_devices() to instantiate Xen NICs
` [PATCH v3 28/28] docs: update Xen-on-KVM documentation

[PATCH v2 1/2] KVM: VMX: Cleanup VMX basic information defines and usages
 2023-10-27  9:29 UTC  (4+ messages)
` [PATCH v2 2/2] KVM: VMX: Cleanup VMX misc "

[PATCH net] virtio/vsock: Fix uninit-value in virtio_transport_recv_pkt()
 2023-10-27  8:50 UTC  (4+ messages)

[PATCH v3 0/3] a couple of corrections to the IRQ enablement function
 2023-10-27  8:25 UTC  (5+ messages)
` [PATCH v3 1/3] s390/vfio-ap: unpin pages on gisc registration failure
` [PATCH v3 2/3] s390/vfio-ap: set status response code to 06 "
` [PATCH v3 3/3] s390/vfio-ap: improve reaction to response code 07 from PQAP(AQIC) command

[PATCH] target/i386/kvm: Refine VMX controls setting for backward compatibility
 2023-10-27  6:08 UTC  (3+ messages)

[PATCH 1/2] iommu: Introduce a rb_tree for looking up device
 2023-10-27  6:09 UTC  (6+ messages)
` [PATCH 2/2] iommu/vt-d: Adopt new helper for looking up pci device

[PATCH v3 0/5] KVM: selftests: Add ID reg test, update headers
 2023-10-27  0:59 UTC  (7+ messages)
` [PATCH v3 3/5] KVM: selftests: Generate sysreg-defs.h and add to include path

Run user level code in guest in a new KVM selftest
 2023-10-27  0:54 UTC  (2+ messages)

[PATCH 0/2] tools: Makefile fixes for sysreg generation
 2023-10-27  0:54 UTC  (3+ messages)
` [PATCH 1/2] tools headers arm64: Fix references to top srcdir in Makefile
` [PATCH 2/2] KVM: selftests: Avoid using forced target for generating arm64 headers

[PATCH v5 00/13] KVM: x86/pmu: selftests: Fixes and new tests
 2023-10-26 22:54 UTC  (6+ messages)
` [PATCH v5 08/13] KVM: selftests: Test Intel PMU architectural events on gp counters

[PATCH v3 0/6] Delay VERW
 2023-10-26 22:17 UTC  (29+ messages)
` [PATCH v3 1/6] x86/bugs: Add asm helpers for executing VERW
` [PATCH v3 2/6] x86/entry_64: Add VERW just before userspace transition
` [PATCH v3 3/6] x86/entry_32: "
` [PATCH v3 4/6] x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static key
` [PATCH v3 5/6] KVM: VMX: Use BT+JNC, i.e. EFLAGS.CF to select VMRESUME vs. VMLAUNCH
` [PATCH v3 6/6] KVM: VMX: Move VERW closer to VMentry for MDS mitigation

[PATCH v6 00/25] Enable CET Virtualization
 2023-10-26 22:06 UTC  (8+ messages)
` [PATCH v6 06/25] x86/fpu/xstate: Opt-in kernel dynamic bits when calculate guest xstate size

[PATCH] target/i386/monitor: synchronize cpu before printing lapic state
 2023-10-26 21:33 UTC  (3+ messages)

[PATCH V1 vfio 0/9] Introduce a vfio driver over virtio devices
 2023-10-26 19:49 UTC  (24+ messages)
` [PATCH V1 vfio 6/9] virtio-pci: Introduce APIs to execute legacy IO admin commands
` [PATCH V1 vfio 9/9] vfio/virtio: Introduce a vfio driver over virtio devices

[PATCH v8 0/8] Add Intel VT-d nested translation (part 1/2)
 2023-10-26 18:28 UTC  (12+ messages)
` [PATCH v8 1/8] iommufd: Add data structure for Intel VT-d stage-1 domain allocation
` [PATCH v8 2/8] iommu/vt-d: Extend dmar_domain to support nested domain
` [PATCH v8 3/8] iommu/vt-d: Add helper for nested domain allocation
` [PATCH v8 4/8] iommu/vt-d: Add helper to setup pasid nested translation
` [PATCH v8 5/8] iommu/vt-d: Make domain attach helpers to be extern
` [PATCH v8 6/8] iommu/vt-d: Set the nested domain to a device
` [PATCH v8 7/8] iommu/vt-d: Add nested domain allocation
` [PATCH v8 8/8] iommu/vt-d: Disallow read-only mappings to nest parent domain

[PATCH v7 00/10] iommufd: Add nesting infrastructure (part 1/2)
 2023-10-26 18:28 UTC  (12+ messages)
` [PATCH v7 01/10] iommu: Add IOMMU_DOMAIN_NESTED
` [PATCH v7 02/10] iommufd: Rename IOMMUFD_OBJ_HW_PAGETABLE to IOMMUFD_OBJ_HWPT_PAGING
` [PATCH v7 03/10] iommufd/device: Wrap IOMMUFD_OBJ_HWPT_PAGING-only configurations
` [PATCH v7 04/10] iommufd: Derive iommufd_hwpt_paging from iommufd_hw_pagetable
` [PATCH v7 05/10] iommufd: Share iommufd_hwpt_alloc with IOMMUFD_OBJ_HWPT_NESTED
` [PATCH v7 06/10] iommu: Pass in parent domain with user_data to domain_alloc_user op
` [PATCH v7 07/10] iommufd: Add a nested HW pagetable object
` [PATCH v7 08/10] iommu: Add iommu_copy_struct_from_user helper
` [PATCH v7 09/10] iommufd/selftest: Add nested domain allocation for mock domain
` [PATCH v7 10/10] iommufd/selftest: Add coverage for IOMMU_HWPT_ALLOC with nested HWPTs

[PATCH v2 0/3] a couple of corrections to the IRQ enablement function
 2023-10-26 18:18 UTC  (9+ messages)
` [PATCH v2 1/3] s390/vfio-ap: unpin pages on gisc registration failure
` [PATCH v2 3/3] s390/vfio-ap: improve reaction to response code 07 from PQAP(AQIC) command

[kvm-unit-tests PATCH] arm: pmu: Fix overflow test condition
 2023-10-26 14:31 UTC  (4+ messages)

Questions about TSC virtualization in KVM
 2023-10-26 13:35 UTC  (4+ messages)

[PATCH v2] KVM: arm64: selftests: Add arch_timer_edge_cases selftest
 2023-10-26 13:13 UTC  (3+ messages)

[kvm-unit-tests PATCH v1] configure: arm64: Add support for dirty-ring in migration
 2023-10-26 11:07 UTC  (6+ messages)

[PATCH] target/i386/kvm: call kvm_put_vcpu_events() before kvm_put_nested_state()
 2023-10-26  8:52 UTC  (4+ messages)

[PATCH] KVM: arm64: Stop printing about MMIO accesses where ISV==0
 2023-10-26  8:23 UTC  (5+ messages)

[PATCH v2 0/5] riscv: cleanup assembly usage of ENTRY()/END() and use local labels
 2023-10-26  7:53 UTC  (6+ messages)
` [PATCH v2 2/5] riscv: Use SYM_*() assembly macros instead of deprecated ones

[PATCH v7 0/8] Add Intel VT-d nested translation (part 1/2)
 2023-10-26  4:50 UTC  (3+ messages)

[GIT PULL] LoongArch KVM changes for v6.7
 2023-10-26  2:36 UTC  (4+ messages)

[PATCH] KVM: x86/xsave: Remove 'return void' expression for 'void function'
 2023-10-26  1:10 UTC  (5+ messages)

[PATCH] KVM: x86/xen: Inject vCPU upcall vector when local APIC is enabled
 2023-10-25 23:11 UTC 

[PATCH v4] vsock/virtio: initialize the_virtio_vsock before using VQs
 2023-10-25 23:00 UTC  (2+ messages)

[PATCH v2 4/6] x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static key
 2023-10-25 22:08 UTC  (2+ messages)

[PATCH v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-10-25 18:19 UTC  (5+ messages)
` [PATCH v10 05/50] x86/speculation: Do not enable Automatic IBRS if SEV SNP is enabled
` [PATCH v10 06/50] x86/sev: Add the host SEV-SNP initialization support

[kvm-unit-tests PATCH 00/10] s390x: topology: Fixes and extension
 2023-10-25 17:58 UTC  (4+ messages)
` [kvm-unit-tests PATCH 09/10] scripts: Implement multiline strings for extra_params

[PATCH] Add class property to configure KVM device node to use
 2023-10-25 17:37 UTC  (2+ messages)

[PATCH v12 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper
 2023-10-25 17:15 UTC  (10+ messages)

[PATCH kvm-unit-tests 0/4] x86: hyper-v: Add support for CONFIG_KVM_HYPERV
 2023-10-25 15:29 UTC  (5+ messages)
` [PATCH kvm-unit-tests 1/4] x86: hyper-v: Use '-cpu host,hv_passhtrough' for Hyper-V tests
` [PATCH kvm-unit-tests 2/4] x86: hyper-v: Use report_skip() in hyperv_stimer when pre-requisites are not met
` [PATCH kvm-unit-tests 3/4] x86: hyper-v: Use 'goto' instead of putting the whole test in an 'if' branch in hyperv_synic
` [PATCH kvm-unit-tests 4/4] x86: hyper-v: Unify hyperv_clock with other Hyper-V tests

[PATCH 0/6] Delay VERW
 2023-10-25 15:27 UTC  (6+ messages)
` [PATCH 1/6] x86/bugs: Add asm helpers for executing VERW
  ` [RESEND][PATCH "

[PATCH 00/14] KVM: x86: Make Hyper-V emulation optional
 2023-10-25 15:24 UTC  (15+ messages)
` [PATCH 01/14] KVM: x86: xen: Remove unneeded xen context from struct kvm_arch when !CONFIG_KVM_XEN
` [PATCH 02/14] KVM: x86: hyper-v: Move Hyper-V partition assist page out of Hyper-V emulation context
` [PATCH 03/14] KVM: VMX: Split off vmx_onhyperv.{ch} from hyperv.{ch}
` [PATCH 04/14] KVM: x86: hyper-v: Introduce kvm_hv_synic_auto_eoi_set()
` [PATCH 05/14] KVM: x86: hyper-v: Introduce kvm_hv_synic_has_vector()
` [PATCH 06/14] KVM: VMX: Split off hyperv_evmcs.{ch}
` [PATCH 07/14] KVM: x86: hyper-v: Introduce kvm_hv_nested_transtion_tlb_flush() helper
` [PATCH 08/14] KVM: selftests: Make all Hyper-V tests explicitly dependent on Hyper-V emulation support in KVM
` [PATCH 09/14] KVM: selftests: Fix vmxon_pa == vmcs12_pa == -1ull vmx_set_nested_state_test for !eVMCS case
` [PATCH 10/14] KVM: x86: Make Hyper-V emulation optional
` [PATCH 11/14] KVM: nVMX: hyper-v: Introduce nested_vmx_evmptr12() and nested_vmx_is_evmptr12_valid() helpers
` [PATCH 12/14] KVM: nVMX: hyper-v: Introduce nested_vmx_evmcs() accessor
` [PATCH 13/14] KVM: nVMX: hyper-v: Hide more stuff under CONFIG_KVM_HYPERV
` [PATCH 14/14] KVM: nSVM: hyper-v: Hide more stuff under CONFIG_KVM_HYPERV/CONFIG_HYPERV

[PATCH v2 0/6] Delay VERW
 2023-10-25 15:15 UTC  (11+ messages)
` [PATCH v2 1/6] x86/bugs: Add asm helpers for executing VERW
` [PATCH v2 6/6] KVM: VMX: Move VERW closer to VMentry for MDS mitigation


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox