kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-03-21 03:40:02 to 2017-03-22 14:10:05 UTC [more...]

[PATCH v5 untested] kvm: better MWAIT emulation for guests
 2017-03-22 14:10 UTC  (17+ messages)

[PATCH] KVM: nVMX: Fix L2 guest hang if shadow page tables on EPT
 2017-03-22 13:44 UTC  (5+ messages)

[PATCH net-next 0/8] vhost-net rx batching
 2017-03-22 13:43 UTC  (12+ messages)
` [PATCH net-next 1/8] ptr_ring: introduce batch dequeuing
` [PATCH net-next 2/8] skb_array: "
` [PATCH net-next 3/8] tun: export skb_array
` [PATCH net-next 4/8] tap: "
` [PATCH net-next 5/8] tun: support receiving skb through msg_control
` [PATCH net-next 6/8] tap: support receiving skb from msg_control
` [PATCH net-next 7/8] vhost_net: try batch dequing from skb array
` [PATCH net-next 8/8] vhost_net: use lockless peeking for skb array during busy polling

[PATCH] kvm: pass the virtual SEI syndrome to guest OS
 2017-03-22 13:37 UTC  (17+ messages)

[PATCH v4 00/28] arm/arm64: KVM: Rework the hyp-stub API
 2017-03-22 13:37 UTC  (30+ messages)
` [PATCH v4 01/28] arm64: hyp-stub: Stop pointlessly clobbering lr
` [PATCH v4 02/28] arm64: KVM: Move lr save/restore to do_el2_call
` [PATCH v4 03/28] arm64: hyp-stub: Don't save lr in the EL1 code
` [PATCH v4 04/28] arm64: hyp-stub: Implement HVC_RESET_VECTORS stub hypercall
` [PATCH v4 05/28] arm64: KVM: Implement HVC_RESET_VECTORS stub hypercall in the init code
` [PATCH v4 06/28] arm64: KVM: Implement HVC_GET_VECTORS "
` [PATCH v4 07/28] arm64: KVM: Allow the main HYP code to use the init hyp stub implementation
` [PATCH v4 08/28] arm64: KVM: Convert __cpu_reset_hyp_mode to using __hyp_reset_vectors
` [PATCH v4 09/28] arm64: KVM: Implement HVC_SOFT_RESTART in the init code
` [PATCH v4 10/28] ARM: hyp-stub: improve ABI
` [PATCH v4 11/28] ARM: soft-reboot into same mode that we entered the kernel
` [PATCH v4 12/28] ARM: KVM: Convert KVM to use HVC_GET_VECTORS
` [PATCH v4 13/28] ARM: Update cpu_v7_reset documentation
` [PATCH v4 14/28] ARM: hyp-stub: Use r1 for the soft-restart address
` [PATCH v4 15/28] ARM: Expose the VA/IDMAP offset
` [PATCH v4 16/28] ARM: hyp-stub: Implement HVC_RESET_VECTORS stub hypercall
` [PATCH v4 17/28] ARM: KVM: Implement HVC_RESET_VECTORS stub hypercall in the init code
` [PATCH v4 18/28] ARM: KVM: Implement HVC_GET_VECTORS "
` [PATCH v4 19/28] ARM: KVM: Allow the main HYP code to use the init hyp stub implementation
` [PATCH v4 20/28] ARM: KVM: Convert __cpu_reset_hyp_mode to using __hyp_reset_vectors
` [PATCH v4 21/28] ARM: KVM: Implement HVC_SOFT_RESTART in the init code
` [PATCH v4 22/28] arm/arm64: KVM: Use __hyp_reset_vectors() directly
` [PATCH v4 23/28] arm/arm64: KVM: Remove kvm_get_idmap_start
` [PATCH v4 24/28] arm/arm64: KVM: Use HVC_RESET_VECTORS to reinit HYP mode
` [PATCH v4 25/28] ARM: decompressor: Remove __hyp_get_vectors usage
` [PATCH v4 26/28] ARM: hyp-stub/KVM: Kill __hyp_get_vectors
` [PATCH v4 27/28] arm64: "
` [PATCH v4 28/28] arm/arm64: Add hyp-stub API documentation

