public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-11-26 09:20:17 to 2014-11-27 20:16:42 UTC [more...]

[PATCH 0/4] KVM: x86: APIC fixes
 2014-11-27 20:16 UTC  (7+ messages)
` [PATCH 1/4] KVM: x86: deliver phys lowest-prio
` [PATCH 2/4] KVM: x86: fix APIC physical destination wrapping
` [PATCH 3/4] KVM: x86: allow 256 logical x2APICs again
` [PATCH 4/4] KVM: x86: don't retry hopeless APIC delivery

[PATCH v6 28/46] vhost: make features 64 bit
 2014-11-27 20:11 UTC  (9+ messages)
` [PATCH v6 29/46] vhost: add memory access wrappers
` [PATCH v6 30/46] vhost/net: force len for TX to host endian
` [PATCH v6 31/46] vhost: virtio 1.0 endian-ness support
` [PATCH v6 32/46] vhost/net: virtio 1.0 byte swap
` [PATCH v6 33/46] vhost/net: larger header for virtio 1.0
` [PATCH v6 35/46] vhost/net: enable "
` [PATCH v6 36/46] vhost/net: suppress compiler warning
` [PATCH v6 45/46] vhost/scsi: partial virtio 1.0 support

[PATCH] xen: privcmd: schedule() after private hypercall when non CONFIG_PREEMPT
 2014-11-27 18:50 UTC  (5+ messages)
    ` [Xen-devel] "

[PATCH 0/5] Improve PSCI system events and fix reboot bugs
 2014-11-27 18:41 UTC  (6+ messages)
` [PATCH 1/5] arm/arm64: KVM: Correct KVM_ARM_VCPU_INIT power off option
` [PATCH 2/5] arm/arm64: KVM: Reset the HCR on each vcpu when resetting the vcpu
` [PATCH 3/5] arm/arm64: KVM: Clarify KVM_ARM_VCPU_INIT ABI
` [PATCH 4/5] arm/arm64: KVM: Introduce stage2_unmap_vm
` [PATCH 5/5] arm/arm64: KVM: Turn off vcpus and flush stage-2 pgtables on sytem exit events

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

[PATCH v3 1/6] vfio: implement iommu driver capabilities with an enum
 2014-11-27 17:22 UTC  (6+ messages)
  ` [PATCH v3 2/6] vfio: type1: support for ARM SMMUs
  ` [PATCH v3 3/6] vfio: introduce the VFIO_DMA_MAP_FLAG_NOEXEC flag
  ` [PATCH v3 4/6] vfio: type1: replace domain wide protection flags with supported capabilities
  ` [PATCH v3 5/6] vfio: type1: replace vfio_domains_have_iommu_cache with generic function
  ` [PATCH v3 6/6] vfio: type1: implement the VFIO_DMA_MAP_FLAG_NOEXEC flag

[PATCH] KVM: x86: Fix reserved x2apic registers
 2014-11-27 17:08 UTC  (6+ messages)
  ` [PATCH v2] "

[PATCH] KVM: x86: use MSR_ICR instead of a number
 2014-11-27 17:07 UTC  (2+ messages)

[PATCH RFC v4 00/16] qemu: towards virtio-1 host support
 2014-11-27 16:38 UTC  (28+ messages)
` [PATCH RFC v4 01/16] linux-headers/virtio_config: Update with VIRTIO_F_VERSION_1
` [PATCH RFC v4 02/16] virtio: cull virtio_bus_set_vdev_features
` [PATCH RFC v4 03/16] virtio: support more feature bits
` [PATCH RFC v4 04/16] s390x/virtio-ccw: fix check for WRITE_FEAT
` [PATCH RFC v4 05/16] virtio: introduce legacy virtio devices
` [PATCH RFC v4 06/16] virtio: allow virtio-1 queue layout
` [PATCH RFC v4 07/16] dataplane: allow virtio-1 devices
` [PATCH RFC v4 08/16] s390x/css: Add a callback for when subchannel gets disabled
` [PATCH RFC v4 09/16] s390x/virtio-ccw: add virtio set-revision call
` [PATCH RFC v4 10/16] s390x/virtio-ccw: support virtio-1 set_vq format
` [PATCH RFC v4 11/16] virtio: disallow late feature changes for virtio-1
` [PATCH RFC v4 12/16] virtio: allow to fail setting status
` [PATCH RFC v4 13/16] s390x/virtio-ccw: enable virtio 1.0
` [PATCH RFC v4 14/16] virtio-net: no writeable mac for virtio-1
` [PATCH RFC v4 15/16] virtio-net: support longer header
` [PATCH RFC v4 16/16] virtio-net: enable virtio 1.0

[PATCH] KVM: Introduce dynamically registered hypercall capability
 2014-11-27 15:31 UTC  (3+ messages)

[PATCH] KVM: x86: Generate #UD when memory operand is required
 2014-11-27 14:58 UTC  (6+ messages)
` [PATCH kvm-unit-tests] x86: Test illegal movbe
    ` [PATCH kvm-unit-tests v2] "

[PATCH 00/21] Fixes for various KVM bugs
 2014-11-27 13:39 UTC  (10+ messages)
