kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-03-21 19:20:41 to 2017-03-23 16:40:13 UTC [more...]

[PATCH v1] KVM: kvm_io_bus_unregister_dev() should never fail
 2017-03-23 16:40 UTC  (4+ messages)

kvm: WARNING in mmu_spte_clear_track_bits
 2017-03-23 16:39 UTC  (7+ messages)

[RFC PATCH 00/30] Add PCIe SVM support to ARM SMMUv3
 2017-03-23 15:52 UTC  (23+ messages)
` [RFC PATCH 04/30] iommu/arm-smmu-v3: Add support for PCI ATS
` [RFC PATCH 22/30] iommu: Bind/unbind tasks to/from devices
` [RFC PATCH 24/30] iommu: Specify PASID state when unbinding a task
` [RFC PATCH 29/30] vfio: Add support for Shared Virtual Memory

[PATCH v4 00/28] arm/arm64: KVM: Rework the hyp-stub API
 2017-03-23 15:45 UTC  (29+ messages)
` [PATCH v4 02/28] arm64: KVM: Move lr save/restore to do_el2_call
` [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] KVM: VMX: Fix enable VPID conditions
 2017-03-23 15:39 UTC  (3+ messages)

[PATCH] arm/arm64: KVM: send SIGBUS error to qemu
 2017-03-23 15:06 UTC  (2+ messages)

Guest hanging several times a day
 2017-03-23 15:02 UTC  (2+ messages)

[PATCH v2 00/24] pic/ioapic/irqchip cleanups + minor fixes
 2017-03-23 14:13 UTC  (25+ messages)
` [PATCH v2 01/24] KVM: x86: race between KVM_SET_GSI_ROUTING and KVM_CREATE_IRQCHIP
` [PATCH v2 02/24] KVM: x86: new irqchip mode KVM_IRQCHIP_INIT_IN_PROGRESS
` [PATCH v2 03/24] KVM: x86: check against irqchip_mode in kvm_set_routing_entry()
` [PATCH v2 04/24] KVM: x86: check against irqchip_mode in pic_in_kernel()
` [PATCH v2 05/24] KVM: x86: check against irqchip_mode in ioapic_in_kernel()
` [PATCH v2 06/24] KVM: x86: get rid of pic_irqchip()
` [PATCH v2 07/24] KVM: x86: get rid of ioapic_irqchip()
` [PATCH v2 08/24] KVM: x86: use ioapic_in_kernel() to check for ioapic existence
` [PATCH v2 09/24] KVM: x86: remove duplicate checks for ioapic
` [PATCH v2 10/24] KVM: x86: convert kvm_(set|get)_ioapic() into void
` [PATCH v2 11/24] KVM: x86: don't take kvm->irq_lock when creating IRQCHIP
` [PATCH v2 12/24] KVM: x86: push usage of slots_lock down
` [PATCH v2 13/24] KVM: x86: KVM_IRQCHIP_PIC_MASTER only has 8 pins
` [PATCH v2 14/24] KVM: x86: remove all-vcpu request from kvm_ioapic_init()
` [PATCH v2 15/24] KVM: x86: directly call kvm_make_scan_ioapic_request() in ioapic.c
` [PATCH v2 16/24] KVM: x86: rename kvm_vcpu_request_scan_ioapic()
` [PATCH v2 17/24] KVM: x86: drop goto label in kvm_set_routing_entry()
` [PATCH v2 18/24] KVM: x86: cleanup return handling in setup_routing_entry()
` [PATCH v2 19/24] KVM: x86: simplify pic_unlock()
` [PATCH v2 20/24] KVM: x86: make kvm_pic_reset() static
` [PATCH v2 21/24] KVM: x86: drop picdev_in_range()
` [PATCH v2 22/24] KVM: x86: set data directly in picdev_read()
` [PATCH v2 23/24] KVM: x86: simplify pic_ioport_read()
` [PATCH v2 24/24] KVM: x86: use irqchip_kernel() to check for pic+ioapic

kvm: use-after-free function call in kvm_io_bus_destroy
 2017-03-23 13:17 UTC  (2+ messages)

[PATCH v4 00/16] basic vfio-ccw infrastructure
 2017-03-23 12:02 UTC  (5+ messages)
` [PATCH v4 01/16] s390: cio: introduce cio_cancel_halt_clear
` [PATCH v4 02/16] s390: cio: export more interfaces

[PATCH v4] KVM: VMX: Fix enable VPID even if INVVPID is not exposed in vmx capability
 2017-03-23 12:01 UTC  (2+ messages)

[PATCH v2] KVM: nVMX: fix nested EPT detection
 2017-03-23 11:53 UTC  (2+ messages)

[PATCH v2] KVM: x86: fix user triggerable warning in kvm_apic_accept_events()
 2017-03-23 10:46 UTC 

[PATCH v1] KVM: x86: fix illegal MP_STATE when in/entering SMM
 2017-03-23 10:23 UTC  (4+ messages)

When Qemu/SDL is fullscreen xrandr dual-monitor configuration breaks
 2017-03-23  9:25 UTC 

[PATCH v6] vfio error recovery: kernel support
 2017-03-23  9:07 UTC 

[PATCH] MAINTAINERS: update mail address for NVDIMM
 2017-03-23  8:39 UTC  (3+ messages)
` [Qemu-devel] "

[PATCH net-next 0/8] vhost-net rx batching
 2017-03-23  5:34 UTC  (9+ messages)
` [PATCH net-next 1/8] ptr_ring: introduce batch dequeuing
` [PATCH net-next 7/8] vhost_net: try batch dequing from skb array

[PATCH 0/5] KVM: PPC: Improve MMIO emulation
 2017-03-23  4:26 UTC  (6+ messages)
` [PATCH 1/5] KVM: PPC: Provide functions for queueing up FP/VEC/VSX unavailable interrupts
` [PATCH 2/5] KVM: PPC: Book3S: Add MMIO emulation for FP and VSX instructions
` [PATCH 3/5] KVM: PPC: Add MMIO emulation for stdx (store doubleword indexed)
` [PATCH 4/5] KVM: PPC: Emulation for more integer loads and stores
` [PATCH 5/5] KVM: PPC: Add MMIO emulation for remaining floating-point instructions

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

[PATCH v5] vfio error recovery: kernel support
 2017-03-23  2:20 UTC  (3+ messages)

[PATCH] KVM: nVMX: fix nested EPT detection
 2017-03-22 20:45 UTC  (3+ messages)

[PATCH] kvm: pass the virtual SEI syndrome to guest OS
 2017-03-22 18:56 UTC  (15+ messages)

[kvm-unit-tests PATCH v4 0/2] powerpc: Test SPR persistency during migration
 2017-03-22 17:39 UTC  (7+ 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 v3 00/19] vITS save/restore
 2017-03-22 16:22 UTC  (27+ messages)
` [PATCH v3 05/19] KVM: arm64: ITS: Implement vgic_its_has_attr_regs and attr_regs_access
` [PATCH v3 11/19] KVM: arm64: ITS: KVM_DEV_ARM_VGIC_GRP_ITS_TABLES group
` [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
` [PATCH v3 18/19] KVM: arm64: ITS: Device table save/restore
` [PATCH v3 19/19] KVM: arm64: ITS: Pending "

kvm: WARNING In kvm_apic_accept_events
 2017-03-22 15:35 UTC  (9+ messages)

[PATCH v2 1/4] iommu: Disambiguate MSI region types
 2017-03-22 15:16 UTC  (2+ messages)

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

[PATCH v5 untested] kvm: better MWAIT emulation for guests
 2017-03-22 14:15 UTC  (16+ 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 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

[PATCH] kvm: pass the virtual SEI syndrome to guest OS
 2017-03-22  3:20 UTC  (2+ messages)

[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  (3+ messages)
` [PATCH kernel v10 04/10] powerpc/vfio_spapr_tce: Add reference counting to iommu_table

[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

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


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