kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-04-30 02:38:20 to 2018-05-03 14:26:29 UTC [more...]

[PATCH 00/10] vfio: ccw: Refactoring the VFIO CCW state machine
 2018-05-03 14:26 UTC  (32+ messages)
` [PATCH 01/10] vfio: ccw: Moving state change out of IRQ context
` [PATCH 02/10] vfio: ccw: Transform FSM functions to return state
` [PATCH 03/10] vfio: ccw: new SCH_EVENT event
` [PATCH 04/10] vfio: ccw: replace IO_REQ event with SSCH_REQ event
` [PATCH 05/10] vfio: ccw: Suppress unused event parameter
` [PATCH 07/10] vfio: ccw: Introduce the INIT event
` [PATCH 08/10] vfio: ccw: Handling reset and shutdown with states
` [PATCH 09/10] vfio: ccw: Suppressing the BOXED state

[PATCH v7 00/13] Intel Processor Trace virtualization enabling
 2018-05-03 13:48 UTC  (36+ messages)
` [PATCH v7 01/13] perf/x86/intel/pt: Move Intel-PT MSRs bit definitions to a public header
` [PATCH v7 02/13] perf/x86/intel/pt: Change pt_cap_get() to a public function
` [PATCH v7 03/13] perf/x86/intel/pt: Add new bit definitions for Intel PT MSRs
` [PATCH v7 04/13] perf/x86/intel/pt: add new capability for Intel PT
` [PATCH v7 05/13] perf/x86/intel/pt: Introduce a new function to get capability of "
` [PATCH v7 06/13] KVM: x86: Add Intel Processor Trace virtualization mode
` [PATCH v7 07/13] KVM: x86: Add Intel Processor Trace cpuid emulation
` [PATCH v7 08/13] KVM: x86: Add Intel processor trace context for each vcpu
` [PATCH v7 09/13] KVM: x86: Implement Intel Processor Trace context switch
` [PATCH v7 10/13] KVM: x86: Introduce a function to initialize the PT configuration
` [PATCH v7 11/13] KVM: x86: Implement Intel Processor Trace MSRs read/write
` [PATCH v7 12/13] KVM: x86: Set intercept for Intel PT "
` [PATCH v7 13/13] KVM: x86: Disable Intel Processor Trace when VMXON in L1 guest

[PATCH v6 0/7] vfio/type1: Add support for valid iova list management
 2018-05-03 13:16 UTC  (5+ messages)
` [PATCH v6 4/7] iommu/dma: Move PCI window region reservation back into dma specific path

[PATCH v6 0/5] KVM: Expose speculation control feature to guests
 2018-05-03 12:46 UTC  (6+ messages)
` [PATCH v6 2/5] KVM: x86: Add IBPB support

[PATCH v7 00/13] Intel Processor Trace virtualization enabling
 2018-05-03 12:13 UTC  (17+ messages)
` [PATCH v7 01/13] perf/x86/intel/pt: Move Intel-PT MSRs bit definitions to a public header
` [PATCH v7 02/13] perf/x86/intel/pt: Change pt_cap_get() to a public function
` [PATCH v7 03/13] perf/x86/intel/pt: Add new bit definitions for Intel PT MSRs
` [PATCH v7 04/13] perf/x86/intel/pt: add new capability for Intel PT
` [PATCH v7 05/13] perf/x86/intel/pt: Introduce a new function to get capability of "
` [PATCH v7 06/13] KVM: x86: Add Intel Processor Trace virtualization mode
` [PATCH v7 07/13] KVM: x86: Add Intel Processor Trace cpuid emulation
` [PATCH v7 08/13] KVM: x86: Add Intel processor trace context for each vcpu
` [PATCH v7 09/13] KVM: x86: Implement Intel Processor Trace context switch
` [PATCH v7 10/13] KVM: x86: Introduce a function to initialize the PT configuration
` [PATCH v7 11/13] KVM: x86: Implement Intel Processor Trace MSRs read/write
` [PATCH v7 12/13] KVM: x86: Set intercept for Intel PT "
` [PATCH v7 13/13] KVM: x86: Disable Intel Processor Trace when VMXON in L1 guest

[kvm-unit-tests PATCH] Support micro operation measurement on arm64
 2018-05-03 11:12 UTC  (7+ messages)