` [PATCH 14/21] KVM: x86: Software disabled APIC should still deliver NMIs

[PATCH v5 27/45] vhost: make features 64 bit
 2014-11-27 12:33 UTC  (9+ messages)
` [PATCH v5 28/45] vhost: add memory access wrappers
` [PATCH v5 29/45] vhost/net: force len for TX to host endian
` [PATCH v5 30/45] vhost: virtio 1.0 endian-ness support
` [PATCH v5 31/45] vhost/net: virtio 1.0 byte swap
` [PATCH v5 32/45] vhost/net: larger header for virtio 1.0
` [PATCH v5 34/45] vhost/net: enable "
` [PATCH v5 35/45] vhost/net: suppress compiler warning
` [PATCH v5 44/45] vhost/scsi: partial virtio 1.0 support

Allocating dedicated RAM to host that guest can not use
 2014-11-27 12:16 UTC  (4+ messages)

[RFC PATCH 0/6] ARM64: KVM: PMU infrastructure support
 2014-11-27 11:06 UTC  (15+ messages)

[RFC PATCH 0/5] ARM: KVM: Enable the ioeventfd capability of KVM on ARM
 2014-11-27 11:01 UTC  (10+ messages)
` [RFC PATCH 1/5] KVM: redesing kvm_io_bus_ API to pass VCPU structure to the callbacks
` [RFC PATCH 2/5] ARM: on IO mem abort - route the call to KVM MMIO bus
` [RFC PATCH 3/5] KVM: ARM VGIC add kvm_io_bus_ frontend
` [RFC PATCH 4/5] ARM: enable linking against eventfd and irqchip

[RFC PATCH] KVM: Introduce dynamically registered hypercall capability
 2014-11-27 10:37 UTC 

[PATCH RFC v3 00/12] qemu: towards virtio-1 host support
 2014-11-27 10:34 UTC  (18+ messages)
` [PATCH RFC v3 01/12] linux-headers/virtio_config: Update with VIRTIO_F_VERSION_1
` [PATCH RFC v3 02/12] virtio: cull virtio_bus_set_vdev_features
` [PATCH RFC v3 03/12] virtio: support more feature bits
` [PATCH RFC v3 04/12] s390x/virtio-ccw: fix check for WRITE_FEAT
` [PATCH RFC v3 05/12] virtio: introduce legacy virtio devices
  ` [Qemu-devel] "
` [PATCH RFC v3 06/12] virtio: allow virtio-1 queue layout
` [PATCH RFC v3 07/12] dataplane: allow virtio-1 devices
` [PATCH RFC v3 08/12] s390x/css: Add a callback for when subchannel gets disabled
` [PATCH RFC v3 09/12] s390x/virtio-ccw: add virtio set-revision call
` [PATCH RFC v3 10/12] s390x/virtio-ccw: support virtio-1 set_vq format
` [PATCH RFC v3 11/12] virtio-net/virtio-blk: enable virtio 1.0
` [PATCH RFC v3 12/12] s390x/virtio-ccw: "

[question] lots of interrupts injected to vm when pressing some key w/o releasing
 2014-11-27  8:54 UTC  (9+ messages)
    ` [question] lots of interrupts injected to vm when pressing somekey "

[PATCH net-next] vhost: remove unnecessary forward declarations in vhost.h
 2014-11-27  6:41 UTC 

[question] what is virtio-1 device?
 2014-11-27  2:11 UTC  (5+ messages)

[PATCH 1/3] KVM: PPC: BOOK3S: HV: Add helpers for lock/unlock hpte
 2014-11-27  0:45 UTC  (3+ messages)
` [PATCH 3/3] KVM: PPC: BOOK3S: HV: Rename variable for better readability

[PATCH 0/7] KVM Guest Debug support for arm64
 2014-11-26 19:27 UTC  (30+ messages)
` [PATCH 1/7] KVM: add commentary for kvm_debug_exit_arch struct
` [PATCH 2/7] KVM: arm: guest debug, define API headers
` [PATCH 3/7] KVM: arm: guest debug, add stub KVM_SET_GUEST_DEBUG ioctl
` [PATCH 4/7] KVM: arm64: guest debug, add SW break point support
` [PATCH 5/7] KVM: arm64: guest debug, add support for single-step
` [PATCH 6/7] KVM: arm64: re-factor hyp.S debug register code
` [PATCH 7/7] KVM: arm64: guest debug, HW assisted debug support

[CFT PATCH v2 0/2] KVM: support XSAVES usage in the host
 2014-11-26 17:31 UTC  (16+ messages)
` [CFT PATCH v2 2/2] KVM: x86: "

Another Obsolete Fix me in trace.h?
 2014-11-26 15:23 UTC  (9+ messages)

[PATCH v4 25/42] vhost: add memory access wrappers
 2014-11-26 15:01 UTC  (10+ messages)
` [PATCH v4 26/42] vhost/net: force len for TX to host endian

With '-cpu host' in L1 nested guest fails: "KVM: entry failed, hardware error 0x7"
 2014-11-26 13:42 UTC 

[GIT PULL] KVM changes for 3.18-rc7 (or final)
 2014-11-26 13:51 UTC 

[PATCH v4 0/3] irqfd support for arm/arm64
 2014-11-26 13:00 UTC  (9+ messages)
` [PATCH v4 2/3] KVM: arm: add irqfd support

[PATCH] target-i386: add feature flags for CPUID[EAX=0xd,ECX=1]
 2014-11-26 12:46 UTC  (6+ messages)

Exposing host debug capabilities to userspace
 2014-11-26 12:23 UTC  (8+ messages)

[PATCH RFC 0/2] assign each vcpu an owning thread and improve yielding
 2014-11-26  9:31 UTC  (5+ messages)
` [PATCH RFC 1/2] KVM: don't check for PF_VCPU when yielding


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