public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-10-03 10:32:07 to 2012-10-08 10:40:22 UTC [more...]

[PATCH 1/1] kvmclock: fix guest stop notification
 2012-10-08 10:40 UTC  (6+ messages)

[RFC PATCH 00/17] KVM: PPC: 64-bit Book3E support
 2012-10-08 10:10 UTC  (5+ messages)
` [RFC PATCH 05/17] KVM: PPC: booke: Extend MAS2 EPN mask for 64-bit
  ` [Qemu-ppc] "

[PATCH 00/15] KVM/ARM Implementation
 2012-10-08 10:04 UTC  (16+ messages)
` [PATCH 06/15] KVM: ARM: Initial skeleton to compile KVM support
    ` [kvmarm] "
` [PATCH 14/15] KVM: ARM: Handle I/O aborts

[Question] Intercept CR3 access in EPT
 2012-10-08  8:15 UTC 

Steal time in KVM
 2012-10-08  7:55 UTC 

Undeliverable Mail
 2012-10-08  5:08 UTC 

Steal Cycles in KVM reported as 0
 2012-10-08  3:25 UTC 

Proposal for virtio standardization
 2012-10-08  2:21 UTC  (3+ messages)
` [Qemu-devel] "
  ` Using PCI config space to indicate config location

Bad ROM contents on pass-through card
 2012-10-07 17:25 UTC  (3+ messages)

[RFC PATCH] KVM: PPC: Remove 44x target
 2012-10-07 13:58 UTC 

[PATCH 0/3] KVM: PPC: Enable user space handled SPRs
 2012-10-07 13:37 UTC  (13+ messages)
` [PATCH 1/3] KVM: PPC: Move mtspr/mfspr emulation into own functions
` [PATCH 2/3] KVM: PPC: Add SPR emulation exits
` [PATCH 3/3] KVM: PPC: BookE: Forward DBCR0 to user space

[PATCH] KVM: Documentation: Fix reentry-to-be-consistent paragraph
 2012-10-07 13:23 UTC 

[PATCH v4 0/5] KVM: MMU: fix release no-slot pfn and clean up mmu code
 2012-10-07 12:05 UTC  (6+ messages)
` [PATCH v4 1/5] KVM: MMU: fix release noslot pfn
` [PATCH v4 2/5] KVM: MMU: remove mmu_is_invalid
` [PATCH v4 3/5] KVM: MMU: cleanup FNAME(page_fault)
` [PATCH v4 4/5] KVM: MMU: move prefetch_invalid_gpte out of pagaing_tmp.h
` [PATCH v4 5/5] KVM: MMU: introduce FNAME(prefetch_gpte)

Fwd: [PULL 00/56] ppc patch queue 2012-10-04
 2012-10-07 10:37 UTC  (2+ messages)

[PATCH RFC 1/2] kvm: Handle undercommitted guest case in PLE handler
 2012-10-07  9:51 UTC  (13+ messages)

KVM: WARNING: at .. kvm_release_pfn_clean
 2012-10-07  9:22 UTC  (2+ messages)

[PATCH v2 00/14] KVM/ARM Implementation
 2012-10-06 21:33 UTC  (4+ messages)
` [PATCH v2 06/14] KVM: ARM: Memory virtualization setup

High load in one domain to affect another domain
 2012-10-06 20:05 UTC 

[PATCH 0/3] virtio-net: inline header support
 2012-10-06 12:54 UTC  (19+ messages)
` [PATCH 2/3] virtio-net: correct capacity math on ring full

[PATCH] KVM: PPC: 44x: fix DCR read/write
 2012-10-06  2:03 UTC 

[PATCH v6 0/4] VFIO-based PCI device assignment
 2012-10-05 18:23 UTC  (8+ messages)
` [PATCH v6 3/4] vfio: vfio-pci device assignment driver

vfio: missing patch in linux 3.6
 2012-10-05 13:08 UTC  (6+ messages)

Failed to get host power management capabilities
 2012-10-05 12:22 UTC 

[PATCH RFC 0/2] kvm: Improving undercommit,overcommit scenarios in PLE handler
 2012-10-05  9:06 UTC  (14+ messages)
` [PATCH RFC 1/2] kvm: Handle undercommitted guest case "

[PATCH RFC 0/2] kvm: Improving undercommit,overcommit scenarios in PLE handler
 2012-10-05  9:04 UTC  (15+ messages)

qemu-kvm: remove "boot=on|off" drive parameter compatibility
 2012-10-05  8:15 UTC  (25+ messages)
          ` [Qemu-devel] "
            ` [PATCH] kvm: Set default accelerator to "kvm" if the host supports it
                  ` [Qemu-devel] "

[PATCH 1/3] kvm tools: Fix powerpc build errors caused by recent changes
 2012-10-05  6:33 UTC  (5+ messages)
` [PATCH 2/3] kvm tools: Fix segfault on powerpc in xics_register()
` [PATCH 3/3] kvm tools: Do setup_fdt() later, get powerpc to boot again

