KVM Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-11-20 08:57:47 to 2015-11-25 16:39:40 UTC [more...]

[RFC PATCH V2 0/3] IXGBE/VFIO: Add live migration support for SRIOV NIC
 2015-11-25 16:39 UTC  (17+ 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] KVM: nVMX: remove incorrect vpid check in nested invvpid emulation
 2015-11-25 16:36 UTC  (5+ messages)

[PATCH V3 00/10] KVM: x86: MMU: Clean up x86's mmu code for future work
 2015-11-25 16:32 UTC  (10+ 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()

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

Estimado usuario
 2015-11-25 16:07 UTC 

[PATCH 0/3] target-i386: kvm: Use env->mcg_cap when setting up MCE
 2015-11-25 15:49 UTC  (4+ 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

[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] KVM: x86: Add lowest-priority support for vt-d posted-interrupts
 2015-11-25 15:43 UTC  (15+ messages)

[PATCH v1 0/7] KVM: Hyper-V SynIC timers
 2015-11-25 15:20 UTC  (8+ 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 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  (13+ messages)
` [PATCH 03/21] arm64: KVM: Implement vgic-v2 save/restore
` [PATCH 04/21] arm64: KVM: Implement vgic-v3 save/restore
` [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  (12+ 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)

[PATCH v6 0/3] target-i386: save/restore vcpu's TSC rate during migration
 2015-11-24  3:33 UTC  (4+ 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

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

[RFC post-2.5 PATCH 0/5] VFIO: capability chains
 2015-11-23 21:14 UTC  (6+ messages)
` [RFC post-2.5 PATCH 1/5] vfio: Wrap VFIO_DEVICE_GET_REGION_INFO
` [RFC post-2.5 PATCH 2/5] vfio: Generalize region support
` [RFC post-2.5 PATCH 3/5] vfio/pci: Convert all MemoryRegion to dynamic alloc and consistent functions
` [RFC post-2.5 PATCH 4/5] linux-headers/vfio: Update for proposed capabilities list
` [RFC post-2.5 PATCH 5/5] vfio: Enable sparse mmap capability

[RFC PATCH 0/3] VFIO: capability chains
 2015-11-23 20:43 UTC  (4+ messages)
` [RFC PATCH 1/3] vfio: Define "
` [RFC PATCH 2/3] vfio: Define sparse mmap capability for regions
` [RFC PATCH 3/3] vfio/pci: Include sparse mmap capability for MSI-X table regions

Greetings to you,
 2015-11-23 20:16 UTC 

[Bug 107561] New: 4.2 breaks PCI passthrough in QEMU/KVM
 2015-11-23 18:40 UTC  (6+ messages)
` [Bug 107561] "

[PATCH] virtio_ring: Shadow available ring flags & index
 2015-11-23 16:46 UTC  (9+ messages)

[PATCH v2 0/2] RFC: kvm stat enhancements
 2015-11-23 11:24 UTC  (3+ messages)
` [PATCH 1/2] KVM: Remove unnecessary debugfs dentry references
` [PATCH 2/2] KVM: Create debugfs dir and stat files for each VM

LAST WARNING FROM ADMIN
 2015-11-23  9:38 UTC 

[PATCH v8 0/5] implement vNVDIMM
 2015-11-23  8:53 UTC  (6+ messages)

[PATCH v3 0/3] virtio DMA API core stuff
 2015-11-23  7:56 UTC  (10+ messages)

[PATCH] KVM: PPC: Fix emulation of H_SET_DABR/X on POWER8
 2015-11-23  1:35 UTC  (3+ messages)

[Bug 107921] New: Regression with KVM virtual machine using VFIO for PCI passthrough
 2015-11-22 23:51 UTC  (2+ messages)
` [Bug 107921] "

[PATCH v3 0/3] virtio DMA API core stuff
 2015-11-22 22:11 UTC  (15+ messages)

[patch] vfio: fix a warning message
 2015-11-21 10:32 UTC 

Fwd: 100% Frequency CPU - Windows2k8R2 Guest
 2015-11-21  5:09 UTC 

[PATCH] kvm: Dump guest rIP when the guest tried something unsupported
 2015-11-20 18:52 UTC 

[kvm-unit-tests PATCH 00/18] bunch of mostly trivial patches
 2015-11-20 18:01 UTC  (4+ messages)

[PATCH v9 0/6] QEMU support for KVM Guest Debug on arm64
 2015-11-20 16:17 UTC  (15+ messages)
` [PATCH v9 1/6] target-arm: kvm64 - introduce kvm_arm_init_debug()
` [PATCH v9 2/6] target-arm: kvm - implement software breakpoints
` [PATCH v9 3/6] target-arm: kvm - support for single step
` [PATCH v9 4/6] target-arm: kvm - add support for HW assisted debug
` [PATCH v9 5/6] target-arm: kvm - re-inject guest debug exceptions
` [PATCH v9 6/6] tests/guest-debug: introduce basic gdbstub tests

linux-next: manual merge of the kvms390 tree with the kvm tree
 2015-11-20 10:01 UTC  (2+ 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).