kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-09-19 15:50:56 to 2012-09-21 13:02:03 UTC [more...]

[PATCH RFC 0/2] kvm: Improving undercommit,overcommit scenarios in PLE handler
 2012-09-21 13:02 UTC  (4+ messages)
` [PATCH RFC 1/2] kvm: Handle undercommitted guest case "
` [PATCH RFC 2/2] kvm: Be courteous to other VMs in overcommitted scenario "

[PATCH v4 00/17] Allow changing of Hypervisor CPUIDs
 2012-09-21 12:36 UTC  (20+ messages)
` [PATCH v4 01/17] target-i386: Allow tsc-frequency to be larger then 2.147G
` [PATCH v4 02/17] target-i386: Add missing kvm bits
` [PATCH v4 03/17] target-i386: Add Hypervisor level
` [PATCH v4 04/17] target-i386: Add cpu object access routines for "
` [PATCH v4 05/17] target-i386: Add x86_set_hyperv
` [PATCH v4 06/17] target-i386: Use Hypervisor level in -machine pc,accel=kvm
` [PATCH v4 07/17] target-i386: Use Hypervisor level in -machine pc,accel=tcg
` [PATCH v4 08/17] target-i386: Add Hypervisor vendor
` [PATCH v4 09/17] target-i386: Add cpu object access routines for "
` [PATCH v4 10/17] target-i386: Use Hypervisor vendor in -machine pc,accel=kvm
` [PATCH v4 11/17] target-i386: Use Hypervisor vendor in -machine pc,accel=tcg
` [PATCH v4 12/17] target-i386: Add some known names to Hypervisor vendor
` [PATCH v4 13/17] target-i386: Add optional Hypervisor leaf extra
` [PATCH v4 14/17] target-i386: Add cpu object access routines for "
` [PATCH v4 15/17] target-i386: Add setting of Hypervisor leaf extra for known vmare4
` [PATCH v4 16/17] target-i386: Use Hypervisor leaf extra in -machine pc,accel=kvm
` [PATCH v4 17/17] target-i386: Use Hypervisor leaf extra in -machine pc,accel=tcg

Guest Debugging Facilities in KVM
 2012-09-21 12:25 UTC  (5+ messages)

[RFC PATCH v3 00/19] ACPI memory hotplug
 2012-09-21 11:20 UTC  (22+ messages)
` [RFC PATCH v3 01/19][SeaBIOS] Add ACPI_EXTRACT_DEVICE* macros
` [RFC PATCH v3 02/19][SeaBIOS] Add SSDT memory device support
` [RFC PATCH v3 03/19][SeaBIOS] acpi-dsdt: Implement functions for memory hotplug
` [RFC PATCH v3 04/19][SeaBIOS] acpi: generate hotplug memory devices
` [RFC PATCH v3 05/19] Implement dimm device abstraction
` [RFC PATCH v3 06/19] Implement "-dimm" command line option
` [RFC PATCH v3 07/19] acpi_piix4: Implement memory device hotplug registers
` [RFC PATCH v3 08/19] pc: calculate dimm physical addresses and adjust memory map
` [RFC PATCH v3 09/19] pc: Add dimm paravirt SRAT info
` [RFC PATCH v3 10/19] fix live-migration when "populated=on" is missing
` [RFC PATCH v3 11/19] Implement qmp and hmp commands for notification lists
` [RFC PATCH v3 12/19] Implement "info memory-total" and "query-memory-total"
` [RFC PATCH v3 13/19] balloon: update with hotplugged memory
` [RFC PATCH v3 14/19][SeaBIOS] Add _OST dimm method
` [RFC PATCH v3 15/19] Add _OST dimm support
` [RFC PATCH v3 16/19] Update dimm state on reset
` [RFC PATCH v3 17/19][SeaBIOS] Implement _PS3 method for memory device
` [RFC PATCH v3 18/19] Implement _PS3 for dimm
` [RFC PATCH v3 19/19][SeaBIOS] Calculate pcimem_start and pcimem64_start from SRAT entries
  ` [RFC PATCH v3 19/19] alternative: Introduce paravirt interface QEMU_CFG_PCI_WINDOW
  ` [RFC PATCH v3 20/19][SeaBIOS] alternative: Use paravirt interface for pci windows

[PATCH 0/9] Reduce compaction scanning and lock contention
 2012-09-21 10:46 UTC  (10+ messages)
