messages from 2013-09-03 03:04:15 to 2013-09-06 13:20:12 UTC [more...]
[PATCH v2 0/2] KVM: s390: add floating irq controller
2013-09-06 13:20 UTC (4+ messages)
` [PATCH v2 1/2] KVM: s390: add and extend interrupt information data structs
` [PATCH v2 2/2] KVM: s390: add floating irq controller
[PATCH 0/2] s390x/kvm: implement floating interrupt controller
2013-09-06 13:18 UTC (6+ messages)
` [PATCH 1/2] linux-headers: update for s390 "
` [Qemu-devel] "
` [PATCH 2/2] s390x/kvm: implement floating-interrupt controller device
[PATCH v9 00/13] KVM: PPC: IOMMU in-kernel handling of VFIO
2013-09-06 10:45 UTC (15+ messages)
` [PATCH v9 12/13] KVM: PPC: Add support for IOMMU in-kernel handling
` [PATCH v10 "
Live migration makes VM unusable
2013-09-06 7:23 UTC (2+ messages)
[PATCH 00/11] HV KVM improvements in preparation for POWER8 support
2013-09-06 6:38 UTC (14+ messages)
` [PATCH 01/11] KVM: PPC: Book3S HV: Save/restore SIAR and SDAR along with other PMU registers
` [PATCH 02/11] KVM: PPC: Book3S HV: Implement timebase offset for guests
` [PATCH 03/11] KVM: PPC: Book3S: Add GET/SET_ONE_REG interface for VRSAVE
` [PATCH 04/11] KVM: PPC: Book3S HV: Add GET/SET_ONE_REG interface for LPCR
` [PATCH 05/11] KVM: PPC: Book3S HV: Add support for guest Program Priority Register
` [PATCH 06/11] KVM: PPC: Book3S HV: Support POWER6 compatibility mode on POWER7
` [PATCH 07/11] KVM: PPC: Book3S HV: Implement H_CONFER
` [PATCH 08/11] KVM: PPC: Book3S HV: Restructure kvmppc_hv_entry to be a subroutine
` [PATCH 09/11] KVM: PPC: Book3S HV: Pull out interrupt-reading code into "
` [PATCH 10/11] KVM: PPC: Book3S HV: Avoid unbalanced increments of VPA yield count
` [PATCH 11/11] KVM: PPC: Book3S HV: Return -EINVAL rather than BUG'ing
[RFC PATCH 0/10] Support POWER8 in HV KVM
2013-09-06 4:00 UTC (11+ messages)
` [RFC PATCH 01/10] KVM: PPC: Book3S HV: Align physical CPU thread numbers with virtual
` [RFC PATCH 02/10] KVM: PPC: Book3S HV: Don't set DABR on POWER8
` [RFC PATCH 03/10] KVM: PPC: Book3S HV: Context-switch new POWER8 SPRs
` [RFC PATCH 04/10] KVM: PPC: Book3S HV: Flush the correct number of TLB sets on POWER8
` [RFC PATCH 05/10] KVM: PPC: Book3S HV: Add handler for HV facility unavailable
` [RFC PATCH 06/10] KVM: PPC: Book3S HV: Implement architecture compatibility modes for POWER8
` [RFC PATCH 07/10] KVM: PPC: Book3S HV: Consolidate code that checks reason for wake from nap
` [RFC PATCH 08/10] KVM: PPC: Book3S HV: Handle guest using doorbells for IPIs
` [RFC PATCH 09/10] KVM: PPC: Book3S HV: Handle new LPCR bits on POWER8
` [RFC PATCH 10/10] KVM: PPC: Book3S HV: Prepare for host using hypervisor doorbells
[PATCH v2] kvm-unit-tests: VMX: Test suite for preemption timer
2013-09-06 2:11 UTC
[PATCH v4] KVM: nVMX: Fully support of nested VMX preemption timer
2013-09-06 2:04 UTC
[PATCH 0/3] kvm/ppc: fixes/cleanup
2013-09-05 23:06 UTC (7+ messages)
` [PATCH 2/3] kvm/ppc: IRQ disabling cleanup
[PATCH] vfio: fix documentation
2013-09-05 22:39 UTC (2+ messages)
OpenBSD 5.3 guest on KVM
2013-09-05 18:49 UTC (5+ messages)
[PATCH v2 0/3] kvm tools: remove periodic tick
2013-09-05 16:39 UTC (9+ messages)
` [PATCH v2 1/3] kvm tools: use #define for maximum number of terminal devices
` [PATCH v2 2/3] kvm tools: remove periodic tick in favour of a polling thread
` [PATCH v2 3/3] kvm tools: stop virtio console doing unnecessary input handling
[PATCH 0/2] kvm: fix a bug and remove a redundancy in async_pf
2013-09-05 15:52 UTC (4+ messages)
` [PATCH 1/2] kvm: free resources after canceling async_pf
` [PATCH 2/2] kvm: remove .done from struct kvm_async_pf
[PATCH v3] KVM: nVMX: Fully support of nested VMX preemption timer
2013-09-05 14:19 UTC (7+ messages)
Is fallback vhost_net to qemu for live migrate available?
2013-09-05 13:33 UTC (9+ messages)
` [Xen-devel] "
[PATCH v2] KVM: mmu: allow page tables to be in read-only slots
2013-09-05 13:23 UTC (2+ messages)
[PATCH uq/master 0/2] KVM: issues with XSAVE support
2013-09-05 13:06 UTC (3+ 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] KVM: x86: prevent setting unsupported XSAVE states
2013-09-05 12:21 UTC
[PATCH v2 00/15] KVM: MMU: locklessly wirte-protect
2013-09-05 10:29 UTC (16+ messages)
` [PATCH v2 01/15] KVM: MMU: fix the count of spte number
` [PATCH v2 02/15] KVM: MMU: properly check last spte in fast_page_fault()
` [PATCH v2 03/15] KVM: MMU: lazily drop large spte
` [PATCH v2 04/15] KVM: MMU: flush tlb if the spte can be locklessly modified
` [PATCH v2 05/15] KVM: MMU: flush tlb out of mmu lock when write-protect the sptes
` [PATCH v2 06/15] KVM: MMU: update spte and add it into rmap before dirty log
` [PATCH v2 07/15] KVM: MMU: redesign the algorithm of pte_list
` [PATCH v2 08/15] KVM: MMU: introduce nulls desc
` [PATCH v2 09/15] KVM: MMU: introduce pte-list lockless walker
` [PATCH v2 10/15] KVM: MMU: initialize the pointers in pte_list_desc properly
` [PATCH v2 11/15] KVM: MMU: reintroduce kvm_mmu_isolate_page()
` [PATCH v2 12/15] KVM: MMU: allow locklessly access shadow page table out of vcpu thread
` [PATCH v2 13/15] KVM: MMU: locklessly write-protect the page
` [PATCH v2 14/15] KVM: MMU: clean up spte_write_protect
` [PATCH v2 15/15] KVM: MMU: use rcu functions to access the pointer
[PATCH] kvm-unit-tests: VMX: Test suite for preemption timer
2013-09-05 9:22 UTC (2+ messages)
[Bug 60850] New: BUG: Bad page state in process libvirtd pfn:76000
2013-09-05 7:46 UTC (2+ messages)
` [Bug 60850] "
[Qemu-devel] [PATCH] linux-headers: update to 3.11
2013-09-05 6:07 UTC (13+ messages)
[GIT PULL] KVM changes for 3.12
2013-09-05 5:53 UTC (6+ messages)
[PATCH v2 net-next] pkt_sched: fq: Fair Queue packet scheduler
2013-09-05 3:39 UTC
[PATCH V3 0/6] vhost code cleanup and minor enhancement
2013-09-05 2:54 UTC (5+ messages)
` [PATCH V3 4/6] vhost_net: determine whether or not to use zerocopy at one time
[PATCH kvm-unit-tests] realmode: test RETF imm
2013-09-04 21:12 UTC
[PATCH V3] forward cpuid leaves when using -cpu host
2013-09-04 17:35 UTC (5+ messages)
` [PATCH V3] target-i386: forward CPUID cache leaves when -cpu host is used
` [Qemu-devel] "
Mapping guest memory from another process?
2013-09-04 17:10 UTC (3+ messages)
[stable-3.4] possibly revert "KVM: X86 emulator: fix source operand decoding..."
2013-09-04 16:44 UTC
[PATCH] kvm-unit-tests: VMX: Add the framework of EPT
2013-09-04 15:51 UTC (3+ messages)
[PATCH] KVM: PPC: fix couple of memory leaks in MPIC/XICS devices
2013-09-04 12:16 UTC (3+ messages)
[PATCH] kvm tools: ioeventfd: replace bool parameters to __add_event with flags
2013-09-04 10:47 UTC (2+ messages)
[PATCH] kvm tools: virtio-mmio: init_ioeventfd should use MMIO for ioeventfd__add_event()
2013-09-04 10:20 UTC (5+ messages)
[PATCH 0/3] kvm tools: remove periodic tick
2013-09-04 9:58 UTC (7+ messages)
` [PATCH 1/3] kvm tools: use #define for maximum number of terminal devices
` [PATCH 2/3] kvm tools: remove periodic tick in favour of a polling thread
` [PATCH 3/3] kvm tools: stop virtio console doing unnecessary input handling
[PATCH] drivers/vhost/scsi.c: avoid a 10-order allocation
2013-09-04 9:27 UTC (4+ messages)
Live migration makes VM unusable
2013-09-04 9:08 UTC (2+ messages)
[RFC qom-cpu 15/41] cpu: Move watchpoint fields from CPU_COMMON to CPUState
2013-09-04 9:04 UTC
[PATCH V2] Documentation/kvm: Update cpuid documentation for steal time and pv eoi
2013-09-04 8:48 UTC
[PATCH] KVM: x86 emulator: emulate RETF imm
2013-09-04 7:50 UTC (2+ messages)
[uq/master qemu PATCH] fix steal time MSR vmsd callback to proper opaque type
2013-09-03 21:55 UTC
[PATCH v3 0/6] KVM: nVMX: Enable unrestricted guest mode and fix some nEPT issues
2013-09-03 19:11 UTC (13+ messages)
` [PATCH v3 1/6] KVM: nVMX: Replace kvm_set_cr0 with vmx_set_cr0 in load_vmcs12_host_state
` [PATCH v4] "
` [PATCH v3 5/6] KVM: nVMX: Update mmu.base_role.nxe after EFER loading on VM-entry/exit
[PATCH] tile: support KVM for tilegx
2013-09-03 19:09 UTC (12+ messages)
` [PATCH v2] "
` [PATCH 1/3] tile: clean up relocate_kernel_64 debug code
` [PATCH 3/3] tile: parameterize VA and PA space more cleanly
` [PATCH 2/3] tile: don't assume user privilege is zero
` [PATCH 0/3] tile prerequisites for KVM support
2nd level lockups using VMX nesting on 3.11 based host kernel
2013-09-03 18:13 UTC (2+ messages)
FAQ on linux-kvm.org has broken link
2013-09-03 17:03 UTC (11+ messages)
[uq/master][PATCH 0/3] Fix initialization bugs in kvmvapic
2013-09-03 16:08 UTC (4+ messages)
` [uq/master][PATCH 1/3] kvmvapic: Catch invalid ROM size
` [uq/master][PATCH 2/3] kvmvapic: Enter inactive state on hardware reset
` [uq/master][PATCH 3/3] kvmvapic: Clear also physical ROM address when entering INACTIVE state
[PULL 2/4] cpu: Use QTAILQ for CPU list
2013-09-03 16:06 UTC
Information of EPT violation VMEXIT
2013-09-03 15:31 UTC (2+ messages)
[PATCH RFC] KVM: PPC: Book3S HV: Reserve POWER8 space in get/set_one_reg
2013-09-03 15:29 UTC (4+ messages)
` [PATCH v2] "
` [PATCH v3] "
KVM: x86: update masterclock when kvmclock_offset is calculated
2013-09-03 14:20 UTC (8+ messages)
Corner cases of I/O bitmap
2013-09-03 12:03 UTC (6+ messages)
[PATCH v2 0/4] kvm-unit-tests: Add a series of test cases
2013-09-03 11:50 UTC (3+ messages)
KVM performance debugging
2013-09-03 9:22 UTC
[PATCH v2] kvm: warn if num cpus is greater than num recommended
2013-09-03 8:54 UTC (2+ messages)
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).