kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-12-01 16:05:39 to 2014-12-03 13:00:12 UTC [more...]

[PATCH RFC 0/2] assign each vcpu an owning thread and improve yielding
 2014-12-03 13:00 UTC  (14+ messages)
` [PATCH RFC 1/2] KVM: don't check for PF_VCPU when yielding
` [PATCH RFC 2/2] KVM: thread creating a vcpu is the owner of that vcpu

[PATCH v3 3/3] kvm: x86: Enable Intel XSAVES for guest
 2014-12-03 12:33 UTC  (2+ messages)

Windows 7 VM BSOD
 2014-12-03 12:14 UTC  (11+ messages)

[PATCH] KVM: cpuid: mask more bits in leaf 0xd and subleaves
 2014-12-03 12:10 UTC  (5+ messages)

[PATCH RFC v5 00/19] qemu: towards virtio-1 host support
 2014-12-03 11:44 UTC  (30+ messages)
` [PATCH RFC v5 01/19] linux-headers/virtio_config: Update with VIRTIO_F_VERSION_1
` [PATCH RFC v5 02/19] virtio: cull virtio_bus_set_vdev_features
` [PATCH RFC v5 03/19] virtio: feature bit manipulation helpers
` [PATCH RFC v5 04/19] virtio: add feature checking helpers
` [PATCH RFC v5 05/19] virtio: support more feature bits
` [PATCH RFC v5 06/19] virtio: endianness checks for virtio 1.0 devices
` [PATCH RFC v5 07/19] virtio: allow virtio-1 queue layout
` [PATCH RFC v5 08/19] dataplane: allow virtio-1 devices
` [PATCH RFC v5 09/19] s390x/css: Add a callback for when subchannel gets disabled
` [PATCH RFC v5 10/19] s390x/virtio-ccw: add virtio set-revision call
` [PATCH RFC v5 11/19] s390x/virtio-ccw: support virtio-1 set_vq format
` [PATCH RFC v5 12/19] virtio: disallow late feature changes for virtio-1
` [PATCH RFC v5 13/19] virtio: allow to fail setting status
` [PATCH RFC v5 14/19] s390x/virtio-ccw: enable virtio 1.0
` [PATCH RFC v5 15/19] virtio-net: no writeable mac for virtio-1
` [PATCH RFC v5 16/19] virtio-net: support longer header
` [PATCH RFC v5 17/19] virtio-net: enable virtio 1.0
` [PATCH RFC v5 18/19] virtio: support revision-specific features
` [PATCH RFC v5 19/19] virtio-blk: revision specific feature bits

[PATCH] KVM: arm/arm64: vgic: add init entry to VGIC KVM device
 2014-12-03 10:45 UTC  (5+ messages)

What's the difference between EPT_MISCONFIG and EPT_VIOLATION?
 2014-12-03 10:24 UTC  (5+ messages)

usb audio device troubles
 2014-12-03  9:28 UTC  (7+ messages)

[kvm-unit-tests PATCH] x86: emulator: Fix h_mem usage in tests_smsw
 2014-12-03  9:15 UTC  (2+ messages)

[PATCH RESCEND v2] target-i386: Intel xsaves
 2014-12-03  8:49 UTC  (2+ messages)

KVM call for agenda for 2014-12-08
 2014-12-03  8:46 UTC  (2+ messages)

[v2 00/25] Add VT-d Posted-Interrupts support
 2014-12-03  7:39 UTC  (26+ messages)
  ` [v2 01/25] genirq: Introduce irq_set_vcpu_affinity() to target an interrupt to a VCPU
  ` [v2 02/25] iommu: Add new member capability to struct irq_remap_ops
  ` [v2 03/25] iommu, x86: Define new irte structure for VT-d Posted-Interrupts
  ` [v2 04/25] iommu, x86: Implement irq_set_vcpu_affinity for intel_ir_chip
  ` [v2 05/25] x86, irq: Implement irq_set_vcpu_affinity for pci_msi_ir_controller
  ` [v2 06/25] iommu, x86: No need to migrating irq for VT-d Posted-Interrupts
  ` [v2 07/25] iommu, x86: Add cap_pi_support() to detect VT-d PI capability
  ` [v2 08/25] iommu, x86: Add intel_irq_remapping_capability() for Intel
  ` [v2 09/25] iommu, x86: define irq_remapping_cap()
  ` [v2 10/25] KVM: change struct pi_desc for VT-d Posted-Interrupts
  ` [v2 11/25] KVM: Add some helper functions for Posted-Interrupts
  ` [v2 12/25] KVM: Initialize VT-d Posted-Interrupts Descriptor
  ` [v2 13/25] KVM: Define a new interface kvm_find_dest_vcpu() for VT-d PI
  ` [v2 14/25] KVM: Get Posted-Interrupts descriptor address from struct kvm_vcpu
  ` [v2 15/25] KVM: Make struct kvm_irq_routing_table accessible
  ` [v2 16/25] KVM: make kvm_set_msi_irq() public
  ` [v2 17/25] KVM: kvm-vfio: User API for VT-d Posted-Interrupts
  ` [v2 18/25] KVM: kvm-vfio: implement the VFIO skeleton "
  ` [v2 19/25] KVM: x86: kvm-vfio: VT-d posted-interrupts setup
  ` [v2 20/25] x86, irq: Define a global vector for VT-d Posted-Interrupts
  ` [v2 21/25] KVM: Update Posted-Interrupts descriptor during vCPU scheduling
  ` [v2 22/25] KVM: Change NDST field after "
  ` [v2 23/25] KVM: Add the handler for Wake-up Vector
  ` [v2 24/25] KVM: Suppress posted-interrupt when 'SN' is set
  ` [v2 25/25] iommu/vt-d: Add a command line parameter for VT-d posted-interrupts