` [PATCH 1/9] Revert "mm: compaction: check lock contention first before taking lock"
` [PATCH 2/9] Revert "mm-compaction-abort-compaction-loop-if-lock-is-contended-or-run-too-long-fix"
` [PATCH 3/9] Revert "mm: compaction: abort compaction loop if lock is contended or run too long"
` [PATCH 4/9] mm: compaction: Abort compaction loop if lock is contended or run too long
` [PATCH 5/9] mm: compaction: Acquire the zone->lru_lock as late as possible
` [PATCH 6/9] mm: compaction: Acquire the zone->lock "
` [PATCH 7/9] Revert "mm: have order > 0 compaction start off where it left"
` [PATCH 8/9] mm: compaction: Cache if a pageblock was scanned and no pages were isolated
` [PATCH 9/9] mm: compaction: Restart compaction from near where it left off

[PATCH v3 1/2] KVM: PPC: Book3S: Get/set guest SPRs using the GET/SET_ONE_REG interface
 2012-09-21 10:07 UTC  (5+ messages)
` [PATCH v3 2/2] KVM: PPC: Book3S: Get/set guest FP regs "

[PATCH 0/6] Reduce compaction scanning and lock contention
 2012-09-21  9:55 UTC  (20+ messages)
` [PATCH 1/6] mm: compaction: Abort compaction loop if lock is contended or run too long
` [PATCH 2/6] mm: compaction: Acquire the zone->lru_lock as late as possible
` [PATCH 3/6] mm: compaction: Acquire the zone->lock "
` [PATCH 4/6] Revert "mm: have order > 0 compaction start off where it left"
` [PATCH 5/6] mm: compaction: Cache if a pageblock was scanned and no pages were isolated
` [PATCH 6/6] mm: compaction: Restart compaction from near where it left off

[Autotest] Adds OpenVSwitch support
 2012-09-21  9:31 UTC  (5+ messages)
` [Autotest][PATCH 1/5] Autotest: Add utils for OpenVSwitch patch
` [Autotest][PATCH 2/5] virt: Adds OpenVSwitch support to virt tests
` [Autotest][PATCH 3/5] virt: Adds functionality for vms
` [Autotest][PATCH 5/5] virt: Repair import path

[PATCH v3] kvm/fpu: Enable fully eager restore kvm FPU
 2012-09-21  8:47 UTC  (11+ messages)

[PATCH v3 0/7] KVM: MMU: fix release pfn in mmu code
 2012-09-21  7:00 UTC  (8+ messages)
` [PATCH v3 1/7] KVM: MMU: fix release noslot pfn
` [PATCH v3 2/7] KVM: MMU: remove mmu_is_invalid
` [PATCH v3 3/7] KVM: MMU: do not release pfn in mmu_set_spte
` [PATCH v3 4/7] KVM: MMU: cleanup FNAME(page_fault)
` [PATCH v3 5/7] KVM: MMU: introduce FNAME(prefetch_gpte)
` [PATCH v3 6/7] KVM: MMU: move prefetch_invalid_gpte out of pagaing_tmp.h
` [PATCH v3 7/7] KVM: MMU: introduce page_fault_start/page_fault_end

[PATCH 0/10] HV KVM fixes, reposted
 2012-09-21  5:39 UTC  (11+ messages)
` [PATCH 01/10] KVM: PPC: Book3S HV: Provide a way for userspace to get/set per-vCPU areas
` [PATCH 02/10] KVM: PPC: Book3S HV: Allow KVM guests to stop secondary threads coming online
` [PATCH 03/10] KVM: PPC: Book3S HV: Fix updates of vcpu->cpu
` [PATCH 04/10] KVM: PPC: Book3S HV: Remove bogus update of physical thread IDs
` [PATCH 05/10] KVM: PPC: Book3S HV: Fix some races in starting secondary threads
` [PATCH 06/10] KVM: PPC: Book3s HV: Don't access runnable threads list without vcore lock
` [PATCH 07/10] KVM: PPC: Book3S HV: Fixes for late-joining threads
` [PATCH 08/10] KVM: PPC: Book3S HV: Run virtual core whenever any vcpus in it can run
` [PATCH 09/10] KVM: PPC: Book3S HV: Fix accounting of stolen time
` [PATCH 10/10] KVM: PPC: Book3S HV: Fix calculation of guest phys address for MMIO emulation

[PATCH] KVM: x86: Fix guest debug across vcpu INIT reset
 2012-09-21  3:42 UTC  (3+ messages)
  ` [PATCH v2] "

