kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-12-07 06:01:11 to 2011-12-09 06:54:15 UTC [more...]

[PATCH V2 01/23] kvm tools: Only build/init i8042 on x86
 2011-12-09  6:54 UTC  (9+ messages)
` [PATCH V2 03/23] kvm tools: Re-arrange Makefile to heed CFLAGS before checking for optional libs
` [PATCH V2 02/23] kvm tools: Add Makefile parameter for kernel include path
` [PATCH V2 04/23] kvm tools: Get correct 64-bit types on PPC64 and link appropriately
` [PATCH V2 05/23] kvm tools: Add arch-specific KVM_RUN exit handling via kvm_cpu__handle_exit()
` [PATCH V2 06/23] kvm tools: Don't die if KVM_CAP_NR_VCPUS isn't available
` [PATCH V2 07/23] kvm tools: Fix KVM_RUN exit code check
` [PATCH V2 08/23] kvm tools: Add kvm__arch_periodic_poll()
` [PATCH V2 09/23] kvm tools: Move arch-specific cmdline init into kvm__arch_set_cmdline()

[PATCH V2 00/23] kvm tools: Prepare kvmtool for another architecture
 2011-12-09  6:52 UTC 

[PATCH 0/11] RFC: PCI using capabilitities
 2011-12-09  6:17 UTC  (5+ messages)
` [RFC 1/11] virtio: use u32, not bitmap for struct virtio_device's features

[PATCH] virtio-ring: Use threshold for switching to indirect descriptors
 2011-12-09  5:33 UTC  (30+ messages)

[net-next RFC PATCH 0/5] Series short description
 2011-12-09  5:31 UTC  (22+ messages)
` [net-next RFC PATCH 5/5] virtio-net: flow director support

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

[PATCH] virt-test: Add a class NumaNode v2
 2011-12-09  2:38 UTC 

Final Notice
 2011-12-08 16:54 UTC 

[PATCH v4 00/15] uq/master: Introduce basic irqchip support
 2011-12-08 21:25 UTC  (18+ messages)
` [PATCH v4 01/15] msi: Generalize msix_supported to msi_supported
` [PATCH v4 02/15] kvm: Move kvmclock into hw/kvm folder
` [PATCH v4 03/15] apic: Stop timer on reset
` [PATCH v4 04/15] apic: Inject external NMI events via LINT1
` [PATCH v4 05/15] apic: Introduce backend/frontend infrastructure for KVM reuse
` [PATCH v4 06/15] apic: Open-code timer save/restore
` [PATCH v4 07/15] i8259: Introduce backend/frontend infrastructure for KVM reuse
` [PATCH v4 08/15] ioapic: "
` [PATCH v4 09/15] memory: Introduce memory_region_init_reservation
` [PATCH v4 10/15] kvm: Introduce core services for in-kernel irqchip support
` [PATCH v4 11/15] kvm: x86: Establish IRQ0 override control
` [PATCH v4 12/15] kvm: x86: Add user space part for in-kernel APIC
` [PATCH v4 13/15] kvm: x86: Add user space part for in-kernel i8259
` [PATCH v4 14/15] kvm: x86: Add user space part for in-kernel IOAPIC
` [PATCH v4 15/15] kvm: Arm in-kernel irqchip support

[PATCH 0/4 V6] Avoid soft lockup message when KVM is stopped by host
 2011-12-08 21:22 UTC  (5+ messages)
` [PATCH 1/4 V6] Add flag to indicate that a vm was stopped by the host
` [PATCH 2/4] Add functions to check if the host has stopped the vm
` [PATCH 3/4] Add ioctl for KVMCLOCK_GUEST_STOPPED
` [PATCH 4/4] Add check for suspended vm in softlockup detector

[PATCH RFC V3 0/4] kvm : Paravirt-spinlock support for KVM guests
 2011-12-08 17:35 UTC  (17+ messages)
` [PATCH RFC V3 2/4] kvm hypervisor : Add a hypercall to KVM hypervisor to support pv-ticketlocks
        ` [Xen-devel] "

[PATCH 0/2] qemu-io tests: More fine grained control of qemu paths
 2011-12-08 16:51 UTC  (2+ messages)

[PATCH][kvm-autotest] Adds cpuflags test and subtest interface
 2011-12-08 15:53 UTC 

[PATCH] kvm tools: Allow the user to pass a FD to use as a TAP device
 2011-12-08 15:32 UTC  (5+ messages)

[PATCH 0/5 V5] Avoid soft lockup message when KVM is stopped by host
 2011-12-08 15:27 UTC  (15+ messages)
` [PATCH 2/5 V5] Add functions to check if the host has stopped the vm
` [PATCH 3/5 V5] Add ioctl for KVMCLOCK_GUEST_STOPPED
` [PATCH 4/5 V5] Add generic stubs for kvm stop check functions
` [PATCH 5/5 V5] Add check for suspended vm in softlockup detector

[PATCH 0/10] nEPT: Nested EPT support for Nested VMX
 2011-12-08 15:21 UTC  (15+ messages)
` [PATCH 02/10] nEPT: MMU context for nested EPT

[PATCH] qemu-kvm: Move make-release to scripts/qemu-kvm
 2011-12-08 13:22 UTC  (3+ messages)

[patch 00/12] Ucontrol patchset V2
 2011-12-08 13:16 UTC  (21+ messages)
` [patch 01/12] [PATCH] kvm-s390: ioctl to switch to user controlled virtual machines
` [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] qemu: Fix inject-nmi
 2011-12-08 10:20 UTC  (21+ messages)
                  ` [Qemu-devel] "
                          ` [PATCH] qemu-kvm: fix improper nmi emulation (was: Re: [Qemu-devel] [PATCH] qemu: Fix inject-nmi)
                            ` [PATCH] qemu-kvm: fix improper nmi emulation
                              ` [PATCH 2/2 V2] "
                                  ` [Qemu-devel] "
                                      ` [PATCH 1/1 V4] "
                                          ` [PATCH 1/1 V5] kernel/kvm: introduce KVM_SET_LINT1 and "
                                                  ` [PATCH 1/1 V6] qemu-kvm: "

[PATCH] virt-test: Add a class NumaNode
 2011-12-08  8:38 UTC 

[PATCH] KVM: Fix warning in emulator_cmpxchg_emulated
 2011-12-08  8:25 UTC  (3+ messages)

[PATCH 02/28] kvm tools: Only build/init i8042 on x86
 2011-12-08  6:17 UTC  (54+ messages)
` [PATCH 05/28] kvm tools: 64-bit tidy; use PRIx64 when printf'ing u64s and link appropriately
` [PATCH 07/28] kvm tools: Move 'kvm__recommended_cpus' to arch-specific code
` [PATCH 08/28] kvm tools: Fix KVM_RUN exit code check
` [PATCH 16/28] kvm tools: Allow load_flat_binary() to load an initrd alongside
` [PATCH 21/28] kvm tools: Add --hugetlbfs option to specify memory path
` [PATCH 28/28] kvm tools: Create arch-specific kvm_cpu__emulate_io()

buildbot failure in kvm on next-ppc44x
 2011-12-08  6:29 UTC 

[PATCH 1/8] kvm tools: Add initial SPAPR PPC64 architecture support
 2011-12-08  2:57 UTC  (5+ messages)

[PATCH] kvm tools: Correctly limit nrcpus to max_cpus
 2011-12-08  2:47 UTC 

linux-next: Tree for Dec 7 (kvm)
 2011-12-07 20:41 UTC 

vfio / iommu domain attributes
 2011-12-07 19:11 UTC  (4+ messages)

[PATCH] kvm tools: Add 'kvm nmi' command
 2011-12-07 17:31 UTC  (10+ messages)

[PATCH 0/4] KVM: x86 emulator: Move em_grp from switch statement to decode table
 2011-12-07 16:52 UTC  (5+ messages)
` [PATCH 1/4] KVM: x86 emulator: Use opcode::execute for Group 2 instructions

[PATCH 1/2] KVM: VMX: Notify if VMX is already in use
 2011-12-07 15:31 UTC  (9+ messages)

[PATCH v2 1/2] KVM: VMX: Notify if VMX is already in use
 2011-12-07 15:13 UTC  (3+ messages)
` [PATCH v2 2/2] KVM: SVM: Notify if SVM "

[PATCH rebased 1/2] KVM: Use kmemdup() instead of kmalloc/memcpy
 2011-12-07 14:47 UTC  (3+ messages)
` [PATCH rebased 2/2] KVM: Use memdup_user instead of kmalloc/copy_from_user

[PATCH] KVM: Document KVM_NMI
 2011-12-07 12:42 UTC  (7+ messages)

[PATCH][kvm-autotest] Adds cpuflags test and subtest interface
 2011-12-07 11:00 UTC 

[PATCH] KVM: Document KVM_NMI
 2011-12-07 10:21 UTC  (2+ messages)

winXP "Standard PC" HAL and qemu-kvm >= 0.15
 2011-12-07  9:31 UTC  (19+ messages)
            ` [Qemu-devel] "

[libvirt] (no subject)
 2011-12-07  9:16 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).