[PATCH v5] vfio error recovery: kernel support
 2017-03-22 13:10 UTC  (2+ messages)

[PATCH V11 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2017-03-22 12:08 UTC  (7+ messages)
` [PATCH V11 10/10] arm/arm64: KVM: add guest SEA support

[PATCH kernel v8 0/4] Extend virtio-balloon for fast (de)inflating & fast live migration
 2017-03-22 10:52 UTC  (5+ messages)
` [PATCH kernel v8 3/4] mm: add inerface to offer info about unused pages

[PATCH] KVM: arm/arm64: vgic: Fix GICC_PMR uaccess on GICv3 and clarify ABI
 2017-03-22  9:58 UTC  (2+ messages)

[PATCH v3] KVM: VMX: Fix enable VPID even if INVVPID is not exposed in vmx capability
 2017-03-22  8:50 UTC  (2+ messages)

[kvm-unit-tests PATCH v4 0/2] powerpc: Test SPR persistency during migration
 2017-03-22  8:41 UTC  (4+ messages)
` [kvm-unit-tests PATCH v4 1/2] Add the possibility to do simple migration tests
` [kvm-unit-tests PATCH v4 2/2] powerpc: Add Special Purpose Register persistency test

[PATCH kvmtool] Avoid pointers for address of packed members
 2017-03-22  6:38 UTC 

[PATCH kernel v11 00/10] powerpc/kvm/vfio: Enable in-kernel acceleration
 2017-03-22  4:21 UTC  (11+ messages)
` [PATCH kernel v11 01/10] powerpc/mmu: Add real mode support for IOMMU preregistered memory
` [PATCH kernel v11 02/10] powerpc/powernv/iommu: Add real mode version of iommu_table_ops::exchange()
` [PATCH kernel v11 03/10] powerpc/iommu/vfio_spapr_tce: Cleanup iommu_table disposal
` [PATCH kernel v11 04/10] powerpc/vfio_spapr_tce: Add reference counting to iommu_table
` [PATCH kernel v11 05/10] KVM: PPC: Reserve KVM_CAP_SPAPR_TCE_VFIO capability number
` [PATCH kernel v11 06/10] KVM: PPC: Enable IOMMU_API for KVM_BOOK3S_64 permanently
` [PATCH kernel v11 07/10] KVM: PPC: Pass kvm* to kvmppc_find_table()
` [PATCH kernel v11 08/10] KVM: PPC: Use preregistered memory API to access TCE list
` [PATCH kernel v11 09/10] KVM: PPC: iommu: Unify TCE checking
` [PATCH kernel v11 10/10] KVM: PPC: VFIO: Add in-kernel acceleration for VFIO

[kvm-unit-tests PATCH v3 0/2] powerpc: Test SPR persistency during migration
 2017-03-22  3:15 UTC  (4+ messages)
` [kvm-unit-tests PATCH v3 1/2] Add the possibility to do simple migration tests

[PATCH V13 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2017-03-22  3:05 UTC  (13+ messages)
` [PATCH V13 01/10] acpi: apei: read ack upon ghes record consumption
` [PATCH V13 02/10] ras: acpi/apei: cper: generic error data entry v3 per ACPI 6.1
` [PATCH V13 03/10] efi: parse ARM processor error
` [PATCH V13 04/10] arm64: exception: handle Synchronous External Abort
` [PATCH V13 05/10] acpi: apei: handle SEA notification type for ARMv8
` [PATCH V13 06/10] acpi: apei: panic OS with fatal error status block
` [PATCH V13 07/10] efi: print unrecognized CPER section
` [PATCH V13 08/10] ras: acpi / apei: generate trace event for "
` [PATCH V13 09/10] trace, ras: add ARM processor error trace event
` [PATCH V13 10/10] arm/arm64: KVM: add guest SEA support

[PATCH kernel v10 00/10] powerpc/kvm/vfio: Enable in-kernel acceleration
 2017-03-22  0:40 UTC  (5+ messages)
` [PATCH kernel v10 04/10] powerpc/vfio_spapr_tce: Add reference counting to iommu_table
` [PATCH kernel v10 10/10] KVM: PPC: VFIO: Add in-kernel acceleration for VFIO

[RFC PATCH 0/3] VFIO: Report IOMMU fault event to userspace
 2017-03-21 23:57 UTC  (9+ messages)

[PATCH-v5 0/4] vsock: cancel connect packets when failing to connect
 2017-03-21 21:42 UTC  (2+ messages)

[PATCH v2 00/10] KVM: arm/arm64: vgic: Improvements and optimizations
 2017-03-21 21:10 UTC  (11+ messages)
` [PATCH v2 01/10] KVM: arm/arm64: vgic: Defer touching GICH_VMCR to vcpu_load/put
` [PATCH v2 02/10] KVM: arm/arm64: vgic: Avoid flushing vgic state when there's no pending IRQ
` [PATCH v2 03/10] KVM: arm/arm64: vgic: Get rid of live_lrs
` [PATCH v2 04/10] KVM: arm/arm64: vgic: Only set underflow when actually out of LRs
` [PATCH v2 05/10] KVM: arm/arm64: vgic: Get rid of unnecessary process_maintenance operation
` [PATCH v2 06/10] KVM: arm/arm64: vgic: Get rid of unnecessary save_maint_int_state
` [PATCH v2 07/10] KVM: arm/arm64: vgic: Get rid of MISR and EISR fields
` [PATCH v2 08/10] KVM: arm/arm64: vgic: Implement early VGIC init functionality
` [PATCH v2 09/10] KVM: arm/arm64: vgic: Don't check vgic_initialized in sync/flush
` [PATCH v2 10/10] KVM: arm/arm64: vgic: Improve sync_hwstate performance

[RFC PATCH 00/30] Add PCIe SVM support to ARM SMMUv3
 2017-03-21 20:56 UTC  (8+ messages)
` [RFC PATCH 04/30] iommu/arm-smmu-v3: Add support for PCI ATS
` [RFC PATCH 29/30] vfio: Add support for Shared Virtual Memory

[PATCH 0/2] KVM: MIPS/Emulate: TLBWR & TLBR fixes for T&E
 2017-03-21 19:55 UTC  (5+ messages)
` [PATCH 1/2] KVM: MIPS/Emulate: Fix TLBWR with wired "
` [PATCH 2/2] KVM: MIPS/Emulate: Properly implement TLBR "

[PATCH V12 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2017-03-21 19:19 UTC  (4+ messages)
` [PATCH V12 05/10] acpi: apei: handle SEA notification type for ARMv8

[PATCH v4 00/16] basic vfio-ccw infrastructure
 2017-03-21 18:47 UTC  (9+ messages)
` [PATCH v4 03/16] vfio: ccw: define device_api strings
` [PATCH v4 09/16] vfio: ccw: realize VFIO_DEVICE_GET_REGION_INFO ioctl
` [PATCH v4 11/16] vfio: ccw: realize VFIO_DEVICE_G(S)ET_IRQ_INFO ioctls
` [PATCH v4 14/16] docs: add documentation for vfio-ccw

[PATCH v5 untested] kvm: better MWAIT emulation for guests
 2017-03-21 18:45 UTC  (3+ messages)

[PATCH v3 00/25] arm/arm64: KVM: Rework the hyp-stub API
 2017-03-21 18:36 UTC  (8+ messages)
` [PATCH v3 01/25] arm64: hyp-stub: Implement HVC_RESET_VECTORS stub hypercall

[PATCH v3 00/19] vITS save/restore
 2017-03-21 18:13 UTC  (28+ messages)
` [PATCH v3 03/19] arm/arm64: vgic: turn vgic_find_mmio_region into public
` [PATCH v3 07/19] KVM: arm64: ITS: Report the ITE size in GITS_TYPER
` [PATCH v3 08/19] KVM: arm64: ITS: Interpret MAPD Size field and check related errors
` [PATCH v3 09/19] KVM: arm64: ITS: Interpret MAPD ITT_addr field
` [PATCH v3 10/19] KVM: arm64: ITS: Check the device id matches TYPER DEVBITS range
` [PATCH v3 12/19] KVM: arm64: ITS: vgic_its_alloc_ite/device
` [PATCH v3 14/19] KVM: arm64: ITS: Add infrastructure for table lookup
` [PATCH v3 15/19] KVM: arm64: ITS: Collection table save/restore
` [PATCH v3 16/19] KVM: arm64: ITS: vgic_its_check_id returns the entry's GPA
` [PATCH v3 17/19] KVM: arm64: ITS: ITT flush and restore

[Question] About the behavior of HLT in VMX guest mode
 2017-03-21 16:45 UTC  (9+ messages)

[PATCH v2 1/3] KVM: nVMX: Fix nested VPID vmx exec control
 2017-03-21 16:19 UTC  (11+ messages)
` [PATCH v2 2/3] KVM: VMX: Fix enable VPID even if INVVPID is not exposed in vmx capability
` [PATCH v2 3/3] KVM: x86: correct async page present tracepoint

[PATCH 0/5] Clarify GICC_PMR export format and remove struct vmcr
 2017-03-21 16:01 UTC  (9+ messages)
` [PATCH 1/5] KVM: arm/arm64: Clarify GICC_PMR export format
` [PATCH 2/5] KVM: arm64: vgic: Factor out access_gic_ctlr into separate r/w functions
` [PATCH 3/5] KVM: arm64: vgic: Rename vgic_v3_cpu to vgic_cpu
` [PATCH 4/5] KVM: arm64: vgic: Get rid of struct vmcr for GICv3
` [PATCH 5/5] KVM: arm/arm64: vgic: Get rid of struct vmcr for GICv2

Guest hanging several times a day
 2017-03-21 14:51 UTC 

[PATCH 0/9] KVM: arm/arm64: vgic: Improvements and optimizations
 2017-03-21 14:13 UTC  (28+ messages)
` [PATCH 1/9] KVM: arm/arm64: vgic: Defer touching GICH_VMCR to vcpu_load/put
` [PATCH 2/9] KVM: arm/arm64: vgic: Avoid flushing vgic state when there's no pending IRQ
` [PATCH 3/9] KVM: arm/arm64: vgic: Get rid of live_lrs
` [PATCH 4/9] KVM: arm/arm64: vgic: Get rid of unnecessary process_maintenance operation
    ` [PATCH 4/9] KVM: arm/arm64: vgic: Get rid of unnecessary process_maintenance operationjjjj
` [PATCH 5/9] KVM: arm/arm64: vgic: Get rid of unnecessary save_maint_int_state
` [PATCH 6/9] KVM: arm/arm64: vgic: Get rid of MISR and EISR fields
` [PATCH 7/9] KVM: arm/arm64: vgic: Implement early VGIC init functionality
` [PATCH 8/9] KVM: arm/arm64: vgic: Don't check vgic_initialized in flush_hwstate
` [PATCH 9/9] KVM: arm/arm64: vgic: Improve sync_hwstate performance

[PATCH v2 0/3] KVM: x86: use pic/ioapic destructor when proper
 2017-03-21  9:25 UTC  (7+ messages)
` [PATCH v2 1/3] KVM: x86: clear bus pointer when destroyed
` [PATCH v2 2/3] KVM: x86: check existance before destroy
` [PATCH v2 3/3] KVM: x86: use pic/ioapic destructor when destroy vm

[PATCH 0/2] [PULL] qemu-kvm.git uq/master queue
 2017-03-21  9:03 UTC  (5+ messages)
` [PATCH 1/2] acpi_piix4: fix migration of gpe fields

[PATCH] vfio pci: kernel support of error recovery only for non fatal error
 2017-03-21  8:05 UTC  (7+ messages)

[PATCH] MAINTAINERS: update mail address for NVDIMM
 2017-03-21  5:33 UTC 

[PATCH] KVM: nVMX: Fix L2 guest crash when VPID is disabled on L0
 2017-03-21  4:28 UTC  (3+ messages)

[Bug 194923] New: kvm-intel.nested=1 does not enable nested KVM
 2017-03-21  3:40 UTC  (3+ messages)
` [Bug 194923] "


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