kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-06 02:52:21 to 2023-04-07 20:19:54 UTC [more...]

[RFC PATCH 0/5] Add TDX intra host migration support
 2023-04-07 20:19 UTC 

[PATCH v3 0/5] Fix "Instructions Retired" from incorrectly counting
 2023-04-07 20:17 UTC  (10+ messages)
` [PATCH v3 2/5] KVM: selftests: Add a common helper to the guest
` [PATCH v3 3/5] KVM: selftests: Add helpers for PMC asserts
` [PATCH v3 4/5] KVM: selftests: Fixup test asserts
` [PATCH v3 5/5] KVM: selftests: Test the PMU event "Instructions retired"

The necessity of injecting a hardware exception reported in VMX IDT vectoring information
 2023-04-07 20:16 UTC  (12+ messages)

[Bug 217304] New: KVM does not handle NMI blocking correctly in nested virtualization
 2023-04-07 20:14 UTC  (4+ messages)
` [Bug 217304] "

[PATCH v6] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support
 2023-04-07 16:48 UTC  (4+ messages)

[PATCH V2 0/8] vfio/pci: Support dynamic allocation of MSI-X interrupts
 2023-04-07 16:44 UTC  (16+ messages)
` [PATCH V2 4/8] vfio/pci: Use xarray for interrupt context storage
` [PATCH V2 7/8] vfio/pci: Support dynamic MSI-x

[PATCH v3 00/12] Introduce new methods for verifying ownership in vfio PCI hot reset
 2023-04-07 15:47 UTC  (28+ messages)
` [PATCH v3 12/12] vfio/pci: Report dev_id in VFIO_DEVICE_GET_PCI_HOT_RESET_INFO

[PATCH v4 00/12] KVM: x86: Add AMD Guest PerfMonV2 PMU support
 2023-04-07 15:43 UTC  (26+ messages)
` [PATCH v4 05/12] KVM: x86/pmu: Error when user sets the GLOBAL_STATUS reserved bits
` [PATCH v4 06/12] KVM: x86/pmu: Make part of the Intel v2 PMU MSRs handling x86 generic
` [PATCH v4 07/12] KVM: x86/cpuid: Use fast return for cpuid "0xa" leaf when !enable_pmu
` [PATCH v4 08/12] KVM: x86/pmu: Disable vPMU if the minimum num of counters isn't met
` [PATCH v4 09/12] KVM: x86/pmu: Forget PERFCTR_CORE if the min "
` [PATCH v4 10/12] KVM: x86/cpuid: Add X86_FEATURE_PERFMON_V2 as a scattered flag
` [PATCH v4 11/12] KVM: x86/svm/pmu: Add AMD PerfMonV2 support
` [PATCH v4 12/12] KVM: x86/cpuid: Add AMD CPUID ExtPerfMonAndDbg leaf 0x80000022

[PATCH V2] KVM: x86/pmu: Disable vPMU if EVENTSEL_GUESTONLY bit doesn't exist
 2023-04-07 15:37 UTC  (2+ messages)

[PATCH 0/5] KVM: x86/pmu: Hide guest counter updates from the VMRUN instruction
 2023-04-07 14:56 UTC  (5+ messages)
` [PATCH 5/5] "

[PATCH v2] KVM: x86/pmu/misc: Fix a typo on kvm_pmu_request_counter_reprogam()
 2023-04-07 14:37 UTC  (3+ messages)

[PATCH] RISC-V: KVM: Allow Zbb extension for Guest/VM
 2023-04-07 11:52 UTC  (2+ messages)

[PATCH v5 0/1] RISC-V KVM ONE_REG interface for SBI
 2023-04-07 11:52 UTC  (3+ messages)
` [PATCH v5 1/1] RISC-V: KVM: Add ONE_REG interface to enable/disable SBI extensions

[PATCH 0/2] KVM: arm64: Synchronise speculative page table walks on translation regime change
 2023-04-07 11:37 UTC  (5+ messages)
` [PATCH 1/2] KVM: arm64: nvhe: Synchronise with page table walker on MMU update

[PATCH v9 00/25] Add vfio_device cdev for iommufd support
 2023-04-07 10:23 UTC  (23+ messages)
` [PATCH v9 06/25] kvm/vfio: Accept vfio device file from userspace
` [PATCH v9 07/25] vfio: Pass struct vfio_device_file * to vfio_device_open/close()
` [PATCH v9 08/25] vfio: Block device access via device fd until device is opened
` [PATCH v9 09/25] vfio: Add cdev_device_open_cnt to vfio_group
` [PATCH v9 10/25] vfio: Make vfio_device_open() single open for device cdev path
` [PATCH v9 25/25] docs: vfio: Add vfio device cdev description

[PATCH v10 0/5] Add zoned storage emulation to virtio-blk driver
 2023-04-07  8:25 UTC  (6+ messages)
` [PATCH v10 1/5] include: update virtio_blk headers to v6.3-rc1
` [PATCH v10 2/5] virtio-blk: add zoned storage emulation for zoned devices
` [PATCH v10 3/5] block: add accounting for zone append operation
` [PATCH v10 4/5] virtio-blk: add some trace events for zoned emulation
` [PATCH v10 5/5] docs/zoned-storage:add zoned emulation use case

[PATCH] vfio/cdx: add support for CDX bus
 2023-04-07  5:03 UTC  (3+ messages)

[RFC PATCH 0/7] x86/entry: Atomic statck switching for IST
 2023-04-07  2:33 UTC  (18+ messages)
` [RFC PATCH 1/7] x86/entry: Move PUSH_AND_CLEAR_REGS out of paranoid_entry
` [RFC PATCH 2/7] x86/entry: Add IST main stack
` [RFC PATCH 3/7] x86/entry: Implement atomic-IST-entry

[PATCH] KVM: x86/pmu: Disable vPMU if EVENTSEL_GUESTONLY bit doesn't exist
 2023-04-07  2:06 UTC  (2+ messages)

[PATCH v5 00/30] Add KVM LoongArch support
 2023-04-07  2:00 UTC  (31+ messages)
` [PATCH v5 01/30] LoongArch: KVM: Add kvm related header files
` [PATCH v5 02/30] LoongArch: KVM: Implement kvm module related interface
` [PATCH v5 03/30] LoongArch: KVM: Implement kvm hardware enable, disable interface
` [PATCH v5 04/30] LoongArch: KVM: Implement VM related functions
` [PATCH v5 05/30] LoongArch: KVM: Add vcpu related header files
` [PATCH v5 06/30] LoongArch: KVM: Implement vcpu create and destroy interface
` [PATCH v5 07/30] LoongArch: KVM: Implement vcpu run interface
` [PATCH v5 08/30] LoongArch: KVM: Implement vcpu handle exit interface
` [PATCH v5 09/30] LoongArch: KVM: Implement vcpu get, vcpu set registers
` [PATCH v5 10/30] LoongArch: KVM: Implement vcpu ENABLE_CAP ioctl interface
` [PATCH v5 11/30] LoongArch: KVM: Implement fpu related operations for vcpu
` [PATCH v5 12/30] LoongArch: KVM: Implement vcpu interrupt operations
` [PATCH v5 13/30] LoongArch: KVM: Implement misc vcpu related interfaces
` [PATCH v5 14/30] LoongArch: KVM: Implement vcpu load and vcpu put operations
` [PATCH v5 15/30] LoongArch: KVM: Implement vcpu status description
` [PATCH v5 16/30] LoongArch: KVM: Implement update VM id function
` [PATCH v5 17/30] LoongArch: KVM: Implement virtual machine tlb operations
` [PATCH v5 18/30] LoongArch: KVM: Implement vcpu timer operations
` [PATCH v5 19/30] LoongArch: KVM: Implement kvm mmu operations
` [PATCH v5 20/30] LoongArch: KVM: Implement handle csr excption
` [PATCH v5 21/30] LoongArch: KVM: Implement handle iocsr exception
` [PATCH v5 22/30] LoongArch: KVM: Implement handle idle exception
` [PATCH v5 23/30] LoongArch: KVM: Implement handle gspr exception
` [PATCH v5 24/30] LoongArch: KVM: Implement handle mmio exception
` [PATCH v5 25/30] LoongArch: KVM: Implement handle fpu exception
` [PATCH v5 26/30] LoongArch: KVM: Implement kvm exception vector
` [PATCH v5 27/30] LoongArch: KVM: Implement vcpu world switch
` [PATCH v5 28/30] LoongArch: KVM: Implement probe virtualization when loongarch cpu init
` [PATCH v5 29/30] LoongArch: KVM: Enable kvm config and add the makefile
` [PATCH v5 30/30] LoongArch: KVM: Supplement kvm document about loongarch-specific part

[PATCH 1/3] KVM: x86: Disallow enable KVM_CAP_X86_DISABLE_EXITS capability after vCPUs have been created
 2023-04-07  2:01 UTC  (6+ messages)
` [PATCH 2/3] KVM: x86: Don't update KVM PV feature CPUID during vCPU running

