KVM Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-25 20:53:23 to 2023-10-27 18:00:07 UTC [more...]

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

[PATCH 0/3] KVM: Performance and correctness fixes for CLEAR_DIRTY_LOG
 2023-10-27 17:26 UTC  (4+ messages)
` [PATCH 1/3] KVM: x86/mmu: Fix off-by-1 when splitting huge pages during CLEAR
` [PATCH 2/3] KVM: x86/mmu: Check for leaf SPTE when clearing dirty bit in the TDP MMU
` [PATCH 3/3] KVM: Aggressively drop and reacquire mmu_lock during CLEAR_DIRTY_LOG

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

[RFC PATCH V3 00/26] vfio/pci: Back guest interrupts from Interrupt Message Store (IMS)
 2023-10-27 17:00 UTC  (27+ messages)
` [RFC PATCH V3 01/26] PCI/MSI: Provide stubs for IMS functions
` [RFC PATCH V3 02/26] vfio/pci: Move PCI specific check from wrapper to PCI function
` [RFC PATCH V3 03/26] vfio/pci: Use unsigned int instead of unsigned
` [RFC PATCH V3 04/26] vfio/pci: Make core interrupt callbacks accessible to all virtual devices
` [RFC PATCH V3 05/26] vfio/pci: Split PCI interrupt management into front and backend
` [RFC PATCH V3 06/26] vfio/pci: Separate MSI and MSI-X handling
` [RFC PATCH V3 07/26] vfio/pci: Move interrupt eventfd to interrupt context
` [RFC PATCH V3 08/26] vfio/pci: Move mutex acquisition into function
` [RFC PATCH V3 09/26] vfio/pci: Move per-interrupt contexts to generic interrupt struct
` [RFC PATCH V3 10/26] vfio/pci: Move IRQ type to generic interrupt context
` [RFC PATCH V3 11/26] vfio/pci: Provide interrupt context to irq_is() and is_irq_none()
` [RFC PATCH V3 12/26] vfio/pci: Provide interrupt context to generic ops
` [RFC PATCH V3 13/26] vfio/pci: Provide interrupt context to vfio_msi_enable() and vfio_msi_disable()
` [RFC PATCH V3 14/26] vfio/pci: Let interrupt management backend interpret interrupt index
` [RFC PATCH V3 15/26] vfio/pci: Move generic code to frontend
` [RFC PATCH V3 16/26] vfio/pci: Split interrupt context initialization
` [RFC PATCH V3 17/26] vfio/pci: Make vfio_pci_set_irqs_ioctl() available
` [RFC PATCH V3 18/26] vfio/pci: Preserve per-interrupt contexts
` [RFC PATCH V3 19/26] vfio/pci: Store Linux IRQ number in per-interrupt context
` [RFC PATCH V3 20/26] vfio/pci: Separate frontend and backend code during interrupt enable/disable
` [RFC PATCH V3 21/26] vfio/pci: Replace backend specific calls with callbacks
` [RFC PATCH V3 22/26] vfio/pci: Introduce backend specific context initializer
` [RFC PATCH V3 23/26] vfio/pci: Support emulated interrupts
` [RFC PATCH V3 24/26] vfio/pci: Add core IMS support
` [RFC PATCH V3 25/26] vfio/pci: Add accessor for IMS index
` [RFC PATCH V3 26/26] vfio/pci: Support IMS cookie modification

[PATCH net-XXX] vhost-vdpa: fix use after free in vhost_vdpa_probe()
 2023-10-27 12:17 UTC  (2+ messages)

[PATCH v3 00/28] Get Xen PV shim running in QEMU, add net & console
 2023-10-27 12:02 UTC  (46+ 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 v3 0/3] a couple of corrections to the IRQ enablement function
 2023-10-27 11:19 UTC  (6+ 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

[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 net] virtio/vsock: Fix uninit-value in virtio_transport_recv_pkt()
 2023-10-27  8:50 UTC  (4+ messages)

[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  (16+ messages)
` [PATCH V1 vfio 9/9] vfio/virtio: "

[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

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


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