TSC scaling interface to management
 2012-09-21  2:51 UTC  (3+ messages)
` [libvirt] "

Recommendations for Virtulization Hardware
 2012-09-20 21:53 UTC  (3+ messages)
` [Xen-users] "

pci-assign terminates the guest upon pread() / pwrite() error?
 2012-09-20 21:13 UTC  (7+ messages)

[PATCH v2 0/1] target-i386: Fix default Hypervisor level for kvm
 2012-09-20 20:06 UTC  (2+ messages)
` [PATCH v2 1/1] target-i386: Fix default Hypervisor level for hypervisor-vendor=kvm

[RFC v2 PATCH 00/21] KVM: x86: CPU isolation and direct interrupts delivery to guests
 2012-09-20 17:34 UTC  (3+ messages)
` [RFC v2 PATCH 04/21] x86: Avoid RCU warnings on slave CPUs

qemu.git/qemu-kvm.git bugs during migrate + reboot
 2012-09-20 16:51 UTC 

[PATCH] target-i386: Allow changing of Hypervisor CPUIDs
 2012-09-20 16:20 UTC  (5+ messages)
` [PATCH v3 05/17] target-i386: Add x86_set_hyperv
  ` [Qemu-devel] "

[RFC PATCH v2 0/5] qemu: s390: virtual css and virtio-ccw
 2012-09-20 14:50 UTC  (11+ 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

[PATCH 01/10] ARM: KVM: Keep track of currently running vcpus
 2012-09-20 14:02 UTC  (3+ messages)

[PATCH v8 0/3] KVM: perf: kvm events analysis tool
 2012-09-20 13:34 UTC  (6+ messages)
` [PATCH v8 1/3] KVM: x86: export svm/vmx exit code and vector code to userspace
` [PATCH v8 3/3] KVM: perf: kvm events analysis tool

[PATCH 00/15] KVM/ARM Implementation
 2012-09-20 13:21 UTC  (14+ 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 04/15] ARM: idmap: only initialize HYP idmap when HYP mode is available

[PATCH 1/1] kvmclock: fix guest stop notification
 2012-09-20 12:47 UTC  (3+ messages)

[PATCHv4] KVM: optimize apic interrupt delivery
 2012-09-20 12:05 UTC  (2+ messages)

[PATCH] Enabling IA32_TSC_ADJUST for guest VM
 2012-09-20 11:15 UTC  (3+ messages)

[PATCH v2 0/5] KVM: MMU: fix release pfn in mmu code
 2012-09-20 10:57 UTC  (9+ messages)
` [PATCH v2 3/5] KVM: MMU: cleanup FNAME(page_fault)
` [PATCH v2 4/5] KVM: MMU: introduce page_fault_start and page_fault_end

Paravirtualized pause loop handling
 2012-09-20  7:42 UTC  (2+ messages)

Can't use USB devices in their designated applications on Windows Vista guest
 2012-09-20  7:26 UTC  (3+ messages)

[RFC PATCH v2 0/7] s390: virtual css host support
 2012-09-20  7:26 UTC  (4+ 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  (3+ 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 v10 0/2] kvm: level irqfd support
 2012-09-19 19:59 UTC  (7+ messages)
` [PATCH v10 2/2] kvm: Add resampling irqfds for level triggered interrupts

[PATCH v2 0/2] KVM: PPC: Save/restore complete Book3S HV guest register state
 2012-09-19 18:49 UTC  (6+ messages)
` [PATCH v2 1/2] KVM: PPC: Book3S HV: Get/set guest SPRs using the GET/SET_ONE_REG interface

[PATCH] Enabling IA32_TSC_ADJUST for Qemu KVM guest VMs
 2012-09-19 18:17 UTC  (2+ messages)

[PATCH v2 0/9] Optimize page table walk
 2012-09-19 17:18 UTC  (14+ messages)
` [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 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  (6+ messages)
` [PATCH 2/2] target-i386: Fix default Hypervisor level for hypervisor-vendor=kvm

NFS over RDMA small block DIRECT_IO bug
 2012-09-19 15:50 UTC  (4+ messages)


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).