kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-06 10:34:43 to 2021-05-07 20:04:36 UTC [more...]

[PATCH 0/6] KVM: arm64: selftests: Fix get-reg-list
 2021-05-07 20:04 UTC  (3+ messages)
` [PATCH 1/6] KVM: arm64: selftests: get-reg-list: Factor out printing
` [PATCH 3/6] KVM: arm64: selftests: get-reg-list: Prepare to run multiple configs at once

[patch 0/4] VMX: configure posted interrupt descriptor when assigning device
 2021-05-07 19:29 UTC  (8+ messages)
` [patch 1/4] KVM: x86: add start_assignment hook to kvm_x86_ops
` [patch 2/4] KVM: add arch specific vcpu_check_block callback
` [patch 3/4] KVM: x86: implement kvm_arch_vcpu_check_block callback
` [patch 4/4] KVM: VMX: update vcpu posted-interrupt descriptor when assigning device

[PATCH] KVM: selftests: Print a message if /dev/kvm is missing
 2021-05-07 19:05 UTC 

[PATCH] vfio/pci: Sanity check IGD OpRegion Size
 2021-05-07 18:53 UTC 

[PATCH] KVM: x86: use X86_FEATURE_RSB_CTXSW for RSB stuffing in vmexit
 2021-05-07 18:26 UTC  (5+ messages)

[PATCH v2 0/5] KVM: selftests: arm64 exception handling and debug test
 2021-05-07 18:02 UTC  (15+ messages)
` [PATCH v2 1/5] KVM: selftests: Rename vm_handle_exception
` [PATCH v2 2/5] KVM: selftests: Introduce UCALL_UNHANDLED for unhandled vector reporting
` [PATCH v2 4/5] KVM: selftests: Add exception handling support for aarch64

[PATCH v2 0/3] TDP MMU: several minor fixes or improvements
 2021-05-07 17:23 UTC  (6+ messages)
` [PATCH v2 1/3] KVM: x86/mmu: Fix return value in tdp_mmu_map_handle_target_level()
` [PATCH v2 2/3] KVM: x86/mmu: Fix pf_fixed count "
` [PATCH v2 3/3] KVM: x86/mmu: Fix TDP MMU page table level

[PATCH] KVM: x86: add hint to skip hidden rdpkru under kvm_load_host_xsave_state
 2021-05-07 17:13 UTC  (4+ messages)

[PATCH 0/2] KVM: x86: Fixes for SEV-ES state tracking
 2021-05-07 16:59 UTC  (3+ messages)
` [PATCH 1/2] KVM: SVM: Update EFER software model on CR0 trap for SEV-ES
` [PATCH 2/2] KVM: x86: Allow userspace to update tracked sregs for protected guests

[RFC][PATCH] vhost/vsock: Add vsock_list file to map cid with vhost tasks
 2021-05-07 16:09 UTC  (5+ messages)

[PATCH v3 15/17] target/ppc/kvm: Replace alloca() by g_malloc()
 2021-05-07 14:43 UTC 

[PATCH v5 0/2] fallback for emulation errors
 2021-05-07 14:27 UTC  (4+ messages)
` [PATCH v5 1/2] kvm: x86: Allow userspace to handle "

[PATCH 0/6] sched,delayacct: Some cleanups
 2021-05-07 12:42 UTC  (19+ messages)
` [PATCH 1/6] delayacct: Use sched_clock()
` [PATCH 2/6] sched: Rename sched_info_{queued,dequeued}
` [PATCH 3/6] sched: Simplify sched_info_on()
` [PATCH 4/6] kvm: Select SCHED_INFO instead of TASK_DELAY_ACCT
` [PATCH 5/6] delayacct: Add static_branch in scheduler hooks

[PATCH] vfio: Lock down no-IOMMU mode when kernel is locked down
 2021-05-07 12:31 UTC  (5+ messages)

[patch 0/2] VMX: configure posted interrupt descriptor when assigning device
 2021-05-07 12:11 UTC  (8+ messages)
