messages from 2013-09-06 13:20:12 to 2013-09-13 19:58:43 UTC [more...]
[PATCH 00/11] HV KVM improvements in preparation for POWER8 support
2013-09-13 19:58 UTC (6+ messages)
` [PATCH 04/11] KVM: PPC: Book3S HV: Add GET/SET_ONE_REG interface for LPCR
` [PATCH 06/11] KVM: PPC: Book3S HV: Support POWER6 compatibility mode on POWER7
VGA passthrough of GTX 660 to KVM guest
2013-09-13 19:31 UTC (10+ messages)
[PATCH v4] KVM: nVMX: Fully support of nested VMX preemption timer
2013-09-13 17:15 UTC (2+ messages)
[RFC PATCH 0/3] kvm/vfio: Manage KVM IOMMU coherency with virtual VFIO device
2013-09-13 16:25 UTC (10+ messages)
` [RFC PATCH 1/3] kvm: Destroy & free KVM devices on release
` [RFC PATCH 2/3] vfio: Add check extension interface to external user support
` [RFC PATCH 3/3] kvm: Add VFIO device for handling IOMMU cache coherency
[PATCH v2 uq/master 0/2] KVM: issues with XSAVE support
2013-09-13 13:55 UTC (3+ messages)
` [PATCH v2 uq/master 1/2] x86: fix migration from pre-version 12
` [PATCH v2 uq/master 2/2] x86: cpuid: reconstruct leaf 0Dh data
[PATCH v3] KVM: nVMX: Fully support of nested VMX preemption timer
2013-09-13 11:58 UTC (5+ messages)
[RFC PATCH 0/2] kvm-unit-tests: VMX: vmentry checks
2013-09-13 6:40 UTC (4+ messages)
` [RFC PATCH 1/2] kvm-unit-tests: VMX: Add vmentry failed handler to framework
` [RFC PATCH 2/2] kvm-unit-tests: VMX: Add test cases for vmentry checks
The state of vmexit/vmenter MSR store/load in nested vmx
2013-09-13 4:55 UTC (2+ messages)
[PATCH 00/23] Allow PR and HV KVM to coexist in one kernel
2013-09-13 4:18 UTC (10+ messages)
` [PATCH 19/23] KVM: PPC: Book3S: Select PR vs HV separately for each guest
` [PATCH 20/23] KVM: PPC: Book3S PR: Better handling of host-side read-only pages
[RFC PATCH] vfio-pci: Make use of new KVM-VFIO device
2013-09-12 21:27 UTC
[stable-3.4] possibly revert "KVM: X86 emulator: fix source operand decoding..."
2013-09-12 16:55 UTC (3+ messages)
[PATCH 0/8] KVM: s390: fixes and cleanup
2013-09-12 16:34 UTC (13+ messages)
` [PATCH 1/8] KVM: s390: Remove dead "rerun vcpu" code
` [PATCH 2/8] KVM: s390: Split up __vcpu_run into three parts
` [PATCH 3/8] KVM: s390: Push run loop into __vcpu_run
` [PATCH 4/8] KVM: s390: Lock kvm->srcu at the appropriate places
` [PATCH 5/8] KVM: s390: Allow NULL parameter for kvm_s390_get_regs_rre
` [PATCH 6/8] KVM: s390: Helper for converting real addresses to absolute
` [PATCH 7/8] KVM: s390: Implement TEST BLOCK
` [PATCH 8/8] KVM: s390: Intercept SCK instruction
[PATCH v3 0/6] KVM: nVMX: Enable unrestricted guest mode and fix some nEPT issues
2013-09-12 16:34 UTC (12+ messages)
` [PATCH v3 1/6] KVM: nVMX: Replace kvm_set_cr0 with vmx_set_cr0 in load_vmcs12_host_state
` [PATCH v4] "
[PATCH] KVM: Add documentation for kvm->srcu lock
2013-09-12 16:33 UTC (2+ messages)
[PATCH v2] KVM: x86 emulator: emulate RETF imm
2013-09-12 16:33 UTC (3+ messages)
[PATCH] KVM: nEPT: reset PDPTR register cache on nested vmentry emulation
2013-09-12 16:33 UTC (2+ messages)
[PATCH 0/2] kvm: fix a bug and remove a redundancy in async_pf
2013-09-12 16:32 UTC (3+ messages)
[uq/master qemu PATCH] fix steal time MSR vmsd callback to proper opaque type
2013-09-12 16:30 UTC (2+ messages)
[uq/master][PATCH 0/3] Fix initialization bugs in kvmvapic
2013-09-12 16:30 UTC (2+ messages)
Possible virtNTP?
2013-09-12 12:13 UTC
[PATCH V3] Documentation/kvm: Update cpuid documentation for steal time and pv eoi
2013-09-12 8:28 UTC (2+ messages)
"No such device" error when mounting immediately after formatting
2013-09-12 7:58 UTC (2+ messages)
[PATCH V2] Documentation/kvm: Update cpuid documentation for steal time and pv eoi
2013-09-12 7:10 UTC (4+ messages)
[PATCH] KVM: IRQFD: equip irqfd and resamplefd with polarity
2013-09-12 5:28 UTC
[PATCH] ARM: kvm: rename cpu_reset to avoid name clash
2013-09-12 1:50 UTC (3+ messages)
Questions on how to reset ID numbers for virt Guests
2013-09-11 18:40 UTC (5+ messages)
` [libvirt-users] "
[PATCH v3 0/3] kvm tools: remove periodic tick
2013-09-11 17:32 UTC (4+ messages)
` [PATCH v3 1/3] kvm tools: use #define for maximum number of terminal devices
` [PATCH v3 2/3] kvm tools: remove periodic tick in favour of a polling thread
` [PATCH v3 3/3] kvm tools: stop virtio console doing unnecessary input handling
2nd level lockups using VMX nesting on 3.11 based host kernel
2013-09-11 16:32 UTC (4+ messages)
How to recreate MOV-SS blocking vmentry fail
2013-09-11 13:44 UTC (8+ messages)
[PATCH] kvm-unit-tests: VMX: Fix two minor bugs
2013-09-11 7:45 UTC (3+ messages)
[PATCH 0/6] powerpc: Unify FP/VMX/VSX state handling between KVM and main kernel
2013-09-10 23:54 UTC (13+ messages)
` [PATCH 1/6] powerpc: Put FP/VSX and VR state into structures
` [PATCH 2/6] powerpc: Provide for giveup_fpu/altivec to save state in alternate location
` [PATCH 3/6] KVM: PPC: Use load_fp/vr_state rather than load_up_fpu/altivec
` [PATCH 4/6] KVM: PPC: Store FP/VSX/VMX state in thread_fp/vr_state structures
` [PATCH 5/6] KVM: PPC: Book3S: Load/save FP/VMX/VSX state directly to/from vcpu struct
` [PATCH 6/6] KVM: PPC: Book3S HV: Use load/store_fp_state functions in HV guest entry/exit
KVM call agenda for 2013-09-17
2013-09-10 16:01 UTC
[PATCH v2] tile: support KVM for tilegx
2013-09-10 12:47 UTC (6+ messages)
` [PATCH v3 1/3] tile: support KVM host mode
` [PATCH v3 3/3] tile: enable VIRTIO support for KVM
Correct way of tracking reads on given gfn ?
2013-09-10 6:08 UTC (7+ messages)
[PATCH] KVM: x86: prevent setting unsupported XSAVE states
2013-09-09 16:57 UTC (4+ messages)
[PATCH] kvm-unit-tests: VMX: Fix some nested EPT related bugs
2013-09-09 16:25 UTC (2+ messages)
[PATCH 0/2] kvm-unit-tests: VMX: Test nested EPT features
2013-09-09 16:23 UTC (11+ messages)
` [PATCH 1/2] kvm-unit-tests: VMX: The framework of EPT for nested VMX testing
` [PATCH 2/2] kvm-unit-tests: VMX: Test cases for nested EPT
[PATCH v2] kvm-unit-tests: VMX: Test suite for preemption timer
2013-09-09 13:59 UTC (2+ messages)
Documentation of the kvm->srcu lock
2013-09-09 13:51 UTC (5+ messages)
[PATCH] KVM: x86 emulator: emulate RETF imm
2013-09-09 13:12 UTC (5+ messages)
[PATCH] kvm-unit-tests: VMX: Test suite for preemption timer
2013-09-09 12:53 UTC (5+ messages)
[PATCH v2 0/4] kvm-unit-tests: Add a series of test cases
2013-09-09 12:42 UTC (10+ messages)
` [PATCH v2 2/4] kvm-unit-tests: VMX: Add test cases for CR0/4 shadowing
` [PATCH v2 3/4] kvm-unit-tests: VMX: Add test cases for I/O bitmaps
` [PATCH v2 4/4] kvm-unit-tests: VMX: Add test cases for instruction interception
[PATCH uq/master 0/2] KVM: issues with XSAVE support
2013-09-09 12:00 UTC (19+ messages)
` [PATCH uq/master 1/2] x86: fix migration from pre-version 12
` [PATCH uq/master 2/2] KVM: make XSAVE support more robust
[PATCH v2] KVM: mmu: allow page tables to be in read-only slots
2013-09-09 10:12 UTC (3+ messages)
Mapping guest memory from another process?
2013-09-09 10:01 UTC (5+ messages)
When is the page table built for migration destination ?
2013-09-09 9:58 UTC (4+ messages)
[PATCH RFC 0/5] Eliminate double-copying of FP/VMX/VSX state
2013-09-09 9:44 UTC (5+ messages)
[PATCH 0/2] s390x/kvm: implement floating interrupt controller
2013-09-06 13:24 UTC (8+ messages)
` [PATCH 1/2] linux-headers: update for s390 "
` [Qemu-devel] "
` [PATCH 2/2] s390x/kvm: implement floating-interrupt controller device
[GIT PULL] VFIO for v3.12
2013-09-08 17:01 UTC
[PATCH v2 00/15] KVM: MMU: locklessly wirte-protect
2013-09-08 14:26 UTC (9+ messages)
` [PATCH v2 01/15] KVM: MMU: fix the count of spte number
` [PATCH v2 09/15] KVM: MMU: introduce pte-list lockless walker
[PATCH v9 12/13] KVM: PPC: Add support for IOMMU in-kernel handling
2013-09-08 14:12 UTC (3+ messages)
` [PATCH v10 "
[PATCH kvm-unit-tests] realmode: test RETF imm
2013-09-08 13:18 UTC (2+ messages)
[PATCH v2 0/3] kvm tools: remove periodic tick
2013-09-07 17:21 UTC (8+ messages)
` [PATCH v2 2/3] kvm tools: remove periodic tick in favour of a polling thread
Further Windows performance optimizations?
2013-09-06 21:24 UTC
kvm caches and battery-backed RAID
2013-09-06 19:03 UTC
[Bug 60863] New: monitor usb_add host does not work correct
2013-09-06 13:33 UTC
[PATCH v2 0/2] KVM: s390: add floating irq controller
2013-09-06 13:30 UTC (6+ messages)
` [PATCH v2 1/2] KVM: s390: add and extend interrupt information data structs
` [PATCH v2 2/2] KVM: s390: add floating irq controller
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).