` [kvm-unit-tests PATCH] arm64: add micro test

[PATCH 00/11] KVM: PPC: reconstruct mmio emulation with analyse_instr()
 2018-05-03  9:46 UTC  (35+ messages)
` [PATCH 01/11] KVM: PPC: add pt_regs into kvm_vcpu_arch and move vcpu->arch.gpr[] into it
` [PATCH 02/11] KVM: PPC: mov nip/ctr/lr/xer registers to pt_regs in kvm_vcpu_arch
` [PATCH 03/11] KVM: PPC: Fix a mmio_host_swabbed uninitialized usage issue when VMX store
` [PATCH 04/11] KVM: PPC: fix incorrect element_size for stxsiwx in analyse_instr
` [PATCH 05/11] KVM: PPC: add GPR RA update skeleton for MMIO emulation
` [PATCH 06/11] KVM: PPC: add KVMPPC_VSX_COPY_WORD_LOAD_DUMP type support for mmio emulation
` [PATCH 07/11] KVM: PPC: reconstruct non-SIMD LOAD/STORE instruction mmio emulation with analyse_intr() input
` [PATCH 08/11] KVM: PPC: add giveup_ext() hook for PPC KVM ops
` [PATCH 09/11] KVM: PPC: reconstruct LOAD_FP/STORE_FP instruction mmio emulation with analyse_intr() input
` [PATCH 10/11] KVM: PPC: reconstruct LOAD_VMX/STORE_VMX "
` [PATCH 11/11] KVM: PPC: reconstruct LOAD_VSX/STORE_VSX "

[PATCH v2] migration: introduce decompress-error-check
 2018-05-03  8:15 UTC  (3+ messages)

[RFC V3 PATCH 0/8] Packed ring for vhost
 2018-05-03  7:19 UTC  (4+ messages)
` [RFC V3 PATCH 1/8] vhost: move get_rx_bufs to vhost.c

[PATCH v2 0/4] vfio/quirks: ioeventfd support
 2018-05-03  4:56 UTC  (11+ messages)
` [PATCH v2 1/4] vfio/quirks: Add common quirk alloc helper
` [PATCH v2 2/4] vfio/quirks: Add quirk reset callback
` [PATCH v2 3/4] vfio/quirks: ioeventfd quirk acceleration
` [PATCH v2 4/4] vfio/quirks: Enable ioeventfd quirks to be handled by vfio directly

[PATCH RFC 1/1] KVM: PPC: Book3S HV: pack VCORE IDs to access full VCPU ID space
 2018-05-03  3:38 UTC  (8+ messages)

[PATCH] migration: fix saving normal page even if it's been compressed
 2018-05-03  3:13 UTC  (5+ messages)

[PATCH v2 RFC 1/1] KVM: PPC: Book3S HV: pack VCORE IDs to access full VCPU ID space
 2018-05-03  3:07 UTC  (3+ messages)

[PATCH] KVM: x86: Expose CLDEMOTE CPU feature to guest VM
 2018-05-03  2:14 UTC 

[PATCH] migration: introduce decompress-error-check
 2018-05-03  2:10 UTC  (8+ messages)

[PATCH v7 0/7] KVM: x86: Allow Qemu/KVM to use PVH entry point
 2018-05-02 21:37 UTC  (3+ messages)

[PATCH] [v3] x86: Convert x86_platform_ops to timespec64
 2018-05-02 16:44 UTC  (4+ messages)

[PATCH v4 00/15] s390: vfio-ap: guest dedicated crypto adapters
 2018-05-02 14:57 UTC  (5+ messages)
` [PATCH v4 08/15] KVM: s390: interfaces to (de)configure guest's AP matrix

[PATCH 1/1] vfio: ccw: fix error return in vfio_ccw_sch_event
 2018-05-02 14:42 UTC  (2+ messages)

[PATCH] vhost: make msg padding explicit
 2018-05-02 14:40 UTC  (9+ messages)

[PATCH] Revert "vhost: make msg padding explicit"
 2018-05-02 14:27 UTC  (2+ messages)

[async_page_fault] PANIC: double fault, error_code: 0x0
 2018-05-02 13:12 UTC 

[PATCH v6 00/11] Intel Processor Trace virtualization enabling
 2018-05-02  7:41 UTC  (9+ messages)
