kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-12 18:57:49 to 2020-12-15 17:44:45 UTC [more...]

[PATCH v3] s390/vfio-ap: clean up vfio_ap resources when KVM pointer invalidated
 2020-12-15 17:42 UTC  (7+ messages)

[PATCH v5 00/34] SEV-ES hypervisor support
 2020-12-15 17:42 UTC  (27+ messages)
` [PATCH v5 02/34] KVM: SVM: Remove the call to sev_platform_status() during setup
` [PATCH v5 07/34] KVM: SVM: Add required changes to support intercepts under SEV-ES
` [PATCH v5 08/34] KVM: SVM: Prevent debugging "
` [PATCH v5 12/34] KVM: SVM: Add initial support for a VMGEXIT VMEXIT
` [PATCH v5 16/34] KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x100
` [PATCH v5 27/34] KVM: SVM: Add support for booting APs for an SEV-ES guest

[PATCH v2 1/3] KVM: x86: implement KVM_{GET|SET}_TSC_STATE
 2020-12-15 16:55 UTC  (12+ messages)

[PATCH 0/7] vfio: iommu_type1: Some fixes and optimization
 2020-12-15 15:53 UTC  (9+ messages)
` [PATCH 1/7] vfio: iommu_type1: Clear added dirty bit when unwind pin
` [PATCH 4/7] vfio: iommu_type1: Fix missing dirty page when promote pinned_scope

[PATCH v2 00/12] x86: major paravirt cleanup
 2020-12-15 15:07 UTC  (7+ messages)

[PATCH kvmtool] pci: Deactivate BARs before reactivating
 2020-12-15 14:35 UTC 

[PATCH v2 00/16] target/mips: Boring code reordering + add "translate.h"
 2020-12-15 14:24 UTC  (26+ messages)
` [PATCH v2 01/16] target/mips: Inline cpu_state_reset() in mips_cpu_reset()
` [PATCH v2 02/16] target/mips: Extract FPU helpers to 'fpu_helper.h'
` [PATCH v2 03/16] target/mips: Add !CONFIG_USER_ONLY comment after #endif
` [PATCH v2 04/16] target/mips: Remove consecutive CONFIG_USER_ONLY ifdefs
` [PATCH v2 05/16] target/mips: Extract common helpers from helper.c to common_helper.c
` [PATCH v2 06/16] target/mips: Rename helper.c as tlb_helper.c
` [PATCH v2 07/16] target/mips: Fix code style for checkpatch.pl
` [PATCH v2 08/16] target/mips: Move mmu_init() functions to tlb_helper.c
` [PATCH v2 09/16] target/mips: Rename translate_init.c as cpu-defs.c
` [PATCH v2 10/16] target/mips: Replace gen_exception_err(err=0) by gen_exception_end()
` [PATCH v2 12/16] target/mips/translate: Extract DisasContext structure
` [PATCH v2 13/16] target/mips/translate: Add declarations for generic code
` [PATCH v2 14/16] target/mips: Declare generic FPU functions in 'translate.h'
` [PATCH v2 15/16] target/mips: Extract FPU specific definitions to translate.h
` [PATCH v2 16/16] target/mips: Only build TCG code when CONFIG_TCG is set
  ` [PATCH v2 11/16] target/mips: Replace gen_exception_end(EXCP_RI) by gen_rsvd_instruction

[kvm-unit-tests PATCH 00/10] GIC fixes and improvements
 2020-12-15 13:58 UTC  (5+ messages)
` [kvm-unit-tests PATCH 08/10] arm/arm64: gic: Split check_acked() into two functions

[PATCH] kvm: don't lose the higher 32 bits of tlbs_dirty
 2020-12-15 14:52 UTC  (5+ messages)
    ` [PATCH V2] kvm: check tlbs_dirty directly

[PATCH v2] vfio iommu type1: Improve vfio_iommu_type1_pin_pages performance
 2020-12-15 13:13 UTC  (7+ messages)

[PATCH v3 00/17] KVM: Add minimal support for Xen HVM guests
 2020-12-15 12:45 UTC  (50+ messages)
` [PATCH v3 01/17] KVM: Fix arguments to kvm_{un,}map_gfn()
` [PATCH v3 02/17] KVM: x86/xen: fix Xen hypercall page msr handling
` [PATCH v3 03/17] KVM: x86/xen: intercept xen hypercalls if enabled
` [PATCH v3 04/17] KVM: x86/xen: Fix coexistence of Xen and Hyper-V hypercalls
` [PATCH v3 05/17] KVM: x86/xen: add KVM_XEN_HVM_SET_ATTR/KVM_XEN_HVM_GET_ATTR
` [PATCH v3 06/17] KVM: x86/xen: latch long_mode when hypercall page is set up
` [PATCH v3 07/17] KVM: x86/xen: add definitions of compat_shared_info, compat_vcpu_info
` [PATCH v3 08/17] KVM: x86/xen: register shared_info page
` [PATCH v3 09/17] xen: add wc_sec_hi to struct shared_info
` [PATCH v3 10/17] KVM: x86/xen: update wallclock region
` [PATCH v3 11/17] KVM: x86/xen: register vcpu info
` [PATCH v3 12/17] KVM: x86/xen: setup pvclock updates
` [PATCH v3 13/17] KVM: x86/xen: register vcpu time info region
` [PATCH v3 14/17] KVM: x86/xen: register runstate info
` [PATCH v3 15/17] KVM: x86: declare Xen HVM shared info capability and add test case
` [PATCH v3 16/17] KVM: Add documentation for Xen hypercall and shared_info updates
` [PATCH v3 17/17] KVM: x86/xen: Add event channel interrupt vector upcall

[for-6.0 v5 00/13] Generalize memory encryption models
 2020-12-15 11:45 UTC  (11+ messages)
` [for-6.0 v5 01/13] qom: Allow optional sugar props
` [for-6.0 v5 07/13] sev: Add Error ** to sev_kvm_init()
` [for-6.0 v5 08/13] securable guest memory: Introduce sgm "ready" flag
` [for-6.0 v5 11/13] spapr: PEF: prevent migration
` [for-6.0 v5 13/13] s390: Recognize securable-guest-memory option

[PATCH 0/3] KVM: x86: MSR completion refactoring for SEV-ES
 2020-12-15 10:23 UTC  (8+ messages)
` [PATCH 1/3] KVM: x86: remove bogus #GP injection
` [PATCH 2/3] KVM: x86: use kvm_complete_insn_gp in emulating RDMSR/WRMSR
` [PATCH 3/3] KVM: x86: introduce complete_emulated_msr callback

[PATCH v2] KVM: SVM: use vmsave/vmload for saving/restoring additional host state
 2020-12-15 10:15 UTC  (7+ messages)

[PATCH v1] vfio: platform: enable compile test
 2020-12-15  9:06 UTC  (2+ messages)

[PATCH RFC v4 00/15] Add riscv kvm accel support
 2020-12-15  7:33 UTC  (13+ messages)
` [PATCH RFC v4 06/15] target/riscv: Support start kernel directly by KVM
` [PATCH RFC v4 07/15] hw/riscv: PLIC update external interrupt by KVM when kvm enabled
` [PATCH RFC v4 09/15] target/riscv: Add host cpu type
` [PATCH RFC v4 13/15] target/riscv: Introduce dynamic time frequency for virt machine

[PATCH v12 00/17] s390/vfio-ap: dynamic configuration support
 2020-12-15  3:52 UTC  (9+ messages)
` [PATCH v12 05/17] s390/vfio-ap: manage link between queue struct and matrix mdev
` [PATCH v12 07/17] s390/vfio-ap: implement in-use callback for vfio_ap driver

[PATCH 0/2] Enumerate and expose AVX512_FP16 feature
 2020-12-15  1:43 UTC  (3+ messages)

[RFC PATCH] vfio/pci: Allow force needs_pm_restore as specified by device:vendor
 2020-12-15  1:16 UTC  (7+ messages)

[Bug 210695] New: error: kvm run failed Invalid argument
 2020-12-15  0:13 UTC  (2+ messages)
` [Bug 210695] "

[PULL 00/26] MIPS patches for 2020-12-13
 2020-12-14 20:32 UTC  (28+ messages)
` [PULL 01/26] MAINTAINERS: chenhc@lemote.com -> chenhuacai@kernel.org
` [PULL 02/26] target/mips/kvm: Assert unreachable code is not used
` [PULL 03/26] target/mips/kvm: Remove unused headers
` [PULL 04/26] target/mips: Include "exec/memattrs.h" in 'internal.h'
` [PULL 05/26] target/mips: Replace magic values by CP0PM_MASK or TARGET_PAGE_BITS_MIN
` [PULL 06/26] target/mips: Do not include CP0 helpers in user-mode emulation
` [PULL 07/26] target/mips: Remove unused headers from cp0_helper.c
` [PULL 08/26] target/mips: Also display exception names in user-mode
` [PULL 09/26] target/mips: Allow executing MSA instructions on Loongson-3A4000
` [PULL 10/26] target/mips: Explicit Release 6 MMU types
` [PULL 11/26] target/mips: Rename cpu_supports_FEAT() as cpu_type_supports_FEAT()
` [PULL 12/26] target/mips: Introduce cpu_supports_isa() taking CPUMIPSState argument
` [PULL 13/26] hw/mips: Move address translation helpers to target/mips/
` [PULL 14/26] target/mips: Remove unused headers from translate.c
` [PULL 15/26] target/mips: Remove unused headers from op_helper.c
` [PULL 16/26] target/mips: Remove mips_def_t unused argument from mvp_init()
` [PULL 17/26] target/mips: Introduce ase_mt_available() helper
` [PULL 18/26] target/mips: Do not initialize MT registers if MT ASE absent
` [PULL 19/26] hw/mips/malta: "
` [PULL 20/26] hw/mips/malta: Rewrite CP0_MVPConf0 access using deposit()
` [PULL 21/26] target/mips: Extract cpu_supports*/cpu_set* translate.c
` [PULL 22/26] target/mips: Move mips_cpu_add_definition() from helper.c to cpu.c
` [PULL 23/26] target/mips: Move cpu definitions, reset() and realize() "
` [PULL 24/26] target/mips: Inline cpu_mips_realize_env() in mips_cpu_realizefn()
` [PULL 25/26] target/mips: Remove unused headers from fpu_helper.c
` [PULL 26/26] target/mips: Use FloatRoundMode enum for FCR31 modes conversion

[GIT PULL] KVM/arm64 updates for 5.11
 2020-12-14 17:56 UTC  (2+ messages)

[RFC, v2 0/1] msi support for platform devices
 2020-12-14 17:45 UTC  (4+ messages)
` [RFC, v3 0/2] "
  ` [RFC v3 1/2] vfio/platform: add support for msi
  ` [RFC v3 2/2] vfio/platform: msi: add Broadcom platform devices

[PATCH 00/19] target/mips: Boring code reordering
 2020-12-14 14:54 UTC  (8+ messages)
` [PATCH 11/19] target/mips: Extract common helpers from helper.c to common_helper.c
` [PATCH 17/19] target/mips: Rename translate_init.c as cpu-defs.c

[PATCH 0/7] target/mips: Add translate.h and fpu_translate.h headers
 2020-12-14 14:41 UTC  (4+ messages)
` [PATCH 6/7] target/mips: Declare generic FPU functions in 'fpu_translate.h'

[PATCH v2] kvm: Take into account the unaligned section size when preparing bitmap
 2020-12-14 11:37 UTC 

[PATCH] KVM/VMX/SVM: Move kvm_machine_check function to x86.h
 2020-12-14 11:36 UTC  (3+ messages)

[kvm-unit-tests PATCH v3 0/8] s390x: Add SIE library and simple test
 2020-12-14 10:34 UTC  (4+ messages)
` [kvm-unit-tests PATCH v3 4/8] s390x: Split assembly and move to s390x/asm/

[PATCH] s390/vfio-ap: Clean up vfio_ap resources when KVM pointer invalidated
 2020-12-13 23:13 UTC  (11+ messages)

[PATCH] KVM/SVM: add support for SEV attestation command
 2020-12-13 22:28 UTC  (4+ messages)

[PATCH] target/i386/sev: add the support to query the attestation report
 2020-12-13 20:28 UTC  (2+ messages)

[GIT PULL] Final batch of KVM changes for Linux 5.10
 2020-12-12 19:01 UTC  (2+ messages)

[PATCH 0/9] KVM/ARM: Some vgic fixes and init sequence KVM selftests
 2020-12-12 18:50 UTC  (2+ messages)
` [PATCH 1/9] KVM: arm64: vgic-v3: Fix some error codes when setting RDIST base


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