[PATCH] xen: privcmd: schedule() after private hypercall when non CONFIG_PREEMPT
 2014-12-03  4:37 UTC  (16+ messages)
                ` [Xen-devel] "

[PATCH] powerpc: powernv: Return to cpu offline loop when finished in KVM guest
 2014-12-03  3:48 UTC 

[PATCH 0/5] Fixes and improvements for HV KVM on PPC
 2014-12-03  2:30 UTC  (6+ messages)
` [PATCH 1/5] KVM: PPC: Book3S HV: Remove code for PPC970 processors
` [PATCH 2/5] KVM: PPC: Book3S HV: Fix endianness of instruction obtained from HEIR register
` [PATCH 3/5] KVM: PPC: Book3S HV: Improve H_CONFER implementation
` [PATCH 4/5] KVM: PPC: Book3S HV: Add fast real-mode H_RANDOM implementation
` [PATCH 5/5] KVM: PPC: Book3S: Enable in-kernel XICS emulation by default

[PATCH v2] target-i386: Intel xsaves
 2001-01-02 19:40 UTC 

[PATCH v4 0/3] kvm: vmx: enable xsaves for kvm
 2014-12-03  1:01 UTC  (4+ messages)
` [PATCH v4 1/3] kvm: vmx: Intel XSAVES vmx and msr handle
` [PATCH v4 2/3] kvm: vmx: add kvm_get/set logic to xsaves
` [PATCH v4 3/3] kvm: x86: Enable Intel XSAVES for guest

[PATCH v2 1/2] kvm: x86: revert mask out xsaves
 2014-12-03  0:50 UTC  (7+ messages)
` [PATCH v2 2/2] kvm: vmx: enable intel xsaves for guest

[PATCH v13 00/11] qspinlock: a 4-byte queue spinlock with PV support
 2014-12-03  0:40 UTC  (6+ messages)
` [PATCH v13 09/11] pvqspinlock, x86: Add para-virtualization support
` [PATCH v13 10/11] pvqspinlock, x86: Enable PV qspinlock for KVM

[PATCH v3 0/3] kvm: vmx: enable xsaves for kvm
 2014-12-03  0:09 UTC  (5+ messages)
` [PATCH v3 1/3] kvm: x86: Intel XSAVES vmx and msr handle
` [PATCH v3 2/3] kvm: vmx: add kvm_get/set logic to xsaves