` [patch 1/2] KVM: x86: add start_assignment hook to kvm_x86_ops
` [patch 2/2] KVM: VMX: update vcpu posted-interrupt descriptor when assigning device
  ` [patch 2/2 V2] "

[PATCH Part2 RFC v2 00/37] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-05-07 11:28 UTC  (8+ messages)
` [PATCH Part2 RFC v2 08/37] x86/sev: Split the physmap when adding the page in RMP table
` [PATCH Part2 RFC v2 21/37] KVM: SVM: Add KVM_SNP_INIT command

[PATCH v5 0/2] kvm/arm64: Try stage2 block mapping for host device MMIO
 2021-05-07 11:03 UTC  (3+ messages)
` [PATCH v5 1/2] kvm/arm64: Remove the creation time's mapping of MMIO regions
` [PATCH v5 2/2] kvm/arm64: Try stage2 block mapping for host device MMIO

Question on guest enable msi fail when using GICv4/4.1
 2021-05-07 11:02 UTC  (4+ messages)

[RFC PATCH v2 0/3] vfio/iommu_type1: Implement dirty log tracking based on IOMMU HWDBM
 2021-05-07 10:36 UTC  (4+ messages)
` [RFC PATCH v2 1/3] vfio/iommu_type1: Add HWDBM status maintenance
` [RFC PATCH v2 2/3] vfio/iommu_type1: Optimize dirty bitmap population based on iommu HWDBM
` [RFC PATCH v2 3/3] vfio/iommu_type1: Add support for manual dirty log clear

[kvm:queue 11/44] arch/x86/kernel/kvm.c:672:2: error: implicit declaration of function 'kvm_guest_cpu_offline'
 2021-05-07  8:52 UTC  (3+ messages)

[PATCH v3 0/8] Lazily allocate memslot rmaps
 2021-05-07  8:42 UTC  (22+ messages)
` [PATCH v3 1/8] KVM: x86/mmu: Deduplicate rmap freeing
` [PATCH v3 2/8] KVM: x86/mmu: Factor out allocating memslot rmap
` [PATCH v3 3/8] KVM: mmu: Refactor memslot copy
` [PATCH v3 4/8] KVM: mmu: Add slots_arch_lock for memslot arch fields
` [PATCH v3 5/8] KVM: x86/mmu: Add a field to control memslot rmap allocation
` [PATCH v3 6/8] KVM: x86/mmu: Skip rmap operations if rmaps not allocated
` [PATCH v3 7/8] KVM: x86/mmu: Protect rmaps independently with SRCU
` [PATCH v3 8/8] KVM: x86/mmu: Lazily allocate memslot rmaps

[kvm:queue 11/44] arch/x86/kernel/kvm.c:672:2: error: implicit declaration of function 'kvm_guest_cpu_offline'; did you mean 'kvm_guest_cpu_init'?
 2021-05-07  8:33 UTC  (2+ messages)

[PATCH] KVM: SVM: Invert user pointer casting in SEV {en,de}crypt helpers
 2021-05-07  7:40 UTC  (2+ messages)

[PATCH 00/24] KVM: x86/mmu: Introduce MMU_PRESENT and fix bugs
 2021-05-07  7:38 UTC  (4+ messages)
` [PATCH 21/24] KVM: x86/mmu: Tweak auditing WARN for A/D bits to !PRESENT (was MMIO)

[PATCH v7 0/6] Enable CET support for guest
 2021-05-07  6:25 UTC  (4+ messages)
` [PATCH v7 2/6] target/i386: Enable XSS feature enumeration for CPUID

[bug report] KVM: SVM: Add KVM_SEND_UPDATE_DATA command
 2021-05-07  5:01 UTC  (3+ messages)

[PATCH v2 0/9] misc: Replace alloca() by g_malloc()
 2021-05-07  1:05 UTC  (25+ messages)
` [PATCH v2 1/9] audio/alsaaudio: Replace ALSA alloca() by malloc() equivalent
` [PATCH v2 2/9] backends/tpm: Replace qemu_mutex_lock calls with QEMU_LOCK_GUARD
` [PATCH v2 3/9] backends/tpm: Replace g_alloca() by g_malloc()
` [PATCH v2 4/9] bsd-user/syscall: Replace alloca() by g_new()
` [PATCH v2 5/9] gdbstub: Constify GdbCmdParseEntry
` [PATCH v2 6/9] gdbstub: Only call cmd_parse_params() with non-NULL command schema
` [PATCH v2 7/9] gdbstub: Replace alloca() + memset(0) by g_new0()
` [PATCH v2 8/9] hw/misc/pca9552: Replace g_newa() by g_new()
` [PATCH v2 9/9] target/ppc/kvm: Replace alloca() by g_malloc()

[PATCH v6 00/14] KVM/X86: Introduce a new guest mapping interface
 2021-05-06 23:27 UTC  (4+ messages)
` [PATCH v6 08/14] KVM/nVMX: Use kvm_vcpu_map when mapping the posted interrupt descriptor table

[PATCH 0/3] TDP MMU: several minor fixes or improvements
 2021-05-06 22:21 UTC  (12+ messages)
` [PATCH 2/3] KVM: x86/mmu: Fix pf_fixed count in tdp_mmu_map_handle_target_level()
` [PATCH 3/3] KVM: x86/mmu: Fix TDP MMU page table level

[GIT PULL] VFIO updates for v5.13-rc1 pt2
 2021-05-06 21:41 UTC  (2+ messages)

[PATCH 0/2] x86: Disable kexec for SEV-ES guests
 2021-05-06 20:41 UTC  (9+ messages)
` [PATCH 1/2] kexec: Allow architecture code to opt-out at runtime
` [PATCH 2/2] x86/kexec/64: Forbid kexec when running as an SEV-ES guest

[PATCH] KVM: SVM: Move GHCB unmapping to fix RCU warning
 2021-05-06 20:31 UTC  (2+ messages)

[kvm-unit-tests PATCH v2] x86: Do not assign values to unaligned pointer to 128 bits
 2021-05-06 20:11 UTC  (5+ messages)

[PATCH] x86: Do not assign values to unaligned pointer to 128 bits
 2021-05-06 18:50 UTC  (4+ messages)

[PATCH 0/2] KVM: SVM: Fix error handling bugs in SEV migration
 2021-05-06 17:58 UTC  (3+ messages)
` [PATCH 1/2] KVM: SVM: Return -EFAULT if copy_to_user() for SEV mig packet header fails
` [PATCH 2/2] KVM: SVM: Fix sev_pin_memory() error checks in SEV migration utilities

[PATCH 0/8] KVM: VMX: Implement nested TSC scaling
 2021-05-06 17:48 UTC  (15+ messages)
` [PATCH 1/8] KVM: VMX: Add a TSC multiplier field in VMCS12
` [PATCH 2/8] KVM: X86: Store L1's TSC scaling ratio in 'struct kvm_vcpu_arch'
` [PATCH 3/8] KVM: X86: Pass an additional 'L1' argument to kvm_scale_tsc()
` [PATCH 4/8] KVM: VMX: Adjust the TSC-related VMCS fields on L2 entry and exit
` [PATCH 5/8] KVM: X86: Move tracing outside write_l1_tsc_offset()
` [PATCH 6/8] KVM: VMX: Make vmx_write_l1_tsc_offset() work with nested TSC scaling
` [PATCH 7/8] KVM: VMX: Expose TSC scaling to L2
` [PATCH 8/8] KVM: selftests: x86: Add vmx_nested_tsc_scaling_test

[PATCH] kvm: Cap halt polling at kvm->max_halt_poll_ns
 2021-05-06 17:41 UTC  (4+ messages)

[PATCH v2 00/11] KVM: arm64: Move PC/ELR/SPSR/PSTATE updatess to EL2
 2021-05-06 17:17 UTC  (8+ messages)
` [PATCH v2 03/11] KVM: arm64: Make kvm_skip_instr() and co private to HYP

[PATCH] KVM: x86: move saving of arch.host_pkru to kvm_arch_vcpu_load in 5.4.y
 2021-05-06 17:02 UTC 

[PATCH] tools/kvm_stat: Fix documentation typo
 2021-05-06 15:16 UTC  (2+ messages)

KVM: x86: Prevent deadlock against tk_core.seq
 2021-05-06 14:51 UTC  (3+ messages)

[PATCH] KVM: PPC: Book3S HV: Fix conversion to gfn-based MMU notifier callbacks
 2021-05-06 13:43 UTC  (3+ messages)

[PATCH 5/5] target/ppc/kvm: Replace alloca() by g_malloc()
 2021-05-06 13:09 UTC  (3+ messages)

[RFC PATCH V2 0/7] Do not read from descripto ring
 2021-05-06 12:38 UTC  (4+ messages)

KVM: x86: Cancel pvclock_gtod_work on module removal
 2021-05-06 11:35 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 NNTP newsgroup(s).