KVM Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-11-25 13:12:18 to 2015-11-30 16:07:11 UTC [more...]

[RFC PATCH V2 0/3] IXGBE/VFIO: Add live migration support for SRIOV NIC
 2015-11-30 16:07 UTC  (19+ messages)
` [RFC PATCH V2 3/3] Ixgbevf: Add migration support for ixgbevf driver

best way to create a snapshot of a running vm ?
 2015-11-30 15:34 UTC  (3+ messages)

[PATCH 2/2] KVM: Create debugfs dir and stat files for each VM
 2015-11-30 15:10 UTC  (9+ messages)

[for-2.6 PATCH 0/3] target-i386: Use C struct for xsave area layout, offsets & sizes
 2015-11-30 14:48 UTC  (8+ messages)
` [for-2.6 PATCH 1/3] target-i386: Define structs for layout of xsave area
` [for-2.6 PATCH 2/3] target-i386: Use xsave structs for ext_save_area
` [for-2.6 PATCH 3/3] target-i386: kvm: Use X86XSaveArea struct for xsave save/load

[PATCH v5 0/2] KVM: arm/arm64: Allow to use KVM without in-kernel irqchip
 2015-11-30 14:45 UTC  (9+ messages)
` [PATCH v5 1/2] arm/arm64: KVM: Detect vGIC presence at runtime
` [PATCH v5 2/2] KVM: Make KVM_CAP_IRQFD dependent on KVM_CAP_IRQCHIP

[PATCH v4 00/21] KVM: ARM64: Add guest PMU support
 2015-11-30 13:19 UTC  (5+ messages)
` [PATCH v4 06/21] KVM: ARM64: Add reset and access handlers for PMCEID0 and PMCEID1 register

[PATCH v8 0/5] implement vNVDIMM
 2015-11-30 12:34 UTC  (13+ messages)
` [PATCH v8 3/5] nvdimm acpi: build ACPI NFIT table
` [PATCH v8 4/5] nvdimm acpi: build ACPI nvdimm devices

[PATCH v2 00/21] arm64: KVM: world switch in C
 2015-11-30 12:24 UTC  (26+ messages)
` [PATCH v2 01/21] arm64: Add macros to read/write system registers
` [PATCH v2 02/21] arm64: KVM: Add a HYP-specific header file
` [PATCH v2 03/21] arm64: KVM: Implement vgic-v2 save/restore
` [PATCH v2 04/21] arm64: KVM: Implement vgic-v3 save/restore
` [PATCH v2 05/21] arm64: KVM: Implement timer save/restore
` [PATCH v2 06/21] arm64: KVM: Implement system register save/restore
` [PATCH v2 07/21] arm64: KVM: Implement 32bit "
` [PATCH v2 08/21] arm64: KVM: Implement debug save/restore
` [PATCH v2 09/21] arm64: KVM: Implement guest entry
` [PATCH v2 10/21] arm64: KVM: Add patchable function selector
` [PATCH v2 11/21] arm64: KVM: Implement the core world switch
` [PATCH v2 12/21] arm64: KVM: Implement fpsimd save/restore
` [PATCH v2 13/21] arm64: KVM: Implement TLB handling
` [PATCH v2 14/21] arm64: KVM: HYP mode entry points
` [PATCH v2 15/21] arm64: KVM: Add panic handling
` [PATCH v2 16/21] arm64: KVM: Add compatibility aliases
` [PATCH v2 17/21] arm64: KVM: Map the kernel RO section into HYP
` [PATCH v2 18/21] arm64: KVM: Move away from the assembly version of the world switch
` [PATCH v2 19/21] arm64: KVM: Turn system register numbers to an enum
` [PATCH v2 20/21] arm64: KVM: Cleanup asm-offset.c
` [PATCH v2 21/21] arm64: KVM: Remove weak attributes

[PATCH v1 0/7] KVM: Hyper-V SynIC timers
 2015-11-30 12:17 UTC  (27+ messages)
` [PATCH v1 1/7] drivers/hv: Move HV_SYNIC_STIMER_COUNT into Hyper-V UAPI x86 header
` [PATCH v1 2/7] drivers/hv: Move struct hv_message into UAPI Hyper-V "
` [PATCH v1 3/7] kvm/x86: Rearrange func's declarations inside Hyper-V header
` [PATCH v1 4/7] kvm/x86: Added Hyper-V vcpu_to_hv_vcpu()/hv_vcpu_to_vcpu() helpers
` [PATCH v1 5/7] kvm/x86: Hyper-V internal helper to read MSR HV_X64_MSR_TIME_REF_COUNT
` [PATCH v1 6/7] kvm/x86: Hyper-V SynIC message slot pending clearing at SINT ack
` [PATCH v1 7/7] kvm/x86: Hyper-V SynIC timers

[PATCH net-next 0/3] basic busy polling support for vhost_net
 2015-11-30 10:44 UTC  (7+ messages)
` [PATCH net-next 2/3] vhost: introduce vhost_vq_more_avail()
` [PATCH net-next 3/3] vhost_net: basic polling support

[PATCH v2] vhost: replace % with & on data path
 2015-11-30  9:21 UTC  (2+ messages)

[PATCH] vhost: replace % with & on data path
 2015-11-30  9:21 UTC  (7+ messages)

[PATCH RFC v2] virtio: skip avail/used index reads
 2015-11-30  9:18 UTC 

[PATCH RFC] virtio: skip avail/used index reads
 2015-11-30  8:53 UTC 

[RFC PATCH V2 00/10] Qemu: Add live migration support for SRIOV NIC
 2015-11-30  8:01 UTC  (6+ messages)
` [RFC PATCH V2 09/10] Qemu/VFIO: Add SRIOV VF migration support

[PATCH kernel 0/9] KVM: PPC: Add in-kernel multitce handling
 2015-11-30  5:09 UTC  (4+ messages)
` [PATCH kernel 5/9] KVM: PPC: Account TCE-containing pages in locked_vm

[PATCH] vgaarb: fix signal handling in vga_get()
 2015-11-30  2:17 UTC 

[RFC] kvm - possible out of bounds
 2015-11-29 22:05 UTC  (3+ messages)

[PATCH v6 0/3] target-i386: save/restore vcpu's TSC rate during migration
 2015-11-28 15:27 UTC  (10+ messages)
` [PATCH v6 1/3] target-i386: fallback vcpu's TSC rate to value returned by KVM
` [PATCH v6 2/3] target-i386: reorganize TSC rate setting code
` [PATCH v6 3/3] target-i386: add support to migrate vcpu's TSC rate

[PATCH v1 0/5] KVM-UNIT-TESTS: Hyper-V SynIC timers test
 2015-11-27 12:12 UTC  (11+ messages)
` [PATCH v1 1/5] lib/x86: Added Hyper-V MSR's availability bits into msr.h
` [PATCH v1 2/5] lib/x86: Added HV_X64_MSR_TIME_REF_COUNT value "
` [PATCH v1 3/5] lib/x86: Added Hyper-V SynIC timers MSR's values
` [PATCH v1 4/5] lib/x86: Make free_page() available to call
` [PATCH v1 5/5] x86: Hyper-V SynIC timers test

[PATCH] kvmtool: virtio-net: fix VIRTIO_NET_F_MRG_RXBUF usage in rx thread
 2015-11-26 14:51 UTC 

[PATCH V4 0/3] KVM: x86: MMU: Clean up x86's mmu code for future work - part2
 2015-11-26 14:31 UTC  (5+ messages)
` [PATCH 1/3] KVM: x86: MMU: Move parent_pte handling from kvm_mmu_get_page() to link_shadow_page()
` [PATCH 2/3] KVM: x86: MMU: Use for_each_rmap_spte macro instead of pte_list_walk()
` [PATCH 3/3] KVM: x86: MMU: Remove unused parameter parent_pte from kvm_mmu_get_page()

[PATCH] KVM: x86: Add lowest-priority support for vt-d posted-interrupts
 2015-11-26 14:03 UTC  (10+ messages)

Is KVM support single step execution
 2015-11-26  8:33 UTC  (3+ messages)

[PATCH V3 00/10] KVM: x86: MMU: Clean up x86's mmu code for future work
 2015-11-26  2:36 UTC  (7+ messages)
` [PATCH 08/10] KVM: x86: MMU: Use for_each_rmap_spte macro instead of pte_list_walk()
` [PATCH 09/10] KVM: x86: MMU: Move parent_pte handling from kvm_mmu_get_page() to link_shadow_page()

[PATCH v2 0/9] KVM: PPC: Book3S HV: Optimize wakeup VCPU from H_IPI
 2015-11-25 23:44 UTC  (10+ messages)
` [PATCH v2 1/9] powerpc/smp: Support more IPI messages
` [PATCH v2 2/9] powerpc/smp: Add smp_muxed_ipi_set_message
` [PATCH v2 3/9] powerpc/powernv: Add icp_native_cause_ipi_rm
` [PATCH v2 4/9] KVM: PPC: Book3S HV: Host-side RM data structures
` [PATCH v2 5/9] KVM: PPC: Book3S HV: Manage core host state
` [PATCH v2 6/9] KVM: PPC: Book3S HV: kvmppc_host_rm_ops - handle offlining CPUs
` [PATCH v2 7/9] KVM: PPC: Book3S HV: Host side kick VCPU when poked by real-mode KVM
` [PATCH v2 8/9] KVM: PPC: Book3S HV: Send IPI to host core to wake VCPU
` [PATCH v2 9/9] KVM: PPC: Book3S HV: Add tunable to control H_IPI redirection

[PATCH 0/3] target-i386: kvm: Use env->mcg_cap when setting up MCE
 2015-11-25 17:35 UTC  (13+ messages)
` [PATCH 1/3] target-i386: kvm: Abort if MCE bank count is not supported by host
` [PATCH 2/3] target-i386: kvm: Use env->mcg_cap when setting up MCE
` [PATCH 3/3] target-i386: kvm: Print warning when clearing mcg_cap bits

[PATCH] KVM: nVMX: remove incorrect vpid check in nested invvpid emulation
 2015-11-25 16:36 UTC  (5+ messages)

[GIT PULL] KVM fixes for 4.4-rc3
 2015-11-25 16:24 UTC 

Estimado usuario
 2015-11-25 16:07 UTC 

[PATCH v1 0/2] QEMU: Hyper-V SynIC timers MSR's support
 2015-11-25 15:21 UTC  (3+ messages)
` [PATCH v1 1/2] include: update Hyper-V header to include SynIC timers defines
` [PATCH v1 2/2] target-i386/kvm: Hyper-V SynIC timers MSR's support

Hello
 2015-11-25 13:35 UTC 

[PATCH 5/7] vfio: fix a problematic usage of WARN()
 2015-11-25 13:35 UTC  (2+ messages)

[PATCH v3 00/16] KVM: arm64: GICv3 ITS emulation
 2015-11-25 13:28 UTC  (3+ messages)
` [PATCH v3 15/16] KVM: arm64: implement MSI injection in "

[PATCH] KVM: x86: don't expose syscall/sysret to intel 32-bit guest
 2015-11-25 13:27 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).