[PATCH 0/5] kvm: memslots lookup optimization
 2014-12-02 21:03 UTC  (12+ messages)
` [PATCH 1/5] kvm: update_memslots: drop not needed check for the same number of pages
` [PATCH 2/5] kvm: update_memslots: drop not needed check for the same slot
` [PATCH 3/5] kvm: search_memslots: add simple LRU memslot caching
` [PATCH 4/5] kvm: change memslot sorting rule from size to GFN
` [PATCH 5/5] kvm: optimize GFN to memslot lookup with large slots amount

[PATCH 0/5] Improve PSCI system events and fix reboot bugs
 2014-12-02 19:02 UTC  (17+ messages)
` [PATCH 1/5] arm/arm64: KVM: Correct KVM_ARM_VCPU_INIT power off option
` [PATCH 3/5] arm/arm64: KVM: Clarify KVM_ARM_VCPU_INIT ABI
` [PATCH 5/5] arm/arm64: KVM: Turn off vcpus and flush stage-2 pgtables on sytem exit events

[RFC PATCH v2 0/2] kvm-vfio: implement the vfio skeleton for VT-d Posted-Interrupts
 2014-12-02 18:29 UTC  (11+ messages)
` [RFC PATCH v2 1/2] KVM: kvm-vfio: User API "

TUN_F_UFO change breaks live migration
 2014-12-02 17:44 UTC  (5+ messages)
    ` [PATCH net] Revert "drivers/net: Disable UFO through virtio" in macvtap and tun

[PATCH] KVM: Introduce dynamically registered hypercall capability
 2014-12-02 16:08 UTC  (6+ messages)

[PATCH] x86, microcode: Don't initialize microcode code on paravirt
 2014-12-02 14:58 UTC  (7+ messages)

Allocating dedicated RAM to host that guest can not use
 2014-12-02 13:30 UTC  (5+ messages)

[PATCH 0/7] KVM Guest Debug support for arm64
 2014-12-02 13:23 UTC  (9+ messages)
` [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] target-i386: Intel xsaves
 2014-12-02 12:33 UTC  (2+ messages)

[qemu] virtio drivers implementation details
 2014-12-02 11:27 UTC  (3+ messages)

[PATCH 1/2] kvm: x86: revert mask out xsaves
 2014-12-02  5:17 UTC  (2+ messages)
` [PATCH 2/2] KVM: vmx: Enable Intel xsaves for guest

[CFT PATCH v2 0/2] KVM: support XSAVES usage in the host
 2014-12-02  5:16 UTC  (7+ messages)

Question about physical page allocation to the guest
 2014-12-02  3:51 UTC  (3+ messages)

[PATCH] KVM: PPC: Book3S HV: Tracepoints for KVM HV guest interactions
 2014-12-02  1:19 UTC  (5+ messages)

[PATCH v3 0/8] KVM-VFIO IRQ forward control
 2014-12-01 21:15 UTC  (6+ messages)
` [PATCH v3 3/8] VFIO: platform: forwarded state tested when selecting IRQ handler

[PATCH v3] virt: kvm: arm: vgic: Process the failure case when kvm_register_device_ops() fails
 2014-12-01 20:13 UTC 

[PATCH 0/4] KVM: x86: APIC fixes
 2014-12-01 17:56 UTC  (4+ messages)

[PATCH 00/21] Fixes for various KVM bugs
 2014-12-01 17:49 UTC  (13+ messages)
` [PATCH 14/21] KVM: x86: Software disabled APIC should still deliver NMIs

[PATCH v12 00/11] qspinlock: a 4-byte queue spinlock with PV support
 2014-12-01 16:51 UTC  (7+ messages)
` [PATCH v12 09/11] pvqspinlock, x86: Add para-virtualization support

[PATCH] kvm: x86: vmx: add checks on guest RIP
 2014-12-01 16:27 UTC  (2+ messages)

[PATCH v8 35/50] vhost/net: larger header for virtio 1.0
 2014-12-01 16:06 UTC  (3+ messages)
` [PATCH v8 36/50] vhost/net: enable "
` [PATCH v8 45/50] vhost/scsi: partial virtio 1.0 support


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