public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-03-06 13:16:38 to 2015-03-11 15:48:06 UTC [more...]

[PATCH 0/6] QEMU ARM64 Migration Fixes
 2015-03-11 15:47 UTC  (11+ messages)
` [PATCH 5/6] target-arm/kvm64: fix save/restore of SPSR regs
` [PATCH 6/6] target-arm/cpu.h: document why env->spsr exists
  ` [Qemu-devel] "

E5-2620v2 - emulation stop error
 2015-03-11 15:42 UTC  (18+ messages)
  ` [Qemu-devel] "

Memory speed passthrough
 2015-03-11 15:28 UTC 

[PATCH 0/9] mips/kvm: Support FPU & SIMD (MSA) in MIPS KVM guests
 2015-03-11 15:22 UTC  (10+ messages)
` [PATCH 1/9] mips/kvm: Drop KVM_REG_MIPS_COUNT_* definitions
` [PATCH 2/9] mips/kvm: Remove a couple of noisy DPRINTFs
` [PATCH 3/9] mips/kvm: Implement PRid CP0 register
` [PATCH 4/9] mips/kvm: Implement Config CP0 registers
` [PATCH 5/9] mips/kvm: Support unsigned KVM registers
` [PATCH 6/9] mips/kvm: Support signed 64-bit "
` [PATCH 7/9] mips/kvm: Add FP & MSA register definitions
` [PATCH 8/9] mips/kvm: Support FPU in MIPS KVM guests
` [PATCH 9/9] mips/kvm: Support MSA "

[PATCH v2 0/6] QEMU ARM64 Migration Fixes
 2015-03-11 15:17 UTC  (11+ messages)
` [PATCH v2 1/6] target-arm: kvm: save/restore mp state
` [PATCH v2 2/6] hw/intc: arm_gic_kvm.c restore config first
  ` [Qemu-devel] "
` [PATCH v2 3/6] hw/char: pl011 don't keep setting the IRQ if nothing changed
  ` [Qemu-devel] "
` [PATCH v2 4/6] target-arm: kvm64 sync FP register state
  ` [Qemu-devel] "
` [PATCH v2 5/6] target-arm: kvm64 fix save/restore of SPSR regs

[PATCH] x86: irq_comm: Add check for RH bit in kvm_set_msi_irq
 2015-03-11 15:05 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] arm/arm64: KVM: Kill CONFIG_KVM_ARM_{VGIC,TIMER}
 2015-03-11 15:07 UTC  (2+ messages)

[PATCH 00/20] MIPS: KVM: Guest FPU & SIMD (MSA) support
 2015-03-11 14:44 UTC  (21+ messages)
` [PATCH 01/20] MIPS: KVM: Handle MSA Disabled exceptions from guest
` [PATCH 02/20] MIPS: Clear [MSA]FPE CSR.Cause after notify_die()
` [PATCH 03/20] MIPS: KVM: Handle TRAP exceptions from guest kernel
` [PATCH 04/20] MIPS: KVM: Implement PRid CP0 register access
` [PATCH 05/20] MIPS: KVM: Sort kvm_mips_get_reg() registers
` [PATCH 06/20] MIPS: KVM: Drop pr_info messages on init/exit
` [PATCH 07/20] MIPS: KVM: Clean up register definitions a little
` [PATCH 08/20] MIPS: KVM: Simplify default guest Config registers
` [PATCH 09/20] MIPS: KVM: Add Config4/5 and writing of "
` [PATCH 10/20] MIPS: KVM: Add vcpu_get_regs/vcpu_set_regs callback
` [PATCH 11/20] MIPS: KVM: Add base guest FPU support
` [PATCH 12/20] MIPS: KVM: Emulate FPU bits in COP0 interface
` [PATCH 13/20] MIPS: KVM: Add FP exception handling
` [PATCH 14/20] MIPS: KVM: Expose FPU registers
  ` [PATCH 15/20] MIPS: KVM: Wire up FPU capability
  ` [PATCH 19/20] MIPS: KVM: Expose MSA registers
` [PATCH 16/20] MIPS: KVM: Add base guest MSA support
` [PATCH 17/20] MIPS: KVM: Emulate MSA bits in COP0 interface
` [PATCH 18/20] MIPS: KVM: Add MSA exception handling
` [PATCH 20/20] MIPS: KVM: Wire up MSA capability

[PATCH v9 0/5] irqfd support for arm/arm64
 2015-03-11 14:24 UTC  (5+ messages)
` [PATCH v9 5/5] KVM: arm/arm64: add irqfd support

[PATCH] KVM: arm/arm64: prefer IS_ENABLED to a static variable
 2015-03-11 14:20 UTC  (2+ messages)

