kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-10-21 10:25:47 to 2015-10-24 16:12:23 UTC [more...]

[RFC Patch 00/12] IXGBE: Add live migration support for SRIOV NIC
 2015-10-24 16:12 UTC  (45+ messages)
` [RFC Patch 01/12] PCI: Add virtfn_index for struct pci_device
` [RFC Patch 02/12] IXGBE: Add new mail box event to restore VF status in the PF driver
` [RFC Patch 03/12] IXGBE: Add sysfs interface for Qemu to migrate "
` [RFC Patch 04/12] IXGBE: Add ixgbe_ping_vf() to notify a specified VF via mailbox msg
` [RFC Patch 05/12] IXGBE: Add new sysfs interface of "notify_vf"
` [RFC Patch 06/12] IXGBEVF: Add self emulation layer
    ` [Qemu-devel] "
` [RFC Patch 07/12] IXGBEVF: Add new mail box event for migration
` [RFC Patch 08/12] IXGBEVF: Rework code of finding the end transmit desc of package
` [RFC Patch 09/12] IXGBEVF: Add live migration support for VF driver
` [RFC Patch 10/12] IXGBEVF: Add lock to protect tx/rx ring operation
` [RFC Patch 11/12] IXGBEVF: Migrate VF statistic data
` [RFC Patch 12/12] IXGBEVF: Track dma dirty pages
    ` [Qemu-devel] [RFC Patch 00/12] IXGBE: Add live migration support for SRIOV NIC

Administrative Notice
 2015-10-24 15:13 UTC 

virtio assisted migration
 2015-10-24  9:21 UTC 

[PATCH v3] VFIO: platform: reset: AMD xgbe reset module
 2015-10-24  8:41 UTC  (3+ messages)

[PATCH v4 00/33] implement vNVDIMM
 2015-10-24  3:20 UTC  (8+ messages)
` [PATCH v4 17/33] dimm: abstract dimm device from pc-dimm
` [PATCH v4 28/33] nvdimm acpi: support DSM_FUN_IMPLEMENTED function

Steal time accounting in KVM. Benchmark
 2015-10-24  2:03 UTC  (5+ messages)

[PATCH] KVM: x86: fix RSM into 64-bit protected mode, round 2
 2015-10-23 21:43 UTC 

[PATCH v4 0/7] VFIO platform reset module rework
 2015-10-23 16:03 UTC  (11+ messages)
` [PATCH v4 1/7] vfio: platform: introduce vfio-platform-base module
` [PATCH v4 2/7] vfio: platform: add capability to register a reset function
` [PATCH v4 3/7] vfio: platform: introduce module_vfio_reset_handler macro
` [PATCH v4 4/7] vfio: platform: reset: calxedaxgmac: add reset function registration
` [PATCH v4 5/7] vfio: platform: add compat in vfio_platform_device
` [PATCH v4 6/7] vfio: platform: use list of registered reset function
` [PATCH v4 7/7] vfio: platform: add dev_info on device reset

[PATCH v3 0/7] VFIO platform reset module rework
 2015-10-23 15:15 UTC  (18+ messages)
` [PATCH v3 1/7] vfio: platform: introduce vfio-platform-base module
` [PATCH v3 2/7] vfio: platform: add capability to register a reset function
` [PATCH v3 3/7] vfio: platform: introduce module_vfio_reset_handler macro
` [PATCH v3 4/7] vfio: platform: reset: calxedaxgmac: add reset function registration
` [PATCH v3 5/7] vfio: platform: add compat in vfio_platform_device
` [PATCH v3 6/7] vfio: platform: use list of registered reset function
` [PATCH v3 7/7] vfio: platform: add dev_info on device reset

[PATCH v2 0/3] target-i386: save/restore vcpu's TSC rate during migration
 2015-10-23 14:58 UTC  (12+ messages)
` [PATCH v2 3/3] target-i386: load the migrated vcpu's TSC rate
    ` [Qemu-devel] [PATCH v2 0/3] target-i386: save/restore vcpu's TSC rate during migration

[PATCH v2 00/12] KVM: x86: add support for VMX TSC scaling
 2015-10-23 14:37 UTC  (8+ messages)

[PATCH v5 0/7] KVM: arm64: Implement API for vGICv3 live migration
 2015-10-23 14:20 UTC  (2+ messages)

[PATCH net-next RFC 1/2] vhost: introduce vhost_has_work()
 2015-10-23 13:39 UTC  (10+ messages)
` [PATCH net-next RFC 2/2] vhost_net: basic polling support

[PATCH v2] VFIO: platform: reset: AMD xgbe reset module
 2015-10-23 12:55 UTC  (2+ messages)

[PATCH v2 0/3] KVM: arm/arm64: Clean up some obsolete code
 2015-10-23 12:48 UTC  (4+ messages)
` [PATCH v2 1/3] KVM: arm/arm64: Optimize away redundant LR tracking
` [PATCH v2 2/3] KVM: arm/arm64: Merge vgic_set_lr() and vgic_sync_lr_elrsr()
` [PATCH v2 3/3] KVM: arm/arm64: Refactor vgic_retire_lr()

[PATCH v2 0/4] KVM: VMX: enable LBR virtualization
 2015-10-23 12:14 UTC  (6+ messages)
` [PATCH v2 1/4] KVM: X86: Add arrays to save/restore LBR MSRs
` [PATCH v2 2/4] KVM: X86: LBR MSRs of supported CPU types
` [PATCH v2 3/4] KVM: X86: Migration is supported
` [PATCH v2 4/4] KVM: VMX: details of LBR virtualization implementation

[PATCH v2 4/4] KVM: VMX: details of LBR virtualization implementation
 2015-10-23  9:00 UTC 

[PATCH v2 0/4] KVM: VMX: enable LBR virtualization
 2015-10-23  8:47 UTC  (4+ messages)
` [PATCH v2 1/4] KVM: X86: Add arrays to save/restore LBR MSRs
` [PATCH v2 2/4] KVM: X86: LBR MSRs of supported CPU types
` [PATCH v2 3/4] KVM: X86: Migration is supported

[PATCH 0/2] KVM: arm/arm64: Clean up some obsolete code
 2015-10-23  7:12 UTC  (6+ messages)
` [PATCH 1/2] KVM: arm/arm64: Optimize away redundant LR tracking
` [PATCH 2/2] KVM: arm/arm64: Merge vgic_set_lr() and vgic_sync_lr_elrsr()

[RFC PATCH 0/3] Qemu/IXGBE: Add live migration support for SRIOV NIC
 2015-10-23  3:10 UTC  (6+ messages)
` [RFC PATCH 1/3] Qemu: Add pci-assign.h to share functions and struct definition with new file
` [RFC PATCH 2/3] Qemu: Add post_load_state() to run after restoring CPU state
` [RFC PATCH 3/3] Qemu: Introduce pci-sriov device type to support VF live migration

[PATCH v2 0/2] KVM/arm: enhance arvm7 vfp/simd lazy switch support
 2015-10-22 21:20 UTC  (7+ messages)
` [PATCH v2 2/2] KVM/arm: enable enhanced armv7 fp/simd lazy switch

Your Inheritance
 2015-10-22 20:13 UTC 

[GIT PULL] KVM changes for 4.3-rc7
 2015-10-22 17:01 UTC 

[PATCH 9/9] kvm/x86: Hyper-V kvm exit
 2015-10-22 16:34 UTC  (3+ messages)
` [PATCH v3 "

[PATCH 8/9] kvm/x86: Hyper-V synthetic interrupt controller
 2015-10-22 16:09 UTC  (2+ messages)
` [PATCH v3 "

[PATCH 0/3] kvmtool: don't overwrite /virt/init
 2015-10-22 15:59 UTC  (4+ messages)
` [PATCH 1/3] kvmtool: add lkvm-static to gitignore
` [PATCH 2/3] kvmtool/run: don't abuse "root=" parameter, don't pass "rw" to v9fs_mount()
` [PATCH 3/3] kvmtool/run: do not overwrite /virt/init

[PATCH 0/3] kvmtool: tiny init fox x86_64
 2015-10-22 15:58 UTC  (3+ messages)

[PATCH v3 00/16] KVM: arm64: GICv3 ITS emulation
 2015-10-22 15:55 UTC  (6+ messages)
` [PATCH v3 08/16] KVM: arm64: handle ITS related GICv3 redistributor registers
` [PATCH v3 13/16] KVM: arm64: sync LPI configuration and pending tables

[PATCH v2 0/6] VFIO platform reset module rework
 2015-10-22 15:40 UTC  (23+ messages)
` [PATCH v2 1/6] vfio: platform: add capability to register a reset function
` [PATCH v2 2/6] vfio: platform: reset: add vfio_platform_reset_private.h
` [PATCH v2 3/6] vfio: platform: reset: calxedaxgmac: add reset function registration
` [PATCH v2 4/6] vfio: platform: add compat in vfio_platform_device
` [PATCH v2 5/6] vfio: platform: use list of registered reset function
` [PATCH v2 6/6] vfio: platform: move get/put reset at open/release

[PATCH 00/23] userfaultfd v4
 2015-10-22 15:30 UTC  (8+ messages)
` [PATCH 14/23] userfaultfd: wake pending userfaults

Difference between vcpu_load and kvm_sched_in ?
 2015-10-22  9:37 UTC  (8+ messages)

Loan Offer
 2015-10-22  8:29 UTC 

Loan Offer
 2015-10-22  7:52 UTC 

[GIT PULL 0/5] perf/core improvements and fixes
 2015-10-22  7:34 UTC  (3+ messages)
` [PATCH 2/5] tools lib traceevent: update KVM plugin

Loan Offer
 2015-10-22  7:05 UTC 

Clarification on KVM + vhost-net
 2015-10-22  0:13 UTC 

sanitizing kvmtool
 2015-10-21 17:07 UTC  (9+ messages)

[GIT PULL 0/6] A handful of fixes for KVM/ARM for v4.3-rc7
 2015-10-21 15:47 UTC  (9+ messages)
` [GIT PULL 3/6] KVM: arm: use GIC support unconditionally


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