public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-11-17 11:25:03 to 2015-11-22 23:51:09 UTC [more...]

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

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

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

[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] target-i386: Do not set MCG_SER_P by default
 2015-11-21  1:09 UTC  (3+ messages)

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

[PATCH] virtio_ring: Shadow available ring flags & index
 2015-11-20 18:30 UTC  (8+ messages)

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

[PATCH 00/21] arm64: KVM: world switch in C
 2015-11-20 17:41 UTC  (12+ messages)
` [PATCH 03/21] arm64: KVM: Implement vgic-v2 save/restore
` [PATCH 04/21] arm64: KVM: Implement vgic-v3 save/restore
` [PATCH 12/21] arm64: KVM: Implement fpsimd save/restore

[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

[PATCH V3 00/10] KVM: x86: MMU: Clean up x86's mmu code for future work
 2015-11-20 16:01 UTC  (16+ messages)
` [PATCH 01/10] KVM: x86: MMU: Encapsulate the type of rmap-chain head in a new struct
` [PATCH 02/10] KVM: x86: MMU: Remove unused parameter of __direct_map()
` [PATCH 03/10] KVM: x86: MMU: Add helper function to clear a bit in unsync child bitmap
` [PATCH 04/10] KVM: x86: MMU: Make mmu_set_spte() return emulate value
` [PATCH 05/10] KVM: x86: MMU: Remove is_rmap_spte() and use is_shadow_present_pte()
` [PATCH 06/10] KVM: x86: MMU: Consolidate BUG_ON checks for reverse-mapped sptes
` [PATCH 07/10] KVM: x86: MMU: Move initialization of parent_ptes out from kvm_mmu_alloc_page()
` [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 10/10] KVM: x86: MMU: Remove unused parameter parent_pte from kvm_mmu_get_page()

[PATCH] KVM: PPC: Fix emulation of H_SET_DABR/X on POWER8
 2015-11-20 15:42 UTC  (2+ messages)

linux-next: manual merge of the kvms390 tree with the kvm tree
 2015-11-20 10:01 UTC  (2+ messages)

[PATCH] KVM: x86: emulate: correct page fault error code for NoWrite instructions
 2015-11-20  7:46 UTC  (4+ messages)

[PATCH] vfio: platform: remove needless stack usage
 2015-11-20  0:17 UTC 

[PATCH 0/9] constify pci_error_handlers structures
 2015-11-19 23:55 UTC  (3+ messages)
` [PATCH 9/9] vfio-pci: "

[RESEND PATCH] vfio: Drop owner assignment from platform_driver
 2015-11-19 22:49 UTC  (2+ messages)

[patch 1/2] KVM: fix error handling in kvm_create_vm_debugfs()
 2015-11-19 19:07 UTC  (3+ messages)

[GIT PULL 0/5] KVM: s390: Fixes for 4.4
 2015-11-19 17:06 UTC  (7+ messages)
` [GIT PULL 1/5] KVM: s390: enable SIMD only when no VCPUs were created
` [GIT PULL 2/5] KVM: s390: fix pfmf intercept handler
` [GIT PULL 3/5] KVM: Provide function for VCPU lookup by id
` [GIT PULL 4/5] KVM: s390: avoid memory overwrites on emergency signal injection
` [GIT PULL 5/5] KVM: s390: fix wrong lookup of VCPUs by array index

[PATCH v3 0/3] target-i386: add memory protection-key support
 2015-11-19 14:56 UTC  (10+ messages)
` [PATCH v3 1/3] target-i386: add pkeys support for cpuid handling
  ` [Qemu-devel] "
` [PATCH v3 2/3] target-i386: add pkeys support for xsave state handling
` [PATCH v3 3/3] target-i386: add pkeys support for vm migration
` [Qemu-devel] [PATCH v3 0/3] target-i386: add memory protection-key support

[RFC] kvmtool: add support for modern virtio-pci
 2015-11-19 14:55 UTC  (9+ messages)

[PATCH v4 00/13] ARM IRQ forward control based on IRQ bypass manager
 2015-11-19 14:54 UTC  (14+ messages)
` [PATCH v4 01/13] KVM: arm/arm64: select IRQ_BYPASS_MANAGER
` [PATCH v4 02/13] VFIO: platform: registration of a dummy IRQ bypass producer
` [PATCH v4 03/13] VFIO: platform: test forwarded state when selecting the IRQ handler
` [PATCH v4 04/13] VFIO: platform: single handler using function pointer
` [PATCH v4 05/13] VFIO: platform: add vfio_platform_set_forwarded
` [PATCH v4 06/13] VFIO: platform: add vfio_platform_irq_is_active
` [PATCH v4 07/13] VFIO: platform: add irq bypass producer management
` [PATCH v4 08/13] KVM: arm/arm64: vgic: adapt state machine for non shared mapped interrupts
` [PATCH v4 09/13] KVM: arm/arm64: vgic: support irqfd injection of a mapped IRQ
` [PATCH v4 10/13] KVM: arm/arm64: vgic: forwarding control
` [PATCH v4 11/13] KVM: arm/arm64: vgic: implement clear active for non shared mapped IRQ
` [PATCH v4 12/13] KVM: arm/arm64: vgic: implement clear pending "
` [PATCH v4 13/13] KVM: arm/arm64: implement IRQ bypass consumer functions

[PATCH] KVM: arm/arm64: vgic: leave the LR active state on GICD_ICENABLERn access
 2015-11-19 14:52 UTC 

[PATCH 0/4] Preview: vcpu lookup by id changes
 2015-11-19 13:36 UTC  (14+ messages)
` [PATCH 1/4] KVM: Provide function for VCPU lookup by id
` [PATCH 2/4] KVM: s390: fix wrong lookup of VCPUs by array index
` [PATCH 3/4] KVM: use heuristic for fast VCPU lookup by id
` [PATCH 4/4] KVM: Use common function for "

[patch 2/2] KVM: fix vm_stat_get()
 2015-11-19 12:41 UTC 

[PATCH] KVM: x86: don't expose syscall/sysret to intel 32-bit guest
 2015-11-19 12:02 UTC  (3+ messages)

KVM call for November 22th
 2015-11-19 10:32 UTC  (2+ messages)
` KVM call for November 24th