[PATCH] virtio_rpmsg: set DRIVER_OK before using device
 2015-03-11 12:45 UTC  (5+ messages)

[PATCH] KVM: vgic: add virt-capable compatible strings
 2015-03-11 12:43 UTC  (2+ messages)

[PATCH] kvm: x86: i8259: return initialized data on invalid-size read
 2015-03-11 11:16 UTC 

[Bug 86161] New: PROBLEM: On KVM, Window 7 32bit guests sometimes run into blue screen(0x0000005c) during reboot
 2015-03-11 11:15 UTC  (3+ messages)
` [Bug 86161] On KVM, Windows "

[PATCH v5 00/29] powerpc/iommu/vfio: Enable Dynamic DMA windows
 2015-03-11  9:31 UTC  (43+ messages)
` [PATCH v5 01/29] vfio: powerpc/spapr: Move page pinning from arch code to VFIO IOMMU driver
` [PATCH v5 02/29] vfio: powerpc/spapr: Do cleanup when releasing the group
` [PATCH v5 03/29] vfio: powerpc/spapr: Check that TCE page size is equal to it_page_size
` [PATCH v5 04/29] vfio: powerpc/spapr: Use it_page_size
` [PATCH v5 05/29] vfio: powerpc/spapr: Move locked_vm accounting to helpers
` [PATCH v5 06/29] vfio: powerpc/spapr: Disable DMA mappings on disabled container
` [PATCH v5 07/29] vfio: powerpc/spapr: Moving pinning/unpinning to helpers
` [PATCH v5 08/29] vfio: powerpc/spapr: Register memory
` [PATCH v5 09/29] vfio: powerpc/spapr: Rework attach/detach
` [PATCH v5 10/29] powerpc/powernv: Do not set "read" flag if direction==DMA_NONE
` [PATCH v5 11/29] powerpc/iommu: Move tce_xxx callbacks from ppc_md to iommu_table
` [PATCH v5 12/29] powerpc/iommu: Introduce iommu_table_alloc() helper
` [PATCH v5 13/29] powerpc/spapr: vfio: Switch from iommu_table to new iommu_table_group
` [PATCH v5 14/29] vfio: powerpc/spapr: powerpc/iommu: Rework IOMMU ownership control
` [PATCH v5 15/29] vfio: powerpc/spapr: powerpc/powernv/ioda2: "
` [PATCH v5 16/29] powerpc/iommu: Fix IOMMU ownership control functions
` [PATCH v5 17/29] powerpc/powernv/ioda/ioda2: Rework tce_build()/tce_free()
` [PATCH v5 18/29] powerpc/iommu/powernv: Release replaced TCE
` [PATCH v5 19/29] poweppc/powernv/ioda2: Rework iommu_table creation
` [PATCH v5 20/29] powerpc/powernv/ioda2: Introduce pnv_pci_ioda2_create_table/pnc_pci_free_table
` [PATCH v5 21/29] powerpc/powernv/ioda2: Introduce pnv_pci_ioda2_set_window
` [PATCH v5 22/29] powerpc/iommu: Split iommu_free_table into 2 helpers
` [PATCH v5 23/29] powerpc/powernv: Implement multilevel TCE tables
` [PATCH v5 24/29] powerpc/powernv: Change prototypes to receive iommu
` [PATCH v5 25/29] powerpc/powernv/ioda: Define and implement DMA table/window management callbacks
` [PATCH v5 26/29] vfio: powerpc/spapr: Define v2 IOMMU
` [PATCH v5 27/29] vfio: powerpc/spapr: powerpc/powernv/ioda2: Rework ownership
` [PATCH v5 28/29] vfio: powerpc/spapr: Support multiple groups in one container if possible
` [PATCH v5 29/29] vfio: powerpc/spapr: Support Dynamic DMA windows

[PATCH 1/2] powerpc/eeh: Introduce eeh_pe_inject_err()
 2015-03-11  6:34 UTC  (2+ messages)
` [PATCH 2/2] drivers/vfio: Support EEH error injection

CfP 10th Workshop on Virtualization in High-Performance Cloud Computing (VHPC '15)
 2015-03-11  1:02 UTC 

[PATCH] kvm: move advertising of KVM_CAP_IRQFD to common code
 2015-03-11  0:19 UTC  (2+ messages)

[PATCH v3 0/2] kvm: x86: kvm_emulate_*
 2015-03-10 23:58 UTC  (2+ messages)

[PATCH] x86: svm: make wbinvd faster
 2015-03-10 22:37 UTC  (4+ messages)

2 CPU Conformance Issue in KVM/x86
 2015-03-10 20:38 UTC  (14+ messages)

[PATCH] kvm: fix to update memslots properly
 2015-03-10 11:59 UTC  (5+ messages)

[PATCH trivial] KVM: s390: Spelling s/intance/instance/
 2015-03-10  7:58 UTC  (2+ messages)

[PATCH v2] virtio-balloon: do not call blocking ops when !TASK_RUNNING
 2015-03-10  1:26 UTC  (4+ messages)

virtio balloon: do not call blocking ops when !TASK_RUNNING
 2015-03-10  1:26 UTC  (9+ messages)

[PATCHv2 0/9] Fix possible warnings and errors for kvm_main.c
 2015-03-10  1:18 UTC  (3+ messages)

[GIT PULL] KVM fixes for 4.0-rc3
 2015-03-09 21:44 UTC 

[PATCH] KVM: Get rid of kvm_kvfree()
 2015-03-09 21:40 UTC  (4+ messages)

[PATCH] KVM: make halt_poll_ns static
 2015-03-09 21:38 UTC  (5+ messages)

[PATCH kvm-unit-test] x86: vmx: Check #UD triggering of vmmcall
 2015-03-09 20:00 UTC 

[PATCH] KVM: nVMX: Do not emulate #UD while in guest mode
 2015-03-09 19:56 UTC 

[PATCH v2 0/5] KVM ARM64 Migration Fixes
 2015-03-09 19:55 UTC  (11+ messages)
` [PATCH v2 1/5] arm: KVM: export vcpi->pause state via MP_STATE ioctls
` [PATCH v2 2/5] arm/arm64: KVM: Implement support for unqueueing active IRQs
` [PATCH v2 3/5] arm: KVM: add a common vgic_queue_irq_to_lr fn

[PATCH] KVM: x86: Fix re-execution of patched vmmcall
 2015-03-09 19:27 UTC 

[PATCH kvm-unit-test] x86/emulator: Fix inline assembler warning
 2015-03-09 18:16 UTC 

[PATCH v2] x86: svm: use cr_interception for SVM_EXIT_CR0_SEL_WRITE
 2015-03-09 15:49 UTC  (2+ messages)

[RFC/RFT PATCH 0/3] arm64: KVM: work around incoherency with uncached guest mappings
 2015-03-09 15:33 UTC  (15+ messages)

virtio fixes pull for 4.0?
 2015-03-09  8:50 UTC  (3+ messages)

How to use shadow page in KVM?
 2015-03-09  2:06 UTC  (3+ messages)

Device is ineligible for IOMMU domain attach due to platform RMRR requirement
 2015-03-07 14:41 UTC  (6+ messages)

[PATCH stable 3.10, 3.12, 3.14] MIPS: Export FP functions used by lose_fpu(1) for KVM
 2015-03-07 13:30 UTC  (6+ messages)

Funding 0.2% interest rate
 2015-03-07  5:21 UTC 

[PATCH 0/5] vfio-pci: Misc enhancements
 2015-03-06 22:11 UTC  (3+ messages)
` [PATCH 1/5] vfio-pci: Allow PCI IDs to be specified as module options

[PATCH] x86: svm: use cr_interception for SVM_EXIT_CR0_SEL_WRITE
 2015-03-06 20:39 UTC 

[RFC/RFT PATCH 0/3] arm64: KVM: work around incoherency with uncached guest mappings
 2015-03-06 20:33 UTC  (12+ messages)

Partition Disk cloning using dd to KVM with UEFI -> BSOD! or nothing
 2015-03-06 18:02 UTC  (3+ messages)

[PATCH 00/21] RFC: userfaultfd v3
 2015-03-06 15:39 UTC  (3+ messages)
` [PATCH 02/21] userfaultfd: linux/Documentation/vm/userfaultfd.txt
  ` [Qemu-devel] "

[patch -rt 0/2] use simple waitqueue for kvm vcpu waitqueue (v3)
 2015-03-06 13:54 UTC  (3+ messages)
` [patch -rt 1/2] KVM: use simple waitqueue for vcpu->wq

[GIT PULL 00/20] KVM: s390: Features and Fixes for 4.1 (kvm/next)
 2015-03-06 13:16 UTC  (6+ messages)
` [GIT PULL 06/20] KVM: s390: Zero out current VMDB of STSI before including level3 data
` [GIT PULL 08/20] KVM: s390: reinjection of irqs can fail in the tpi handler
` [GIT PULL 15/20] KVM: s390: Use the read_guest_abs() in guest debug functions
` [GIT PULL 17/20] KVM: s390: Vector exceptions
` [GIT PULL 19/20] KVM: s390: Machine Check


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox