kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-11-24 01:26:41 to 2015-11-27 11:31:33 UTC [more...]

[PATCH v1 0/5] KVM-UNIT-TESTS: Hyper-V SynIC timers test
 2015-11-27 11:31 UTC  (10+ 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 v1 0/7] KVM: Hyper-V SynIC timers
 2015-11-27 11:24 UTC  (24+ 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 2/2] KVM: Create debugfs dir and stat files for each VM
 2015-11-27  8:54 UTC  (3+ messages)

[PATCH v6 0/3] target-i386: save/restore vcpu's TSC rate during migration
 2015-11-27  0:16 UTC  (9+ 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] 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  (17+ messages)

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

[RFC PATCH V2 0/3] IXGBE/VFIO: Add live migration support for SRIOV NIC
 2015-11-26  3:56 UTC  (20+ messages)
  ` [RFC PATCH V2 1/3] VFIO: Add new ioctl cmd VFIO_GET_PCI_CAP_INFO
  ` [RFC PATCH V2 2/3] PCI: Add macros for faked PCI migration capability
` [RFC PATCH V2 3/3] Ixgbevf: Add migration support for ixgbevf driver

[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 

[RFC PATCH V2 00/10] Qemu: Add live migration support for SRIOV NIC
 2015-11-25 15:44 UTC  (14+ messages)
` [RFC PATCH V2 01/10] Qemu/VFIO: Create head file pci.h to share data struct
` [RFC PATCH V2 02/10] Qemu/VFIO: Add new VFIO_GET_PCI_CAP_INFO ioctl cmd definition
` [RFC PATCH V2 03/10] Qemu/VFIO: Rework vfio_std_cap_max_size() function
` [RFC PATCH V2 04/10] Qemu/VFIO: Add vfio_find_free_cfg_reg() to find free PCI config space regs
` [RFC PATCH V2 05/10] Qemu/VFIO: Expose PCI config space read/write and msix functions
` [RFC PATCH V2 06/10] Qemu/PCI: Add macros for faked PCI migration capability
` [RFC PATCH V2 07/10] Qemu: Add post_load_state() to run after restoring CPU state
` [RFC PATCH V2 08/10] Qemu: Add save_before_stop callback to run just before stopping VCPU during migration
` [RFC PATCH V2 09/10] Qemu/VFIO: Add SRIOV VF migration support
` [RFC PATCH V2 10/10] Qemu/VFIO: Misc change for enable migration with VFIO

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

Breach of Contract
 2015-11-25 11:07 UTC 

[PATCH 00/21] arm64: KVM: world switch in C
 2015-11-25  8:23 UTC  (7+ messages)
` [PATCH 05/21] arm64: KVM: Implement timer save/restore
` [PATCH 11/21] arm64: KVM: Implement the core world switch

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

[PATCH] target-i386: Do not set MCG_SER_P by default
 2015-11-24 18:44 UTC  (8+ messages)
      ` MCG_CAP ABI breakage (was Re: [Qemu-devel] [PATCH] target-i386: Do not set MCG_SER_P by default)

[PULL 0/8] KVM/ARM Fixes for v4.4-rc3
 2015-11-24 18:36 UTC  (10+ messages)
` [PULL 1/8] ARM/arm64: KVM: test properly for a PTE's uncachedness
` [PULL 2/8] arm64: KVM: Fix AArch32 to AArch64 register mapping
` [PULL 3/8] arm64: KVM: Add workaround for Cortex-A57 erratum 834220
` [PULL 4/8] KVM: arm/arm64: Fix preemptible timer active state crazyness
` [PULL 5/8] KVM: arm/arm64: arch_timer: Preserve physical dist. active state on LR.active
` [PULL 6/8] KVM: arm/arm64: vgic: Trust the LR state for HW IRQs
` [PULL 7/8] arm64: kvm: avoid %p in __kvm_hyp_panic
` [PULL 8/8] arm64: kvm: report original PAR_EL1 upon panic

[PATCH v6 0/7] KVM: arm64: Implement API for vGICv3 live migration
 2015-11-24 17:56 UTC  (9+ messages)
` [PATCH v6 1/7] KVM: arm/arm64: Add VGICv3 save/restore API documentation
` [PATCH v6 2/7] KVM: arm/arm64: Move endianness conversion out of vgic_attr_regs_access()
` [PATCH v6 3/7] KVM: arm/arm64: Refactor vGIC attributes handling code
` [PATCH v6 4/7] KVM: arm64: Implement vGICv3 distributor and redistributor access from userspace
` [PATCH v6 5/7] KVM: arm64: Refactor system register handlers
` [PATCH v6 6/7] KVM: arm64: Introduce find_reg_by_id()
` [PATCH v6 7/7] KVM: arm64: Implement vGICv3 CPU interface access

[PATCH 0/2] arm64: KVM: Fixes for 4.4-rc2
 2015-11-24 16:59 UTC  (2+ messages)

[PATCH 0/3] KVM: arm/arm64: Fix some more timer related issues
 2015-11-24 16:13 UTC  (7+ messages)
` [PATCH 1/3] KVM: arm/arm64: Fix preemptible timer active state crazyness
` [PATCH 2/3] KVM: arm/arm64: arch_timer: Preserve physical dist. active state on LR.active
` [PATCH 3/3] KVM: arm/arm64: vgic: Trust the LR state for HW IRQs

Trying to switch EPTP for execute-protecting guest pages
 2015-11-24 16:00 UTC  (6+ messages)

[PATCH v2 0/3] Introduce MSI hardware mapping for VFIO
 2015-11-24 13:50 UTC  (4+ messages)
` [PATCH v2 1/3] vfio: Introduce map and unmap operations
` [PATCH v2 2/3] gicv3, its: Introduce VFIO "
` [PATCH v2 3/3] vfio: Introduce generic MSI mapping operations

RE:
 2015-11-24 13:21 UTC 

[PATCH 0/3] Introduce MSI hardware mapping for VFIO
 2015-11-24 12:42 UTC  (5+ messages)
` [PATCH 1/3] vfio: Introduce map and unmap operations
` [PATCH 2/3] gicv3, its: Introduce VFIO "
` [PATCH 3/3] vfio: Introduce generic MSI mapping operations

KVM call for 2015-12-08
 2015-11-24 12:26 UTC 

KVM call for November 22th
 2015-11-24 12:24 UTC  (2+ messages)

[Bug 108381] New: KVM crashes when using qemu/kvm with specific BIOS
 2015-11-24  1:46 UTC 


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