public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-04-18 07:36:05 to 2013-04-22 14:32:47 UTC [more...]

[Bug 56971] New: [nested virt] L1 CPU Stuck when booting a L2 guest
 2013-04-22 14:32 UTC 

[Bug 55421] New: igb VF can't work in KVM guest
 2013-04-22 14:14 UTC  (3+ messages)
` [Bug 55421] "

[Bug 55201] New: host panic when "creating guest, doing scp and killing QEMU process" continuously
 2013-04-22 14:14 UTC  (2+ messages)
` [Bug 55201] "

[RFC PATCH] Emulate MOVBE
 2013-04-22 13:49 UTC  (29+ messages)
        ` [PATCH -v2] kvm: "

[PATCH v3 00/15] KVM: MMU: fast zap all shadow pages
 2013-04-22 13:45 UTC  (26+ messages)
` [PATCH v3 08/15] KVM: MMU: allow unmap invalid rmap out of mmu-lock
` [PATCH v3 12/15] KVM: MMU: fast invalid all shadow pages
` [PATCH v3 15/15] KVM: MMU: replace kvm_zap_all with kvm_mmu_invalid_all_pages

[PATCH v5 0/3] tcm_vhost hotplug
 2013-04-22 13:28 UTC  (21+ messages)
` [PATCH v7 "
` [PATCH v7 1/3] tcm_vhost: Introduce tcm_vhost_check_feature()
` [PATCH v7 2/3] tcm_vhost: Add helper to check if endpoint is setup
` [PATCH v7 3/3] tcm_vhost: Add hotplug/hotunplug support

Preemptable Ticket Spinlock
 2013-04-22 12:52 UTC  (6+ messages)

Fwd: kvm
 2013-04-22  9:59 UTC 

[PATCH 1/2] KVM: nVMX: Validate EFER values for VM_ENTRY/EXIT_LOAD_IA32_EFER
 2013-04-22  9:54 UTC  (4+ messages)
` [PATCH v2 "

[PATCH 1/2] kvm:x86/svm: enable SVM lock if host supports it
 2013-04-22  8:45 UTC  (5+ messages)
` [PATCH 2/2] kvm/svm: emulate SVM_KEY MSR

[PATCH v4 0/6] KVM: nVMX: Make direct IRQ/NMI injection work
 2013-04-22  8:11 UTC  (9+ messages)
` [PATCH v4 5/6] KVM: nVMX: Fix conditions for NMI injection
            ` [PATCH v5 "

[PATCHv3] KVM: x86: Fix memory leak in vmx.c
 2013-04-22  8:02 UTC  (3+ messages)

[PATCH] KVM: x86: fix error return code in kvm_arch_vcpu_init()
 2013-04-22  7:57 UTC  (3+ messages)

[PATCH 0/11] KVM: nVMX: shadow VMCS support, v5
 2013-04-22  7:55 UTC  (15+ messages)
` [PATCH 01/11] KVM: nVMX: Shadow-vmcs control fields/bits
` [PATCH 02/11] KVM: nVMX: Detect shadow-vmcs capability
` [PATCH 03/11] KVM: nVMX: Introduce vmread and vmwrite bitmaps
` [PATCH 04/11] KVM: nVMX: Refactor handle_vmwrite
` [PATCH 05/11] KVM: nVMX: Fix VMXON emulation
` [PATCH 06/11] KVM: nVMX: Allocate shadow vmcs
` [PATCH 07/11] KVM: nVMX: Release "
` [PATCH 08/11] KVM: nVMX: Copy processor-specific shadow-vmcs to VMCS12
` [PATCH 09/11] KVM: nVMX: Copy VMCS12 to processor-specific shadow vmcs
` [PATCH 10/11] KVM: nVMX: Synchronize VMCS12 content with the "
` [PATCH 11/11] KVM: nVMX: Enable and disable shadow vmcs functionality

[PULL 0/5] ppc patch queue 2013-04-17
 2013-04-22  7:47 UTC  (2+ messages)

APIC virtualization
 2013-04-22  1:56 UTC 

KVM/ARM in next
 2013-04-21 15:12 UTC  (2+ messages)

[PATCH] kvm: Allow build-time configuration of KVM device assignment
 2013-04-21 10:53 UTC  (3+ messages)

[PATCH 0/7] KVM: irqfd generalization prepare patch set
 2013-04-21 10:51 UTC  (2+ messages)

[PATCH] kvm:x86/svm: enable SVM lock if host supports it
 2013-04-21  8:49 UTC  (3+ messages)

[PATCH kvm-unittest] x86/svm: add svm lock tests
 2013-04-21  8:43 UTC 

vmwrite error: reg 401e value a0332340 (err 12)
 2013-04-21  8:02 UTC  (3+ messages)
` vmwrite error: reg 401e value a0332340 (err 12) (SOLVED)

Interested in working for GSoC project
 2013-04-20 21:01 UTC  (4+ messages)

[PATCH 00/17] KVM: PPC: In-kernel MPIC support with irqfd v3
 2013-04-19 18:51 UTC  (20+ messages)
` [PATCH 01/17] KVM: Add KVM_IRQCHIP_NUM_PINS in addition to KVM_IOAPIC_NUM_PINS
` [PATCH 02/17] KVM: Introduce CONFIG_HAVE_KVM_IRQ_ROUTING
` [PATCH 03/17] KVM: Drop __KVM_HAVE_IOAPIC condition on irq routing
` [PATCH 04/17] KVM: Remove kvm_get_intr_delivery_bitmask
` [PATCH 05/17] KVM: Move irq routing to generic code
` [PATCH 06/17] KVM: Extract generic irqchip logic into irqchip.c
` [PATCH 07/17] KVM: Move irq routing setup to irqchip.c
` [PATCH 08/17] KVM: Move irqfd resample cap handling to generic code
` [PATCH 09/17] kvm: add device control API
` [PATCH 10/17] kvm/ppc/mpic: import hw/openpic.c from QEMU
` [PATCH 11/17] kvm/ppc/mpic: remove some obviously unneeded code
` [PATCH 12/17] kvm/ppc/mpic: adapt to kernel style and environment
` [PATCH 13/17] kvm/ppc/mpic: in-kernel MPIC emulation
` [PATCH 14/17] kvm/ppc/mpic: add KVM_CAP_IRQ_MPIC
` [PATCH 15/17] KVM: PPC: Support irq routing and irqfd for in-kernel MPIC
` [PATCH 16/17] KVM: PPC: MPIC: Add support for KVM_IRQ_LINE
` [PATCH 17/17] KVM: PPC: MPIC: Restrict to e500 platforms

[PATCH] KVM/PPC: emulate ehpriv
 2013-04-19 15:29 UTC  (3+ messages)

[PATCH 0/9] In-kernel XICS interrupt controller emulation
 2013-04-19 15:16 UTC  (7+ messages)
` [PATCH 1/9] KVM: PPC: Book3S: Add infrastructure to implement kernel-side RTAS calls

KVM VM(windows xp) reseted when running geekbench for about 2 days
 2013-04-19 11:42 UTC  (5+ messages)

[PATCH] x86: Add a Kconfig shortcut for a kvm-bootable kernel
 2013-04-19 10:35 UTC  (7+ messages)

[PATCH 0/8 v3] KVM: PPC: e500: Enable FSL e6500 core
 2013-04-19 10:03 UTC  (3+ messages)
` [PATCH 8/8 v3] KVM: PPC: e500: Add e6500 core to Kconfig description

[User Question] Repeated severe performance problems on guest
 2013-04-19  6:51 UTC  (12+ messages)

[PATCH 0/2] KVM: PPC: Migration bugfixes for HV KVM
 2013-04-19  5:51 UTC  (3+ messages)
` [PATCH 1/2] KVM: PPC: Book3S HV: Make HPT reading code notice R/C bit changes
` [PATCH 2/2] KVM: PPC: Book3S HV: Report VPA and DTL modifications in dirty map

[PATCH 00/17] KVM: PPC: In-kernel MPIC support with irqfd
 2013-04-19  1:37 UTC  (25+ messages)
` [PATCH 01/17] KVM: Add KVM_IRQCHIP_NUM_PINS in addition to KVM_IOAPIC_NUM_PINS
` [PATCH 02/17] KVM: Introduce CONFIG_HAVE_KVM_IRQ_ROUTING
` [PATCH 03/17] KVM: Drop __KVM_HAVE_IOAPIC condition on irq routing
` [PATCH 04/17] KVM: Remove kvm_get_intr_delivery_bitmask
` [PATCH 05/17] KVM: Move irq routing to generic code
` [PATCH 06/17] KVM: Extract generic irqchip logic into irqchip.c
` [PATCH 07/17] KVM: Move irq routing setup to irqchip.c
` [PATCH 08/17] KVM: Move irqfd resample cap handling to generic code
` [PATCH 09/17] kvm: add device control API
` [PATCH 10/17] kvm/ppc/mpic: import hw/openpic.c from QEMU
` [PATCH 11/17] kvm/ppc/mpic: remove some obviously unneeded code
` [PATCH 12/17] kvm/ppc/mpic: adapt to kernel style and environment
` [PATCH 13/17] kvm/ppc/mpic: in-kernel MPIC emulation
` [PATCH 14/17] kvm/ppc/mpic: add KVM_CAP_IRQ_MPIC
` [PATCH 15/17] KVM: PPC: Support irq routing and irqfd for in-kernel MPIC
` [PATCH 16/17] KVM: PPC: MPIC: Add support for KVM_IRQ_LINE
` [PATCH 17/17] KVM: PPC: MPIC: Restrict to e500 platforms

2013 Linux Plumbers ACPI/PM, PCI Microconference proposal call for participaton
 2013-04-18 21:52 UTC 

2013 Linux Plumbers ACPI/PM, PCI Microconference proposal call for participaton
 2013-04-18 21:43 UTC 

[PATCH v2 0/7] KVM: MMU: fast zap all shadow pages
 2013-04-18 17:34 UTC  (14+ messages)

[PATCH 0/7] ARM: KVM: Revamping the HYP init code for fun and profit
 2013-04-18 16:01 UTC  (6+ messages)
` [PATCH 6/7] ARM: KVM: switch to a dual-step HYP init code

[PATCH] target-i386: upgrade family number of qemu64 CPU model to 15
 2013-04-18 14:56 UTC  (4+ messages)

Reply
 2013-04-18  6:49 UTC 

qemu crashed when starting vm(kvm) with vnc connect
 2013-04-18 11:19 UTC  (8+ messages)
` [Qemu-devel] "
  ` 答复: "
    ` 答复: [Qemu-devel] "
      ` reply: reply: "
        ` reply: reply: "
            ` reply: [Qemu-devel] "

[PATCH 0/11] KVM: nVMX: shadow VMCS support, v4
 2013-04-18 10:18 UTC  (15+ messages)
` [PATCH 01/11] KVM: nVMX: Shadow-vmcs control fields/bits
` [PATCH 02/11] KVM: nVMX: Detect shadow-vmcs capability
` [PATCH 03/11] KVM: nVMX: Introduce vmread and vmwrite bitmaps
` [PATCH 04/11] KVM: nVMX: Refactor handle_vmwrite
` [PATCH 05/11] KVM: nVMX: Fix VMXON emulation
` [PATCH 06/11] KVM: nVMX: Allocate shadow vmcs
` [PATCH 07/11] KVM: nVMX: Release "
` [PATCH 08/11] KVM: nVMX: Copy processor-specific shadow-vmcs to VMCS12
` [PATCH 09/11] KVM: nVMX: Copy VMCS12 to processor-specific shadow vmcs
` [PATCH 10/11] KVM: nVMX: Synchronize VMCS12 content with the "
` [PATCH 11/11] KVM: nVMX: Enable and disable shadow vmcs functionality

[PATCHv2] KVM: x86: Fix memory leak in vmx.c
 2013-04-18 10:21 UTC  (6+ messages)

[PATCH 10/12] cpu: Pass CPUState to *cpu_synchronize_post*()
 2013-04-18  9:18 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