messages from 2012-09-17 14:01:32 to 2012-09-20 07:26:42 UTC [more...]
Can't use USB devices in their designated applications on Windows Vista guest
2012-09-20 7:26 UTC (5+ messages)
[RFC PATCH v2 0/7] s390: virtual css host support
2012-09-20 7:26 UTC (5+ messages)
` [PATCH v2 7/7] s390/kvm: In-kernel channel subsystem support
[RfC PATCH] vga: add mmio bar to standard vga
2012-09-20 5:43 UTC (8+ messages)
` [Qemu-devel] "
[PATCH] KVM: x86: Make emulator_fix_hypercall static
2012-09-20 5:43 UTC
[PATCH] KVM: x86: Convert kvm_arch_vcpu_reset into private kvm_vcpu_reset
2012-09-20 5:43 UTC
Can't use USB devices in their designated applications on Windows Vista guest
2012-09-20 5:10 UTC
[kvm:queue 41/42] arch/s390/kvm/interrupt.c:428:12: warning: ignoring return value of 'vcpu_load', declared with attribute warn_unused_result
2012-09-20 5:22 UTC (2+ messages)
[Bug 47451] New: need to re-load driver in guest to make a hot-plug VF work
2012-09-20 4:36 UTC (3+ messages)
` [Bug 47451] "
what does SVM_EXIT_VMRUN mean?
2012-09-20 3:57 UTC (2+ messages)
[PATCH v3 00/10] Optimize page table walk
2012-09-20 3:33 UTC (12+ messages)
` [PATCH v3 01/10] KVM: MMU: Push clean gpte write protection out of gpte_access()
` [PATCH v3 02/10] KVM: MMU: Optimize gpte_access() slightly
` [PATCH v3 03/10] KVM: MMU: Move gpte_access() out of paging_tmpl.h
` [PATCH v3 04/10] KVM: MMU: Update accessed and dirty bits after guest pagetable walk
` [PATCH v3 05/10] KVM: MMU: Optimize pte permission checks
` [PATCH v3 06/10] KVM: MMU: Simplify walk_addr_generic() loop
` [PATCH v3 07/10] KVM: MMU: Optimize is_last_gpte()
` [PATCH v3 08/10] KVM: MMU: Eliminate eperm temporary
` [PATCH v3 09/10] KVM: MMU: Avoid access/dirty update loop if all is well
` [PATCH v3 10/10] KVM: MMU: Eliminate pointless temporary 'ac'
[PATCH v2 0/5] KVM: MMU: fix release pfn in mmu code
2012-09-20 2:59 UTC (13+ messages)
` [PATCH v2 1/5] KVM: MMU: release noslot pfn on the fail path properly
` [PATCH v2 4/5] KVM: MMU: introduce page_fault_start and page_fault_end
` [PATCH v2 5/5] KVM: MMU: introduce FNAME(prefetch_gpte)
[PATCH v3] kvm/fpu: Enable fully eager restore kvm FPU
2012-09-20 1:43 UTC (9+ messages)
[PATCH 00/15] KVM/ARM Implementation
2012-09-20 0:11 UTC (28+ messages)
` [PATCH 01/15] ARM: add mem_type prot_pte accessor
` [PATCH 02/15] ARM: Add page table and page defines needed by KVM
` [PATCH 03/15] ARM: Section based HYP idmap
` [PATCH 04/15] ARM: idmap: only initialize HYP idmap when HYP mode is available
` [PATCH 05/15] ARM: Expose PMNC bitfields for KVM use
` [kvmarm] "
[PATCH] target-i386: Allow changing of Hypervisor CPUIDs
2012-09-19 21:26 UTC (20+ messages)
` [PATCH v3 00/17] "
` [Qemu-devel] "
` [PATCH v3 03/17] target-i386: Add Hypervisor level
` [PATCH v3 04/17] target-i386: Add cpu object access routines for "
` [PATCH v3 05/17] target-i386: Add x86_set_hyperv
` [Qemu-devel] "
` [PATCH v3 06/17] target-i386: Use Hypervisor level in -machine pc,accel=kvm
` [PATCH v3 07/17] target-i386: Use Hypervisor level in -machine pc,accel=tcg
` [PATCH v3 08/17] target-i386: Add Hypervisor vendor
` [PATCH v3 09/17] target-i386: Add cpu object access routines for "
` [PATCH v3 10/17] target-i386: Use Hypervisor vendor in -machine pc,accel=kvm
` [PATCH v3 11/17] target-i386: Use Hypervisor vendor in -machine pc,accel=tcg
` [PATCH v3 12/17] target-i386: Add some known names to Hypervisor vendor
` [PATCH v3 13/17] target-i386: Add optional Hypervisor leaf extra
` [PATCH v3 14/17] target-i386: Add cpu object access routines for "
` [PATCH v3 15/17] target-i386: Add setting of Hypervisor leaf extra for known vmare4
` [PATCH v3 16/17] target-i386: Use Hypervisor leaf extra in -machine pc,accel=kvm
` [PATCH v3 17/17] target-i386: Use Hypervisor leaf extra in -machine pc,accel=tcg
[PATCH v10 0/2] kvm: level irqfd support
2012-09-19 19:59 UTC (13+ messages)
` [PATCH v10 1/2] kvm: Provide pre-locked setup to irq ack notifier
` [PATCH v10 2/2] kvm: Add resampling irqfds for level triggered interrupts
[PATCH] KVM: x86: Fix guest debug across vcpu INIT reset
2012-09-19 19:38 UTC
[PATCH v2 0/2] KVM: PPC: Save/restore complete Book3S HV guest register state
2012-09-19 18:49 UTC (8+ messages)
` [PATCH v2 1/2] KVM: PPC: Book3S HV: Get/set guest SPRs using the GET/SET_ONE_REG interface
` [PATCH v2 2/2] KVM: PPC: Book3S HV: Get/set guest FP regs "
[PATCH] Enabling IA32_TSC_ADJUST for Qemu KVM guest VMs
2012-09-19 18:17 UTC (2+ messages)
[PATCH] Enabling IA32_TSC_ADJUST for guest VM
2012-09-19 17:44 UTC
[PATCH v2 0/9] Optimize page table walk
2012-09-19 17:18 UTC (18+ messages)
` [PATCH v2 4/9] KVM: MMU: Update accessed and dirty bits after guest pagetable walk
` [PATCH v2 5/9] KVM: MMU: Optimize pte permission checks
` [PATCH v2 6/9] KVM: MMU: Simplify walk_addr_generic() loop
` [PATCH v2 7/9] KVM: MMU: Optimize is_last_gpte()
` [PATCH v2 8/9] KVM: MMU: Eliminate eperm temporary
` [PATCH v2 9/9] KVM: MMU: Avoid access/dirty update loop if all is well
[RFC PATCH v2 0/4] s390: virtio-ccw guest kernel support
2012-09-19 16:38 UTC (3+ messages)
` [PATCH v2 3/4] s390/kvm: Add a channel I/O based virtio transport driver
[PATCH 0/2] target-i386: Fix default Hypervisor level for kvm
2012-09-19 16:32 UTC (9+ messages)
` [PATCH 1/2] target-i386: Fix default Hypervisor level for accel=kvm
` [PATCH 2/2] target-i386: Fix default Hypervisor level for hypervisor-vendor=kvm
[RFC PATCH v2 0/5] qemu: s390: virtual css and virtio-ccw
2012-09-19 16:24 UTC (7+ messages)
` [PATCH v2 3/5] s390: Add new channel I/O based virtio transport
` [PATCH v2 4/5] s390: Virtual channel subsystem support for !KVM
` [PATCH v2 5/5] [HACK] Handle multiple virtio aliases
NFS over RDMA small block DIRECT_IO bug
2012-09-19 15:50 UTC (4+ messages)
Macvtap bug: contractor wanted
2012-09-19 15:11 UTC
[PATCH 2/5]KVM:x86, apicv: adjust for virtual interrupt delivery
2012-09-19 15:19 UTC (6+ messages)
Guest Debugging Facilities in KVM
2012-09-19 15:12 UTC (4+ messages)
[PATCH 4/5]KVM:x86, apicv: add interface for poking EOI exit bitmap
2012-09-19 14:45 UTC (4+ messages)
[PATCH 0/3] KVM_VCPU_GET_REG_LIST API
2012-09-19 14:22 UTC (7+ messages)
` [PATCH 1/3] KVM: Move KVM_SET_ONE_REG/KVM_GET_ONE_REG to generic code
` [PATCH 2/3] KVM: Add KVM_REG_SIZE() helper
` [PATCH 3/3] KVM: Add KVM_VCPU_GET_REG_LIST/KVM_CAP_REG_LIST
qemu-kvm loops after kernel udpate
2012-09-19 14:18 UTC (14+ messages)
` [PATCH] mm: call invalidate_range_end in do_wp_page even for zero pages
[RFC][PATCH] Improving directed yield scalability for PLE handler
2012-09-19 13:39 UTC (15+ messages)
reply
2012-09-19 11:15 UTC
Guest mode question
2012-09-19 11:49 UTC (4+ messages)
KVM hypervisor - hardware issues? - Of topic
2012-09-19 11:32 UTC (2+ messages)
[PATCH 1/5]KVM: x86, apicv: add APICv register virtualization support
2012-09-19 9:12 UTC (4+ messages)
[PATCH 0/2] KVM: PPC: Save/restore complete Book3S HV guest register state
2012-09-19 8:45 UTC (9+ messages)
` [PATCH 2/2] KVM: PPC: Book3S: Implement floating-point state get/set functions
[PATCHv4] virtio-spec: virtio network device multiqueue support
2012-09-19 6:12 UTC (10+ messages)
Block Migration Assertion in qemu-kvm 1.2.0
2012-09-19 5:49 UTC (8+ messages)
` [Qemu-devel] "
[PATCH v8 0/3] KVM: perf: kvm events analysis tool
2012-09-19 4:00 UTC (8+ messages)
` [PATCH v8 1/3] KVM: x86: export svm/vmx exit code and vector code to userspace
` [PATCH v8 2/3] perf: move stat related code to util/stat.c
Windows slow boot: contractor wanted
2012-09-18 17:58 UTC (15+ messages)
` Windows VM slow boot
` [PATCH 2/2] make the compaction "skip ahead" logic robust
` [PATCH -v2 "
[PATCH] arch/x86: Remove unecessary semicolon
2012-09-18 16:36 UTC
Windows slow boot: contractor wanted
2012-09-18 15:12 UTC (2+ messages)
` Windows slow boot
KVM call for agenda for Tuesday, September 18th
2012-09-18 13:27 UTC (2+ messages)
[PATCH] kvm tools: don't exit on debug ioport write
2012-09-18 9:45 UTC
[PATCH v2] KVM: trace the events of mmu_notifier
2012-09-18 8:46 UTC (6+ messages)
Protected Project
2012-09-18 2:03 UTC
NIC emulation with built-in rate limiting?
2012-09-17 21:48 UTC (3+ messages)
[PATCH] kvm tools: support build-time checks
2012-09-17 21:40 UTC
[PATCHSET] kthread_worker: reimplement flush_kthread_work() to allow freeing during execution
2012-09-17 20:28 UTC (4+ messages)
[PATCH 0/9] [PULL] qemu-kvm.git uq/master queue
2012-09-17 18:20 UTC (2+ messages)
` [Qemu-devel] "
[PATCH v9 0/2] kvm: level irqfd support
2012-09-17 18:08 UTC (8+ messages)
` [PATCH v9 2/2] kvm: On Ack, De-assert & Notify KVM_IRQFD extension
Block Migration and xbzrle
2012-09-17 18:03 UTC (2+ messages)
` [Qemu-devel] "
[PATCH 09/18] perf stat: Move stats related code to util/stat.c
2012-09-17 17:18 UTC
[PATCH] kvm: Fix kvmclock documentation to match reality
2012-09-17 17:10 UTC (2+ messages)
[PATCH] kvm: make processes waiting on vcpu mutex killable
2012-09-17 16:47 UTC (2+ messages)
[PATCH v2] target-i386: Report on error during cpu_x86_register()
2012-09-17 14:02 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