[PATCH v3 00/21] KVM: x86: Disallow writes to feature MSRs post-KVM_RUN
 2023-04-07  2:02 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86: Link with "-z noexecstack" to suppress irrelevant linker warnings
 2023-04-06 22:08 UTC 

[RFC PATCH 0/6] Improve VM DVFS and task placement behavior
 2023-04-06 21:39 UTC  (13+ messages)

[PATCH v2 00/11] more misc fixes for 8.0 (tests, gdbstub, meta, docs)
 2023-04-06 20:23 UTC  (6+ messages)
` [PATCH v2 05/11] qemu-options: finesse the recommendations around -blockdev

[PATCH 0/3] KVM: x86: SGX vs. XCR0 cleanups
 2023-04-06 19:12 UTC  (9+ messages)
` [PATCH 1/3] KVM: VMX: Don't rely _only_ on CPUID to enforce XCR0 restrictions for ECREATE

[GIT PULL] Please pull IOMMUFD subsystem changes
 2023-04-06 18:46 UTC  (2+ messages)

[PATCH 0/2] KVM: VMX: Fixes for faults on ENCLS emulation
 2023-04-06 18:00 UTC  (7+ messages)
` [PATCH 1/2] KVM: VMX: Inject #GP on ENCLS if vCPU has paging disabled (CR0.PG==0)
` [PATCH 2/2] KVM: VMX: Inject #GP, not #UD, if SGX2 ENCLS leafs are unsupported

[PATCH 00/10] accel/kvm: Spring cleaning
 2023-04-06 17:46 UTC  (12+ messages)
` [PATCH 01/10] sysemu/kvm: Remove unused headers
` [PATCH 02/10] accel/kvm: Declare kvm_direct_msi_allowed in stubs
` [PATCH 08/10] target/ppc: Restrict KVM-specific field from ArchCPU
` [PATCH 10/10] hw/s390x: Rename pv.c -> pv-kvm.c

[GIT PULL] KVM/arm64 fixes for 6.3, part #3
 2023-04-06 17:35 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86/flat.lds: Silence warnings about empty loadable segments
 2023-04-06 17:19 UTC  (5+ messages)

[PATCH][v2] x86/kvm: Don't check vCPU preempted if vCPU has dedicated pCPU and non-trap HLT
 2023-04-06 16:49 UTC  (4+ messages)

[kvm-unit-tests PATCH] x86/emulator: Test non-canonical memory access exceptions
 2023-04-06 16:43 UTC  (4+ messages)

[kvm-unit-tests PATCH v4 0/2] nSVM: vNMI testcase
 2023-04-06 16:31 UTC  (6+ messages)