[RFC PATCH 0/3] x86, kvm: Unify CPUID computation and fix MSR accessing
 2015-11-19  9:47 UTC  (12+ messages)
` [RFC PATCH 1/3] x86/cpu: Unify CPU family, model, stepping calculation
` [RFC PATCH 2/3] kvm: Add accessors for guest CPU's family, model, stepping
` [RFC PATCH 3/3] x86/cpu/amd, kvm: Satisfy guest kernel reads of IC_CFG MSR

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

[PATCH 00/10 V2] KVM: x86: MMU: Clean up x86's mmu code for future work
 2015-11-19  4:02 UTC  (18+ messages)
` [PATCH 02/10] KVM: x86: MMU: Add helper function to clear a bit in unsync child bitmap
` [PATCH 05/10] KVM: x86: MMU: Use for_each_rmap_spte macro instead of pte_list_walk()
` [PATCH 07/10] KVM: x86: MMU: Encapsulate the type of rmap-chain head in a new struct
` [PATCH 09/10 RFC] KVM: x86: MMU: Move parent_pte handling from kvm_mmu_get_page() to link_shadow_page()

You have 1 new fax, document 000142337
 2015-11-18 13:39 UTC 

[PATCH 0/7] kvmtool: Cleanup kernel loading
 2015-11-18 17:08 UTC  (4+ messages)

[PATCH 0/1] KVM: PPC: Increase memslots
 2015-11-18 16:19 UTC  (3+ messages)
` [PATCH 1/1] KVM: PPC: Increase memslots to 320

[PATCH 0/2] kvm: provide kvm stat per process
 2015-11-18 13:11 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

[kvm-unit-test RFC] x86: Memory instructions test case
 2015-11-18 11:23 UTC  (2+ messages)

[PATCH] KVM: powerpc: kvmppc_visible_gpa can be boolean
 2015-11-18 11:05 UTC  (2+ messages)

[PATCH] KVM-async_pf: Delete an unnecessary check before the function call "kmem_cache_destroy"
 2015-11-18 11:04 UTC  (2+ messages)

[PATCH v3 0/7] KVM, pkeys: add memory protection-key support
 2015-11-18 11:01 UTC  (11+ messages)
` [PATCH v3 1/7] KVM, pkeys: expose CPUID/CR4 to guest
` [PATCH v3 2/7] KVM, pkeys: disable pkeys for guests in non-paging mode
` [PATCH v3 3/7] KVM, pkeys: update memeory permission bitmask for pkeys
` [PATCH v3 4/7] KVM, pkeys: add pkeys support for permission_fault logic
` [PATCH v3 5/7] KVM, pkeys: Add pkeys support for gva_to_gpa funcions
` [PATCH v3 6/7] KVM, pkeys: add pkeys support for xsave state
` [PATCH v3 7/7] KVM, pkeys: disable PKU feature without ept

[kvm-unit-tests v2] x86: pkeys: add test for memory protection-key
 2015-11-18  2:01 UTC 

[PATCH V2 0/3] target-i386: add memory protection-key support
 2015-11-17 17:35 UTC  (3+ messages)
` [PATCH V2 1/3] target-i386: add pkeys support for cpuid handling

[PATCH 0/2] arm64: KVM: Fixes for 4.4-rc2
 2015-11-17 17:35 UTC  (5+ messages)
` [PATCH 1/2] arm64: KVM: Fix AArch32 to AArch64 register mapping
` [PATCH 2/2] arm64: KVM: Add workaround for Cortex-A57 erratum 834220

[PATCH v2 3/4] KVM: x86: request interrupt window when IRQ chip is split
 2015-11-17 17:00 UTC  (2+ messages)

[kvm-unit-tests] x86: pkeys: add test for PKEYS
 2015-11-17 16:07 UTC  (4+ messages)
` [kvm-unit-tests] x86: smap: add smap check to unittests.cfg

[PATCH v3 0/4] KVM: VMX: enable LBR virtualization
 2015-11-17 14:22 UTC  (5+ messages)
` [PATCH v3 1/4] KVM: X86: Names and addresses of LBR MSRs
` [PATCH v3 2/4] KVM: X86: Add arrays to save/restore "
` [PATCH v3 3/4] KVM: X86: Implementation of DEBUGCTLMSR is moved
` [PATCH v3 4/4] KVM: VMX: Implementation of DEBUGCTLMSR and LBRV

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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox