kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-12-09 12:30:43 to 2011-12-12 17:42:43 UTC [more...]

[PATCH v4 00/15] uq/master: Introduce basic irqchip support
 2011-12-12 17:42 UTC  (12+ messages)
` [PATCH v4 12/15] kvm: x86: Add user space part for in-kernel APIC

[PATCH v5 00/13] KVM/ARM Implementation
 2011-12-12 17:40 UTC  (56+ messages)
` [PATCH v5 01/13] ARM: KVM: Initial skeleton to compile KVM support
` [PATCH v5 02/13] ARM: KVM: Hypervisor identity mapping
` [PATCH v5 03/13] ARM: KVM: Add hypervisor inititalization
` [PATCH v5 04/13] ARM: KVM: Memory virtualization setup
    ` [Android-virt] "
` [PATCH v5 05/13] ARM: KVM: Inject IRQs and FIQs from userspace
          ` [Android-virt] "
` [PATCH v5 06/13] ARM: KVM: World-switch implementation
` [PATCH v5 07/13] ARM: KVM: Emulation framework and CP15 emulation
` [PATCH v5 08/13] ARM: KVM: Handle guest faults in KVM
` [PATCH v5 09/13] ARM: KVM: Handle I/O aborts
    ` [Android-virt] "
` [PATCH v5 10/13] ARM: KVM: Guest wait-for-interrupts (WFI) support
` [PATCH v5 11/13] ARM: KVM: Support SMP hosts
` [PATCH v5 12/13] ARM: KVM: Fix guest view of MPIDR
` [PATCH v5 13/13] ARM: KVM: Support SMP guests

[PATCH 0/4] Fix book3s-pr KVM with preemption
 2011-12-12 17:32 UTC  (12+ messages)
` [PATCH 1/4] KVM: PPC: Book3s: PR: Disable preemption in vcpu_run
` [PATCH 2/4] KVM: PPC: Book3s: PR: No irq_disable "
` [PATCH 3/4] KVM: PPC: Use get/set for to_svcpu to help preemption
` [PATCH 4/4] KVM: PPC: align vcpu_kick with x86

[PATCH] kvm tools: mmap guest kernel instead of reading it into memory
 2011-12-12 18:14 UTC  (7+ messages)

[PATCH] KVM, CPU hotplug: Avoid wraparound in pvclock_get_nsec_offset
 2011-12-12 14:59 UTC  (3+ messages)

Xmas Lening Aanbieding
 2011-12-12 13:11 UTC 

[PATCH 0/10] nEPT: Nested EPT support for Nested VMX
 2011-12-12 13:04 UTC  (10+ messages)
` [PATCH 08/10] nEPT: Nested INVEPT

[PATCH] kvm: make vcpu life cycle separated from kvm instance
 2011-12-12 12:54 UTC  (5+ messages)
` [PATCH V2] "
    ` [PATCH v3] "

[AMD iommu] pci Failed to assign device "hostdev0" : Device or resource busy
 2011-12-12 11:15 UTC 

[RFC PATCH] kvm tools, qcow: Add support for growing refcount blocks
 2011-12-12 11:17 UTC  (5+ messages)

[patch 00/12] Ucontrol patchset V5
 2011-12-12 10:06 UTC  (21+ messages)
` [patch 01/12] [PATCH] kvm-s390: add parameter for KVM_CREATE_VM
` [patch 02/12] [PATCH] kvm-s390-ucontrol: per vcpu address spaces
` [patch 03/12] [PATCH] kvm-s390-ucontrol: export page faults to user
` [patch 04/12] [PATCH] kvm-s390-ucontrol: export SIE control block "
` [patch 05/12] [PATCH] kvm-s390-ucontrol: disable in-kernel handling of SIE intercepts
` [patch 06/12] [PATCH] kvm-s390-ucontrol: disable in-kernel irq stack
` [patch 07/12] [PATCH] kvm-s390-ucontrol: interface to inject faults on a vcpu page table
` [patch 08/12] [PATCH] kvm-s390-ucontrol: disable sca
` [patch 09/12] [PATCH] kvm-s390: fix assumption for KVM_MAX_VCPUS
` [patch 10/12] [PATCH] kvm-s390: storage key interface
` [patch 11/12] [PATCH] kvm-s390-ucontrol: announce capability for user controlled vms
` [patch 12/12] [PATCH] kvm-s390: Fix return code for unknown ioctl numbers

[patch 00/12] Ucontrol patchset V4
 2011-12-12  9:45 UTC  (19+ messages)
` [patch 01/12] [PATCH] kvm-s390: add parameter for KVM_CREATE_VM
` [patch 02/12] [PATCH] kvm-s390-ucontrol: per vcpu address spaces
` [patch 03/12] [PATCH] kvm-s390-ucontrol: export page faults to user
` [patch 04/12] [PATCH] kvm-s390-ucontrol: export SIE control block "
` [patch 05/12] [PATCH] kvm-s390-ucontrol: disable in-kernel handling of SIE intercepts
` [patch 06/12] [PATCH] kvm-s390-ucontrol: disable in-kernel irq stack
` [patch 07/12] [PATCH] kvm-s390-ucontrol: interface to inject faults on a vcpu page table
` [patch 08/12] [PATCH] kvm-s390-ucontrol: disable sca
` [patch 09/12] [PATCH] kvm-s390: fix assumption for KVM_MAX_VCPUS
` [patch 10/12] [PATCH] kvm-s390: storage key interface
` [patch 11/12] [PATCH] kvm-s390-ucontrol: announce capability for user controlled vms
` [patch 12/12] [PATCH] kvm-s390: Fix return code for unknown ioctl numbers

[PATCH 1/2] kvm tools: Clean up 'kvm debug'
 2011-12-12  9:19 UTC  (2+ messages)
` [PATCH 2/2] kvm tools: Add ability to assert/deassert IRQs using "

Current kernel fails to compile with KVM on PowerPC
 2011-12-12  7:26 UTC  (5+ messages)

[PATCH 0/4] KVM: Make mmu_shrink() scan nr_to_scan shadow pages
 2011-12-12  7:10 UTC  (10+ messages)
` [PATCH 1/4] KVM: Rename vm_list to kvm_list to avoid confusion
` [PATCH 2/4] KVM: MMU: Make common preparation code for zapping sp into a function
` [PATCH 3/4] KVM: MMU: Make preparation for zapping some sp into a separate function
` [PATCH 4/4] KVM: MMU: Make mmu_shrink() scan nr_to_scan shadow pages

[PATCH V2 04/23] kvm tools: Get correct 64-bit types on PPC64 and link appropriately
 2011-12-12  6:19 UTC  (16+ messages)
` [PATCH V2 17/23] kvm tools: Add ability to map guest RAM from hugetlbfs
` [PATCH V2 23/23] kvm tools: Create arch-specific kvm_cpu__emulate_{mm}io()

buildbot failure in kvm on next-i386
 2011-12-12  6:01 UTC 

buildbot failure in kvm on next-x86_64
 2011-12-12  5:58 UTC 

[RFC] virtio: use mandatory barriers for remote processor vdevs
 2011-12-12  5:12 UTC  (7+ messages)

buildbot failure in kvm on next-s390
 2011-12-12  5:32 UTC 

New Guess OS Creation Problem
 2011-12-12  4:05 UTC 

New Guess OS Creation Problem
 2011-12-11 16:40 UTC 

[PATCH] kvm tools: Clean up LINT assignment code
 2011-12-11 19:50 UTC 

[PATCHv3 00/10] KVM in-guest performance monitoring
 2011-12-11 14:05 UTC  (2+ messages)

[PATCH 0/11] RFC: PCI using capabilitities
 2011-12-11 12:53 UTC  (10+ messages)

[PATCH 0/5 V5] Avoid soft lockup message when KVM is stopped by host
 2011-12-11 12:40 UTC  (3+ messages)

[PATCH] kvm tools: Add NMI ability to 'kvm debug'
 2011-12-11 10:51 UTC 

[PATCH 1/2] kvm tools: Don't use 64bit BARs
 2011-12-10 20:40 UTC  (2+ messages)
` [PATCH 2/2] kvm tools: Free up the MSI-X PBA BAR

[libvirt] (no subject)
 2011-12-10 17:56 UTC  (8+ messages)

[PATCH 0/2] pit/hpet: Fix legacy mode switching
 2011-12-10 16:49 UTC  (11+ messages)
` [PATCH 1/2] hpet: Save/restore cached RTC IRQ level
` [PATCH 2/2] i8254: Rework & fix interaction with HPET in legacy mode

[PATCH] kvm tools: Fix serial port probing
 2011-12-09 20:10 UTC  (3+ messages)

[patch 00/12] Ucontrol patches V3
 2011-12-09 13:37 UTC  (3+ messages)
` [patch 10/12] [PATCH] kvm-s390: storage key interface

[PATCH][Autotest] Autotest: Add subtest inteface to client utils
 2011-12-09 12:50 UTC 


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