messages from 2012-04-23 15:55:13 to 2012-04-30 08:29:08 UTC [more...]
Poor graphics performance with Windows Vista guest
2012-04-30 8:29 UTC
[PATCH RFC V6 0/5] kvm : Paravirt-spinlock support for KVM guests
2012-04-30 8:22 UTC (20+ messages)
` [PATCH RFC V6 1/5] kvm hypervisor : Add a hypercall to KVM hypervisor to support pv-ticketlocks
` [PATCH RFC V6 2/5] kvm : Fold pv_unhalt flag into GET_MP_STATE ioctl to aid migration
` [PATCH RFC V6 5/5] Documentation/kvm : Add documentation on Hypercalls and features used for PV spinlock
[PATCH] KVM: PPC: Book3S HV: Make the guest MMU hash table size configurable
2012-04-30 4:40 UTC (3+ messages)
[PATCH 0/1 v2] KVM: Alleviate mmu_lock contention during dirty logging
2012-04-29 15:20 UTC (11+ messages)
` [PATCH 1/1 v2] KVM: Reduce mmu_lock contention during dirty logging by cond_resched()
[RFC PATCH v1 0/5] KVM paravirt remote flush tlb
2012-04-29 12:23 UTC (7+ messages)
` [RFC PATCH v1 1/5] KVM Guest: Add VCPU running/pre-empted state for guest
` [RFC PATCH v1 2/5] KVM-HV: "
` [RFC PATCH v1 3/5] KVM: Add paravirt kvm_flush_tlb_others
` [RFC PATCH v1 4/5] KVM: get kvm_kick_vcpu out for pv_flush
` [RFC PATCH v1 5/5] KVM: Introduce PV kick in flush tlb
[PATCH 0/3] Fixes and feature for kvm-s390
2012-04-29 11:10 UTC (22+ messages)
` [PATCH 1/3] kvm-s390: Implement the directed yield (diag 9c) hypervisor call for KVM
` [PATCH 1/3v2] "
` [PATCH 0/2] rework kvm_vcpu_on_spin
` [PATCH 1/2] kvm-s390: Implement the directed yield (diag 9c) hypervisor call for KVM
` [PATCH 2/2] kvm-s390: use kvm_vcpu_on_spin for diag 0x44
` [PATCH 2/3] kvm-s390: Handle sckpf instruction
` [PATCH 3/3] kvm-s390: implement KVM_CAP_MAX_VCPUS
x86info: dump kvm cpuid's
2012-04-29 10:10 UTC
[PATCH v2] KVM: MMU: Don't use RCU for lockless shadow walking
2012-04-29 9:38 UTC (8+ messages)
[PATCH v4 00/10] KVM: MMU: fast page fault
2012-04-29 8:50 UTC (16+ messages)
` [PATCH v4 01/10] KVM: MMU: return bool in __rmap_write_protect
` [PATCH v4 02/10] KVM: MMU: abstract spte write-protect
` [PATCH v4 03/10] KVM: VMX: export PFEC.P bit on ept
` [PATCH v4 04/10] KVM: MMU: introduce SPTE_MMU_WRITEABLE bit
` [PATCH v4 05/10] KVM: MMU: introduce SPTE_WRITE_PROTECT bit
` [PATCH v4 06/10] KVM: MMU: fast path of handling guest page fault
` [PATCH v4 07/10] KVM: MMU: lockless update spte on fast page fault path
` [PATCH v4 08/10] KVM: MMU: trace fast page fault
` [PATCH v4 09/10] KVM: MMU: fix kvm_mmu_pagetable_walk tracepoint
` [PATCH v4 10/10] KVM: MMU: document mmu-lock and fast page fault
[PATCH] KVM: Emulator: Opcode 0x80 gets a byte immediate
2012-04-29 8:22 UTC (2+ messages)
[PATCH] KVM: PPC: Fix unknown SPR error message in emulation
2012-04-28 19:34 UTC (4+ messages)
[PATCH] qemu-kvm: Remove unused KVM helper functions
2012-04-27 22:56 UTC (2+ messages)
[PATCH v2 0/3] KVM: API doc enhancements and separate PIT kthread
2012-04-27 22:41 UTC (5+ messages)
` [PATCH v2 1/3] KVM: Improve readability of KVM API doc
` [PATCH v2 2/3] KVM: x86: Document in-kernel PIT API
` [PATCH v2 3/3] KVM: x86: Run PIT work in own kthread
[PATCH 1/2] PPC: Export some interrupt handlers
2012-04-27 22:20 UTC (18+ messages)
` [PATCH 2/2] KVM: PPC: Book3S: Call into C "
async pf: INFO: SOFTIRQ-safe -> SOFTIRQ-unsafe lock order detected
2012-04-27 18:14 UTC (3+ messages)
troubleshooting vm start up and raw disk format
2012-04-27 17:21 UTC
[PATCH] qemu-kvm: Switch to upstream TPR optimization
2012-04-27 15:00 UTC (4+ messages)
` [PATCH] qemu-kvm: Eliminate _kvm_arch_init_vcpu
[PATCH] kvm/powerpc: Add new ioctl to retreive server MMU infos
2012-04-27 5:51 UTC (3+ messages)
` [PATCH 1/2] ppc64: Rudimentary Support for extra page sizes on server CPUs
` [PATCH 2/2] pseries: Correctly create ibm,segment-page-sizes property
[PATCH 0/3] virt: Assorted bugfixes
2012-04-26 22:03 UTC (4+ messages)
` [PATCH 1/3] Fix wrong reference to image functions
` [PATCH 2/3] virt.qemu_io: Make QemuIO inherit from object
` [PATCH 3/3] kvm.tests.qemu_io_blkdebug: Fix up use of python > 2.4 construct
[PATCH 1/2] KVM: PPC: bookehv: Fix r8/r13 storing in level exception handler
2012-04-26 17:43 UTC (5+ messages)
` [PATCH 2/2] KVM: PPC: bookehv: Use lwz/stw instead of PPC_LL/PPC_STL for 32-bit fields
[PATCH v2] kvm/book3s: Make kernel emulated H_PUT_TCE available for "PR" KVM
2012-04-26 11:24 UTC (3+ messages)
kvm test: Parametrisation of multi_disk test
2012-04-26 11:24 UTC (2+ messages)
` [PATCH] "
[PATCH] KVM: PPC: Fix PR KVM on POWER7 bare metal
2012-04-26 10:18 UTC (2+ messages)
[RFC PATCH 0/9] ACPI memory hotplug
2012-04-26 0:58 UTC (18+ messages)
` [RFC PATCH 3/9][SeaBIOS] acpi: generate hotplug memory devices
` [RFC PATCH 9/9][SeaBIOS] enable memory devices if e820 entry is present
` [SeaBIOS] [RFC PATCH 9/9] "
[PATCH 1/2] KVM: PPC: Book3S: PR: Optimize entry path
2012-04-25 12:38 UTC (2+ messages)
` [PATCH 2/2] KVM: PPC: Book3S: PR: No isync in slbie path
[PATCH 1/2] KVM: PPC: bookehv: Use a Macro for saving/restoring guest registers to/from their 64 bit copies
2012-04-25 11:50 UTC (2+ messages)
[PATCH 2/2 v4] KVM: PPC: booke(hv): Fix save/restore of guest accessible SPRGs
2012-04-25 11:27 UTC
[PATCH 2/2 v4] KVM: PPC: booke(hv): Fix save/restore of guest accessible SPRGs
2012-04-25 11:27 UTC
linux-next: Tree for Apr 24 (kvm)
2012-04-25 9:35 UTC (2+ messages)
writeback cache + h700 controller w/1gb nvcache, corruption on power loss
2012-04-25 3:57 UTC (6+ messages)
[Qemu-devel] [PATCH 2/2] Expose tsc deadline timer cpuid to guest
2012-04-24 17:19 UTC (15+ messages)
` "
[PATCH 0/4] KVM: x86 emulator: Split decoder into separate functions
2012-04-24 14:41 UTC (6+ messages)
` [PATCH 4/4] KVM: x86 emulator: Avoid pushing back ModRM byte in decode_opcode()
[PATCH] qemu-kvm: Switch to upstream in-kernel KVM PIT
2012-04-24 14:13 UTC (2+ messages)
KVM call agenda for April, Tuesday 24
2012-04-24 13:59 UTC (2+ messages)
[PATCHv2] Introduce bitmask for apic attention reasons
2012-04-24 13:36 UTC (2+ messages)
Assertion after chaning display resolution
2012-04-24 13:35 UTC (3+ messages)
` [Qemu-devel] "
[PATCH v2] KVM: Introduce direct MSI message injection for in-kernel irqchips
2012-04-24 13:24 UTC (12+ messages)
` [PATCH v3] "
` [PATCH v4] "
` [PATCH] KVM: Introduce generic interrupt "
[PATCH 0/3] KVM: API doc enhancements and separate PIT kthread
2012-04-24 12:40 UTC (4+ messages)
` [PATCH 1/3] KVM: Improve readability of KVM API doc
` [PATCH 2/3] KVM: x86: Document in-kernel PIT API
` [PATCH 3/3] KVM: x86: Run PIT work in own kthread
[PATCH RFC] KVM: MMU: Don't use RCU for lockless shadow walking
2012-04-24 10:05 UTC (9+ messages)
Thanks
2012-04-24 8:27 UTC
Thanks
2012-04-24 8:25 UTC
1.0.1 Qemu-kvm
2012-04-24 8:22 UTC
[PATCH RFC 0/5] apic: eoi optimization support
2012-04-24 7:07 UTC (5+ messages)
` [PATCH RFC dontapply 5/5] kvm_para: guest side for eoi avoidance
[PATCH v3 0/9] KVM: MMU: fast page fault
2012-04-24 3:34 UTC (11+ messages)
` [PATCH v3 5/9] KVM: MMU: introduce SPTE_WRITE_PROTECT bit
[PATCH] kvm: don't call mmu_shrinker w/o used_mmu_pages
2012-04-23 16:57 UTC (5+ 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