public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-01-28 15:43:47 to 2015-02-02 21:13:22 UTC [more...]

[PATCH v3 0/2] x86/arm64: add xenconfig
 2015-02-02 21:13 UTC  (9+ messages)

[PATCH v3] PCI: Add guard to avoid mapping a invalid msix base address
 2015-02-02 21:06 UTC  (5+ messages)
` [Xen-devel] "

[patch 0/2] Fix busy-spin of lapic_timer_int_injected with APIC-v
 2015-02-02 18:14 UTC  (6+ messages)
` [patch 1/2] KVM: x86: fix "
` [patch 2/2] KVM: x86: revert "add method to test PIR bitmap vector"

[PATCH v4 6/6] KVM: nVMX: Enable nested posted interrupt processing
 2015-02-02 16:14 UTC  (4+ messages)

[kvm-unit-tests PATCH 00/18] arm/arm64: add smp support
 2015-02-02 14:35 UTC  (24+ messages)
` [PATCH 01/18] x86: expose spin_lock/unlock to lib code
` [PATCH 02/18] lib/report: guard access to counters
` [PATCH 03/18] arm: fixups: add barriers, actually set MAIR
` [PATCH 04/18] arm64: fixup: use id_aa64mmfr0_el1 to set tcr
` [PATCH 05/18] arm/arm64: processor.[ch] cleanups
` [PATCH 06/18] arm/arm64: get rid of get_sp()
` [PATCH 07/18] arm/arm64: introduce thread_info
` [PATCH 08/18] arm/arm64: add per thread user_mode flag
` [PATCH 09/18] arm/arm64: maintain per thread exception handlers
` [PATCH 10/18] arm/arm64: add simple cpumask API
` [PATCH 11/18] arm/arm64: make mmu_on per cpu
` [PATCH 12/18] arm64: implement spinlocks
` [PATCH 13/18] arm/arm64: import include/uapi/linux/psci.h
` [PATCH 14/18] arm/arm64: add some PSCI API
` [PATCH 15/18] arm/arm64: add cpu_relax() and friends
` [PATCH 16/18] arm: clarify comment about exception stack use
` [PATCH 17/18] arm/arm64: add smp_boot_secondary
  ` [PATCH v2 "
  ` [PATCH v3 "
  ` [PATCH v4 "
` [PATCH 18/18] arm/arm64: Add smp selftest

[PATCH 0/8] KVM: minor APIC fixes and cleanups
 2015-02-02 14:30 UTC  (34+ messages)
` [PATCH 1/8] KVM: x86: return bool from kvm_apic_match*()
` [PATCH 2/8] KVM: x86: cleanup kvm_apic_match_*()
` [PATCH 3/8] KVM: x86: replace 0 with APIC_DEST_PHYSICAL
` [PATCH 4/8] KVM: x86: fix x2apic logical address matching
` [PATCH 5/8] KVM: x86: use MDA for interrupt matching
` [PATCH 6/8] KVM: x86: allow mixed APIC mode broadcast
` [PATCH 7/8] KVM: x86: avoid logical_map when it is invalid
` [PATCH 8/8] KVM: x86: simplify kvm_apic_map

[PATCH kvm-kmod 0/4] Update to 3.19-rc1
 2015-02-02  9:05 UTC  (4+ messages)
` [PATCH 1/4] stubs for xsavec support

[PATCH] kvmppc: Implement H_LOGICAL_CI_{LOAD,STORE} in KVM
 2015-02-02  9:04 UTC  (3+ messages)

[PATCH 0/8] vhost/scsi: Add ANY_LAYOUT support
 2015-02-02  8:15 UTC  (14+ messages)
` [PATCH 1/8] lib/iovec: Add memcpy_fromiovec_out library function
` [PATCH 2/8] vhost/scsi: Convert completion path to use memcpy_toiovecend
` [PATCH 3/8] vhost/scsi: Fix incorrect early vhost_scsi_handle_vq failures
` [PATCH 4/8] vhost/scsi: Change vhost_scsi_map_to_sgl to accept iov ptr + len
` [PATCH 5/8] vhost/scsi: Add common vhost_scsi_queue_desc code
` [PATCH 6/8] vhost/scsi: Add ANY_LAYOUT prerequisites
` [PATCH 7/8] vhost/scsi: Add ANY_LAYOUT support
` [PATCH 8/8] vhost/scsi: Set VIRTIO_F_ANY_LAYOUT + VIRTIO_F_VERSION_1 feature bits

[PATCH v2 15/18] vhost: switch vhost get_indirect() to iov_iter, kill memcpy_fromiovec()
 2015-02-02  7:59 UTC  (4+ messages)
` [PATCH v2 16/18] vhost: don't bother with copying iovec in handle_tx()
` [PATCH v2 17/18] vhost: don't bother copying iovecs in handle_rx(), kill memcpy_toiovecend()
` [PATCH v2 18/18] vhost: vhost_scsi_handle_vq() should just use copy_from_user()

[target:for-next 16/21] drivers/vhost/scsi.c:1081:5: sparse: symbol 'vhost_skip_iovec_bytes' was not declared. Should it be static?
 2015-02-02  6:35 UTC  (3+ messages)
` [PATCH target] vhost/scsi: vhost_skip_iovec_bytes() can be static

[PATCH-v2 00/11] vhost/scsi: Add ANY_LAYOUT + VERSION_1 support
 2015-02-02  4:47 UTC  (14+ messages)
` [PATCH-v2 01/11] lib/iovec: Add memcpy_fromiovec_out library function
` [PATCH-v2 02/11] vhost/scsi: Convert completion path to use memcpy_toiovecend
` [PATCH-v2 03/11] vhost/scsi: Fix incorrect early vhost_scsi_handle_vq failures
` [PATCH-v2 04/11] vhost/scsi: Change vhost_scsi_map_to_sgl to accept iov ptr + len
` [PATCH-v2 05/11] vhost/scsi: Add ANY_LAYOUT iov -> sgl mapping prerequisites
` [PATCH-v2 06/11] vhost/scsi: Add ANY_LAYOUT vhost_skip_iovec_bytes helper
` [PATCH-v2 07/11] vhost/scsi: Add ANY_LAYOUT vhost_virtqueue callback
` [PATCH-v2 08/11] vhost/scsi: Set VIRTIO_F_ANY_LAYOUT + VIRTIO_F_VERSION_1 feature bits
` [PATCH-v2 09/11] vhost/scsi: Drop legacy pre virtio v1.0 !ANY_LAYOUT logic
` [PATCH-v2 10/11] vhost/scsi: Drop left-over scsi_tcq.h include
` [PATCH-v2 11/11] vhost/scsi: Global tcm_vhost -> vhost_scsi rename

[v3 00/26] Add VT-d Posted-Interrupts support
 2015-02-02  1:06 UTC  (13+ messages)
` [v3 02/26] iommu: Add new member capability to struct irq_remap_ops
` [v3 04/26] iommu, x86: Implement irq_set_vcpu_affinity for intel_ir_chip
` [v3 08/26] iommu, x86: Add intel_irq_remapping_capability() for Intel
` [v3 21/26] x86, irq: Define a global vector for VT-d Posted-Interrupts

Centos 6.6 on Centos 6.6,internal error process exited
 2015-01-31 12:36 UTC  (2+ messages)

[PATCH v13 05/18] vfio/platform: return info for device memory mapped IO regions
 2015-01-30 13:46 UTC  (18+ messages)
` [PATCH v13 07/18] vfio/platform: support MMAP of MMIO regions
` [PATCH v13 10/18] vfio/platform: trigger an interrupt via eventfd
  ` [PATCH v13 01/18] vfio/platform: initial skeleton of VFIO support for platform devices
  ` [PATCH v13 02/18] vfio: platform: probe to devices on the platform bus
  ` [PATCH v13 03/18] vfio: platform: add the VFIO PLATFORM module to Kconfig
  ` [PATCH v13 04/18] vfio/platform: return info for bound device
  ` [PATCH v13 06/18] vfio/platform: read and write support for the device fd
  ` [PATCH v13 08/18] vfio/platform: return IRQ info
  ` [PATCH v13 09/18] vfio/platform: initial interrupts support code
  ` [PATCH v13 11/18] vfio/platform: support for level sensitive interrupts
  ` [PATCH v13 12/18] vfio: add a vfio_ prefix to virqfd_enable and virqfd_disable and export
  ` [PATCH v13 13/18] vfio: virqfd: rename vfio_pci_virqfd_init and vfio_pci_virqfd_exit
  ` [PATCH v13 14/18] vfio: add local lock for virqfd instead of depending on VFIO PCI
  ` [PATCH v13 15/18] vfio: pass an opaque pointer on virqfd initialization
  ` [PATCH v13 16/18] vfio: move eventfd support code for VFIO_PCI to a separate file
  ` [PATCH v13 17/18] vfio: initialize the virqfd workqueue in VFIO generic code
` [PATCH v13 18/18] vfio/platform: implement IRQ masking/unmasking via an eventfd

[PATCH] vhost-scsi: introduce an ioctl to get the minimum tpgt
 2015-01-30 12:19 UTC  (2+ messages)

[GIT PULL] Final KVM patches for 3.19
 2015-01-30 12:05 UTC 

[GIT PULL 0/3] Second round of KVM/ARM fixes for 3.19
 2015-01-30 11:30 UTC  (5+ messages)
` [GIT PULL 1/3] arm/arm64: KVM: Use set/way op trapping to track the state of the caches
` [GIT PULL 2/3] arm/arm64: KVM: Invalidate data cache on unmap
` [GIT PULL 3/3] arm/arm64: KVM: Use kernel mapping to perform invalidation on page fault

[PATCH 0/3] vhost/scsi: Enable virtio 1.0 host_feature bits
 2015-01-30  8:35 UTC  (4+ messages)
` [PATCH 1/3] vhost/scsi: Add VIRTIO_SCSI_F_HOTPLUG host_feature bit
` [PATCH 2/3] vhost/scsi: Add VIRTIO_SCSI_F_T10_PI "
` [PATCH 3/3] vhost/scsi: Add VIRTIO_F_ANY_LAYOUT "

[PATCH v3 0/5] ARM: KVM: Enable the ioeventfd capability of KVM on ARM
 2015-01-30  7:48 UTC  (8+ messages)
` [PATCH v3 3/5] KVM: ARM VGIC add kvm_io_bus_ frontend

[PATCH] KVM: trace: fix trace_kvm_pml_full build error on i386
 2015-01-30  3:04 UTC 

How does kvm achieve an 'advanced' process separation
 2015-01-30  2:26 UTC  (5+ messages)

[PATCH] KVM: x86: check LAPIC presence when building apic_map
 2015-01-29 21:33 UTC 

[PATCH v5 0/2] x86/xen: add xen hypercall preemption
 2015-01-29 20:35 UTC  (5+ messages)
` [PATCH v5 2/2] x86/xen: allow privcmd hypercalls to be preempted on 64-bit

intel-iommu/vfio-pci: crash in dmar_insert_dev_info
 2015-01-29 19:06 UTC  (2+ messages)

randconfig bug: ARM/KVM link error in hyp_idmap section
 2015-01-29 17:51 UTC  (4+ messages)

[PATCH v3 4/6] vfio: type1: replace domain wide protection flags with supported capabilities
 2015-01-29 16:13 UTC  (2+ messages)

[Bug 92291] New: kvm/guest crashes when smp > 1 with AMD FX8300; with host kernel oops from abrt as well
 2015-01-29 14:38 UTC  (4+ messages)
` [Bug 92291] "

[PATCH v3 0/3] arm/arm64: KVM: Random selection of cache related fixes
 2015-01-29 14:28 UTC  (11+ messages)
` [PATCH v3 1/3] arm/arm64: KVM: Use set/way op trapping to track the state of the caches
` [PATCH v3 2/3] arm/arm64: KVM: Invalidate data cache on unmap
` [PATCH v3 3/3] arm/arm64: KVM: Use kernel mapping to perform invalidation on page fault

Windows 2008 Guest BSODS with CLOCK_WATCHDOG_TIMEOUT on VM migration
 2015-01-29  7:57 UTC  (5+ messages)

[PATCH v4 0/6] KVM: nVMX: Enable nested apicv support
 2015-01-29  5:31 UTC  (3+ messages)

[PATCH v4 2/6] KVM: nVMX: Enable nested virtualize x2apic mode
 2015-01-29  4:05 UTC  (4+ messages)

[PATCH v2] PCI: Add guard to avoid mapping a invalid msix base address
 2015-01-29  1:30 UTC  (4+ messages)
      ` [Xen-devel] "

[PATCH v4 1/6] KVM: nVMX: Use hardware MSR bitmap
 2015-01-28 16:27 UTC  (3+ messages)

[PATCH v4 5/6] KVM: nVMX: Enable nested virtual interrupt delivery
 2015-01-28 16:00 UTC 

[PATCH v4 4/6] KVM: nVMX: Enable nested apic register virtualization
 2015-01-28 15:59 UTC 

[PATCH v4 3/6] KVM: nVMX: Make nested control MSRs per-cpu
 2015-01-28 15:58 UTC 

[PATCH v4 1/6] KVM: nVMX: Use hardware MSR bitmap
 2015-01-28 15:54 UTC 

Status IGD pass-through with QEMU/KVM
 2015-01-28 15:43 UTC  (3+ messages)


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