kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-14 08:40:55 to 2020-12-16 00:07:38 UTC [more...]

[PATCH v2 00/24] target/mips: Convert MSA ASE to decodetree
 2020-12-15 23:48 UTC  (35+ messages)
` [PATCH v2 01/24] target/mips/translate: Extract decode_opc_legacy() from decode_opc()
` [PATCH v2 02/24] target/mips/translate: Expose check_mips_64() to 32-bit mode
` [PATCH v2 03/24] target/mips/cpu: Introduce isa_rel6_available() helper
` [PATCH v2 04/24] target/mips: Introduce ase_msa_available() helper
` [PATCH v2 05/24] target/mips: Simplify msa_reset()
` [PATCH v2 06/24] target/mips: Use CP0_Config3 to set MIPS_HFLAG_MSA
` [PATCH v2 07/24] target/mips: Simplify MSA TCG logic
` [PATCH v2 08/24] target/mips: Remove now unused ASE_MSA definition
` [PATCH v2 09/24] target/mips: Alias MSA vector registers on FPU scalar registers
` [PATCH v2 10/24] target/mips: Extract msa_translate_init() from mips_tcg_init()
` [PATCH v2 11/24] target/mips: Remove CPUMIPSState* argument from gen_msa*() methods
` [PATCH v2 12/24] target/mips: Explode gen_msa_branch() as gen_msa_BxZ_V/BxZ()
` [PATCH v2 13/24] target/mips: Rename msa_helper.c as mod-msa_helper.c
` [PATCH v2 14/24] target/mips: Move msa_reset() to mod-msa_helper.c
` [PATCH v2 15/24] target/mips: Extract MSA helpers from op_helper.c
` [PATCH v2 16/24] target/mips: Extract MSA helper definitions
` [PATCH v2 17/24] target/mips: Declare gen_msa/_branch() in 'translate.h'
` [PATCH v2 19/24] target/mips: Introduce decode tree bindings for MSA opcodes
` [PATCH v2 20/24] target/mips: Use decode_ase_msa() generated from decodetree
` [PATCH v2 21/24] target/mips: Extract LSA/DLSA translation generators
` [PATCH v2 22/24] target/mips: Introduce decodetree helpers for MSA LSA/DLSA opcodes
` [PATCH v2 23/24] target/mips: Introduce decodetree helpers for Release6 "
` [RFC PATCH v2 24/24] target/mips/mod-msa: Pass TCGCond argument to gen_check_zero_element()

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

[PATCH v5 00/34] SEV-ES hypervisor support
 2020-12-15 20:25 UTC  (28+ 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 0/3] x86/KVM/VMX: Introduce and use try_cmpxchg64()
 2020-12-15 20:08 UTC  (5+ messages)
` [PATCH 1/3] asm-generic/atomic: Add try_cmpxchg64() instrumentation
` [PATCH 2/3] locking/atomic/x86: Introduce arch_try_cmpxchg64()
` [PATCH 3/3] KVM/VMX: Use try_cmpxchg64() in posted_intr.c

[PATCH v2 00/16] target/mips: Boring code reordering + add "translate.h"
 2020-12-15 19:00 UTC  (28+ 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

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

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

[PATCH v3] s390/vfio-ap: clean up vfio_ap resources when KVM pointer invalidated
 2020-12-15 18:10 UTC  (8+ 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 

[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 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  (43+ 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 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 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 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 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  (2+ messages)

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


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