` [PATCH v6 01/11] perf/x86/intel/pt: Move Intel-PT MSR bit definitions to a public header
` [PATCH v6 02/11] perf/x86/intel/pt: Change pt_cap_get() to a public function
` [PATCH v6 03/11] perf/x86/intel/pt: Introduce a new function to get the capability of Intel PT

[PATCH v3 0/6] KVM: x86: hyperv: PV TLB flush for Windows guests
 2018-05-02  7:41 UTC  (2+ messages)

[PATCH v2] KVM: x86: VMX: hyper-v: Enlightened MSR-Bitmap support
 2018-05-02  7:36 UTC  (2+ messages)

[PATCH v2] KVM: X86: Limit timer frequency to 200ms
 2018-04-30 23:35 UTC 

[PATCH] VFIO: Fix Documentation
 2018-04-30 18:38 UTC  (2+ messages)

How to check if Vt-d is capable of posted-interrupt?
 2018-04-30 18:13 UTC  (4+ messages)

[PATCH v2] KVM: vmx: update sec exec controls for UMIP iff emulating UMIP
 2018-04-30 17:01 UTC 

[PATCH v2 0/5] vfio: ccw: error handling fixes and improvements
 2018-04-30 16:51 UTC  (7+ messages)
` [PATCH v2 5/5] vfio: ccw: add traceponits for interesting error paths

[PATCH v2 00/17] kvm: arm64: Dynamic & 52bit IPA support
 2018-04-30 14:18 UTC  (6+ messages)
` [PATCH v2 10/17] kvm: arm64: Dynamic configuration of VTCR and VTTBR mask
` [kvmtool PATCH 21/17] kvmtool: arm: Add support for creating VM with PA size

KVM call for 2018 - 05 - 08
 2018-04-30 13:41 UTC 

[PATCH] KVM: X86: Limit timer frequency with more smaller interval
 2018-04-30 12:31 UTC  (2+ messages)

[PATCH v6 00/12] KVM: arm/arm64: Allow multiple GICv3 redistributor regions
 2018-04-30 11:48 UTC  (13+ messages)
` [PATCH v6 01/12] KVM: arm/arm64: Set dist->spis to NULL after kfree
` [PATCH v6 02/12] KVM: arm/arm64: Document KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION
` [PATCH v6 03/12] KVM: arm/arm64: Replace the single rdist region by a list
` [PATCH v6 04/12] KVM: arm/arm64: Helper to locate free rdist index
` [PATCH v6 05/12] KVM: arm/arm64: Revisit Redistributor TYPER last bit computation
` [PATCH v6 06/12] KVM: arm/arm64: Adapt vgic_v3_check_base to multiple rdist regions
` [PATCH v6 07/12] KVM: arm/arm64: Helper to register a new redistributor region
` [PATCH v6 08/12] KVM: arm/arm64: Check vcpu redist base before registering an iodev
` [PATCH v6 09/12] KVM: arm/arm64: Check all vcpu redistributors are set on map_resources
` [PATCH v6 10/12] KVM: arm/arm64: Add KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION
` [PATCH v6 11/12] KVM: arm/arm64: Implement KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION
` [PATCH v6 12/12] KVM: arm/arm64: Bump VGIC_V3_MAX_CPUS to 512

[PATCH v5 00/12] KVM: arm/arm64: Allow multiple GICv3 redistributor regions
 2018-04-30  9:44 UTC  (17+ messages)
` [PATCH v5 01/12] KVM: arm/arm64: Set dist->spis to NULL after kfree
` [PATCH v5 02/12] KVM: arm/arm64: Document KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION
` [PATCH v5 03/12] KVM: arm/arm64: Replace the single rdist region by a list
` [PATCH v5 04/12] KVM: arm/arm64: Helper to locate free rdist index
` [PATCH v5 05/12] KVM: arm/arm64: Revisit Redistributor TYPER last bit computation
` [PATCH v5 06/12] KVM: arm/arm64: Adapt vgic_v3_check_base to multiple rdist regions
` [PATCH v5 07/12] KVM: arm/arm64: Helper to register a new redistributor region
` [PATCH v5 08/12] KVM: arm/arm64: Check vcpu redist base before registering an iodev
` [PATCH v5 09/12] KVM: arm/arm64: Check all vcpu redistributors are set on map_resources
` [PATCH v5 10/12] KVM: arm/arm64: Add KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION
` [PATCH v5 11/12] KVM: arm/arm64: Implement KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION
` [PATCH v5 12/12] KVM: arm/arm64: Bump VGIC_V3_MAX_CPUS to 512

[PATCH v3 00/12] KVM: arm/arm64: Allow multiple GICv3 redistributor regions
 2018-04-30  7:25 UTC  (4+ messages)
` [PATCH v3 11/12] KVM: arm/arm64: Implement KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION


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