` [kvm-unit-tests PATCH v4 1/2] nSVM: Add helper to report fatal errors in guest
` [kvm-unit-tests PATCH v4 2/2] x86: nSVM: Add support for VNMI test

[PATCH v13 000/113] KVM TDX basic feature support
 2023-04-06 16:25 UTC  (16+ messages)
` [PATCH v13 016/113] KVM: TDX: x86: Add ioctl to get TDX systemwide parameters
` [PATCH v13 019/113] KVM: TDX: create/destroy VM structure

[PATCH][next] KVM: selftests: Fix spelling mistake "KVM_HYPERCAL_EXIT_SMC" -> "KVM_HYPERCALL_EXIT_SMC"
 2023-04-06 16:23 UTC  (2+ messages)

[PATCH v2 0/4] x86: Add test cases for LAM
 2023-04-06 16:09 UTC  (5+ messages)
` [PATCH v2 2/4] x86: Add test case for LAM_SUP

[PATCH] KVM: arm64: vhe: Drop extra isb() on guest exit
 2023-04-06 15:48 UTC 

[PATCH v7 0/5] Linear Address Masking (LAM) KVM Enabling
 2023-04-06 13:20 UTC  (5+ messages)
` [PATCH v7 2/5] KVM: x86: Virtualize CR3.LAM_{U48,U57}
` [PATCH v7 4/5] KVM: x86: Untag address when LAM applicable

[PATCH v4 0/6] KVM: MMU: performance tweaks for heavy CR0.WP users
 2023-04-06 13:22 UTC  (6+ messages)

[PATCH v3 0/6] Expose GPU memory as coherently CPU accessible
 2023-04-06 12:07 UTC  (2+ messages)

[Bug 217307] New: windows guest entering boot loop when nested virtualization enabled and hyperv installed
 2023-04-06 11:14 UTC  (4+ messages)
` [Bug 217307] "

W sprawie samochodu
 2023-04-06  7:40 UTC 

[RESEND PATCH] kvm/selftests: Close opened file descriptor in stable_tsc_check_supported()
 2023-04-06  8:07 UTC  (4+ messages)

[kvm-unit-tests PATCH v1 0/4] s390x: Add support for running guests without MSO/MSL
 2023-04-06  8:01 UTC  (4+ messages)
` [kvm-unit-tests PATCH v1 4/4] s390x: add a test for SIE "

[PATCH] x86/kvm: refine condition for checking vCPU preempted
 2023-04-06  7:26 UTC  (9+ messages)

[PATCH 0/2] KVM: SVM: small tweaks for sev_hardware_setup
 2023-04-06  7:07 UTC  (3+ messages)

[PATCH v2 0/4] KVM: Refactor KVM stats macros and enable custom stat names
 2023-04-06  4:42 UTC  (3+ messages)
` [PATCH v2 1/4] KVM: Refactor stats descriptor generation macros

[kvm-unit-tests PATCH 0/2] x86/pmu: Add TSX testcase and fix force_emulation_prefix
 2023-04-06  3:08 UTC  (5+ messages)

linux-next: manual merge of the kvm-arm tree with the kvm tree
 2023-04-06  3:06 UTC 

[kvm-unit-tests PATCH 0/5] x86: Add "safe" macros to wrap ASM_TRY()
 2023-04-06  2:51 UTC  (6+ messages)
` [kvm-unit-tests PATCH 1/5] x86: Add macros to wrap ASM_TRY() for single instructions
` [kvm-unit-tests PATCH 2/5] x86: Convert inputs-only "safe" instruction helpers to asm_safe()
` [kvm-unit-tests PATCH 3/5] x86: Add macros to wrap ASM_TRY() for single instructions with output(s)
` [kvm-unit-tests PATCH 4/5] x86: Move invpcid_safe() to processor.h and convert to asm_safe()
` [kvm-unit-tests PATCH 5/5] x86: Move XSETBV and XGETBV "safe" helpers to processor.h


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