[PULL] virtio
 2012-10-05  1:39 UTC 

[PATCH 00/15] QEMU KVM_GET_SUPPORTED_CPUID cleanups and fixes
 2012-10-04 20:49 UTC  (16+ messages)
` [PATCH 01/15] i386: kvm: kvm_arch_get_supported_cpuid: move R_EDX hack outside of for loop
` [PATCH 02/15] i386: kvm: kvm_arch_get_supported_cpuid: clean up has_kvm_features check
` [PATCH 03/15] i386: kvm: kvm_arch_get_supported_cpuid: use 'entry' variable
` [PATCH 04/15] i386: kvm: extract register switch to cpuid_entry_get_reg() function
` [PATCH 05/15] i386: kvm: extract CPUID entry lookup to cpuid_find_entry() function
` [PATCH 06/15] i386: kvm: extract try_get_cpuid() loop to get_supported_cpuid() function
` [PATCH 07/15] i386: kvm: kvm_arch_get_supported_cpuid: replace if+switch with single 'if'
` [PATCH 08/15] i386: kvm: set CPUID_EXT_HYPERVISOR on kvm_arch_get_supported_cpuid()
` [PATCH 09/15] i386: kvm: set CPUID_EXT_TSC_DEADLINE_TIMER "
` [PATCH 10/15] i386: kvm: x2apic is not supported without in-kernel irqchip
` [PATCH 11/15] i386: kvm: mask cpuid_kvm_features earlier
` [PATCH 12/15] i386: kvm: mask cpuid_ext4_features bits earlier
` [PATCH 13/15] i386: kvm: filter CPUID feature words earlier, on cpu.c
` [PATCH 14/15] i386: kvm: reformat filter_features_for_kvm() code
` [PATCH 15/15] i386: kvm: filter CPUID leaf 7 based on GET_SUPPORTED_CPUID, too

[patch 0/6] qemu-kvm compat
 2012-10-04 17:46 UTC  (34+ messages)
` [patch 1/6] cirrus_vga: allow configurable vram size
` [patch 2/6] Use machine options to emulate -no-kvm-irqchip
        ` [Qemu-devel] "
` [patch 3/6] Use machine options to emulate -no-kvm-pit
` [patch 4/6] Use global properties to emulate -no-kvm-pit-reinjection
` [patch 5/6] Emulate qemu-kvms drive parameter boot=on|off
` [patch 6/6] Emulate qemu-kvms -tdf option
    ` [Qemu-devel] [patch 0/6] qemu-kvm compat

[PATCH 0/2] VFIO PCI INTx fixes
 2012-10-04 17:01 UTC  (3+ messages)
` [PATCH 1/2] vfio: Move PCI INTx eventfd setting earlier
` [PATCH 2/2] vfio: Fix PCI INTx disable consistency

[RFC PATCH] KVM: x86: Skip request checking branches in vcpu_enter_guest() more effectively
 2012-10-04 16:11 UTC  (3+ messages)

[PATCH 0/6] KVM: BOOKE/BOOKEHV : Added debug stub support
 2012-10-04 15:40 UTC  (16+ messages)
` [PATCH 1/6] KVM: PPC: booke: use vcpu reference from thread_struct
` [PATCH 4/6] KVM: PPC: debug stub interface parameter defined
` [PATCH 6/6] KVM: booke/bookehv: Add debug stub support

vfio problems
 2012-10-04 14:27 UTC  (2+ messages)

[GIT PULL] KVM updates for the 3.7 merge window
 2012-10-04 14:27 UTC 

kvm-kmod 3.6 on linux 3.2.0
 2012-10-04 12:14 UTC 

virt: Adds multihost machine type test variants and cleanup
 2012-10-04 10:29 UTC  (5+ messages)
` [virt][PATCH 1/4] virt: makes multihost.srv more verbose
` [virt][PATCH 2/4] virt: Cleanup unused import in libvirt_xml.py
` [virt][PATCH 3/4] virt: Adds kvm,libvirt check of machine model
` [virt][PATCH 4/4] virt: Adds multihost machine type test variants

[PATCH] hw: Add test device for unittests execution
 2012-10-04  8:04 UTC  (5+ messages)
` [Qemu-devel] "

Block Migration and xbzrle
 2012-10-04  6:31 UTC  (7+ messages)
` [Qemu-devel] "

[PATCH v2 00/10] KVM/ARM vGIC support
 2012-10-03 15:05 UTC  (10+ messages)
` [PATCH v2 08/10] ARM: KVM: VGIC initialisation code
        ` [kvmarm] "

[Autotest][PATCH] Autotest: Add utils for OpenVSwitch patch
 2012-10-03 12:11 UTC 

[virt] Adds OpenVSwitch tests v2
 2012-10-03 12:10 UTC  (3+ messages)
` [virt][PATCH 1/3] virt: Adds OpenVSwitch support to virt tests
` [virt][PATCH 2/3] virt: Adds functionality for vms

Error: KVM Guest with virtio network driver loses network connectivity
 2012-10-03 10:53 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox