public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-04-09 15:46:42 to 2013-04-12 15:04:30 UTC [more...]

[User Question] Repeated severe performance problems on guest
 2013-04-12 15:04 UTC 

[PATCH] tcm_vhost: Wait for pending requests in vhost_scsi_flush()
 2013-04-12 14:59 UTC  (5+ messages)

KVM Guest Lock up (100%) again!
 2013-04-12 14:10 UTC  (4+ messages)

[PATCH 0/5] Usual batch of random ARM fixes for kvmtool
 2013-04-12 12:41 UTC  (14+ messages)
` [PATCH 1/5] kvm tools: arm: don't crash when no compatible CPU is found
` [PATCH 2/5] kvm tools: arm: add CPU compatible string to target structure
` [PATCH 3/5] kvm tools: arm: consolidate CPU node generation
` [PATCH 4/5] kvm tools: arm64: add support for AEM and Foundation models
` [PATCH 5/5] kvm tools: bump number of virtio MMIO vqueues
` virtio-net mq vq initialization (was: [PATCH 0/5] Usual batch of random ARM fixes for kvmtool)

[PATCH kvm-unittests v2 0/4] Add run_tests.sh script and update unittests.cfg
 2013-04-12 12:24 UTC  (6+ messages)
` [PATCH kvm-unittests v2 1/4] Add run_tests.sh
` [PATCH kvm-unittests v2 2/4] x86/unittests.cfg: Add arch for x86_64-only tests
` [PATCH kvm-unittests v2 3/4] x86/unittests.cfg: Add missing test cases
` [PATCH kvm-unittests v2 4/4] x86/unittests.cfg: Create test case groups

[PATCH V2 0/2] tcm_vhost endpoint
 2013-04-12 11:37 UTC  (11+ messages)
` [PATCH V2 2/2] tcm_vhost: Use vq->private_data to indicate if the endpoint is setup

[PATCH kvm-unittests v2] x86/taskswitch2: Task switches into/out of VM86
 2013-04-12 11:14 UTC 

[PATCH 0/11] KVM: nVMX: shadow VMCS support, v1
 2013-04-12 10:48 UTC  (27+ messages)
` [PATCH 01/11] KVM: nVMX: Stats counters for nVMX
` [PATCH 03/11] KVM: nVMX: Detect shadow-vmcs capability
` [PATCH 04/11] KVM: nVMX: Introduce vmread and vmwrite bitmaps
` [PATCH 05/11] KVM: nVMX: Refactor handle_vmwrite
` [PATCH 09/11] KVM: nVMX: Copy VMCS12 to processor-specific shadow vmcs
` [PATCH 10/11] KVM: nVMX: Synchronize VMCS12 content with the "

kvm tools: why SDL window does not exit on "poweroff"?
 2013-04-12  9:22 UTC  (3+ messages)

[PATCH v3 0/5] KVM: nVMX: Make direct IRQ/NMI injection work
 2013-04-12  9:00 UTC  (10+ messages)
` [PATCH v3 2/5] KVM: nVMX: Rework event injection and recovery
` [PATCH v3 4/5] KVM: nVMX: Fix conditions for interrupt injection

[PATCH] kvm tools: set "done" to true on SDL window close
 2013-04-12  7:12 UTC  (2+ messages)

[PATCH v4 0/8] In-kernel XICS interrupt controller emulation
 2013-04-12  3:42 UTC  (10+ messages)
` [PATCH 1/8] KVM: PPC: Book3S: Add infrastructure to implement kernel-side RTAS calls
` [PATCH 2/8] KVM: PPC: Book3S: Add kernel emulation for the XICS interrupt controller
` [PATCH 3/8] KVM: PPC: Book3S HV: Speed up wakeups of CPUs on HV KVM
` [PATCH 4/8] KVM: PPC: Book3S HV: Add support for real mode ICP in XICS emulation
` [PATCH 5/8] KVM: PPC: Book3S HV: Improve real-mode handling of external interrupts
` [PATCH 6/8] KVM: PPC: Book3S: Add support for ibm,int-on/off RTAS calls
` [PATCH 7/8] KVM: PPC: Book3S: Facilities to save/restore XICS presentation ctrler state
` [PATCH 8/8] KVM: PPC: Book 3S: Add API for in-kernel XICS emulation

[PATCH 1/9] powerpc,kvm: fix imbalance srcu_read_[un]lock()
 2013-04-11 21:51 UTC  (3+ messages)

[PATCH] vhost_net: remove tx polling state
 2013-04-11 20:16 UTC  (3+ messages)

RFC: vfio API changes needed for powerpc (v3)
 2013-04-11 19:53 UTC  (7+ messages)

kvmtool : [PATCH] PowerPc : Fix compilation for ppc64
 2013-04-11 19:44 UTC  (4+ messages)

[PATCH] bookehv: Handle debug exception on guest exit
 2013-04-11 18:44 UTC  (7+ messages)

KVM: x86: relax MSR_KVM_SYSTEM_TIME alignment check
 2013-04-11 16:05 UTC  (8+ messages)
    ` KVM: x86: drop alignment checks from KVM_MSR_SYSTEM_TIME address

[RFC PATCH] Emulate MOVBE
 2013-04-11 15:37 UTC  (13+ messages)
        ` [PATCH -v2] kvm: "

[PULL 3.9 0/4] ppc patch queue 2013-04-11 for 3.9
 2013-04-11 15:34 UTC  (5+ messages)
` [PATCH 1/4] kvm/powerpc/e500mc: fix tlb invalidation on cpu migration
` [PATCH 2/4] kvm/ppc/e500: h2g_tlb1_rmap: esel 0 is valid
` [PATCH 3/4] kvm/ppc/e500: g2h_tlb1_map: clear old bit before setting new bit
` [PATCH 4/4] kvm/ppc/e500: eliminate tlb_refs

[PULL 0/7] ppc patch queue 2013-03-22
 2013-04-11 13:50 UTC  (10+ messages)

[PATCH] KVM: x86 emulator: Fix segment loading in VM86
 2013-04-11 12:53 UTC  (2+ messages)

[PATCH v10 0/7] KVM: VMX: Add Posted Interrupt supporting
 2013-04-11 11:25 UTC  (8+ messages)
` [PATCH v10 1/7] KVM: VMX: Enable acknowledge interupt on vmexit
` [PATCH v10 2/7] KVM: VMX: Register a new IPI for posted interrupt
` [PATCH v10 3/7] KVM: VMX: Check the posted interrupt capability
` [PATCH v10 4/7] KVM: Call common update function when ioapic entry changed
` [PATCH v10 5/7] KVM: Set TMR when programming ioapic entry
` [PATCH v10 6/7] KVM: VMX: Add the algorithm of deliver posted interrupt
` [PATCH v10 7/7] KVM: VMX: Use posted interrupt to deliver virtual interrupt

[PATCH v10 0/7] Use eoi to track RTC interrupt delivery status
 2013-04-11 11:21 UTC  (8+ messages)
` [PATCH v10 1/7] KVM: Add vcpu info to ioapic_update_eoi()
` [PATCH v10 2/7] KVM: Introduce struct rtc_status
` [PATCH v10 3/7] KVM: Return destination vcpu on interrupt injection
` [PATCH v10 4/7] KVM: Add reset/restore rtc_status support
` [PATCH v10 5/7] KVM: Force vmexit with virtual interrupt delivery
` [PATCH v10 6/7] KVM: Let ioapic know the irq line status
` [PATCH v10 7/7] KVM: Use eoi to track RTC interrupt delivery status

[PATCH 1/4] KVM: emulator: fix unimplemented instruction detection
 2013-04-11 10:16 UTC  (4+ messages)
` [PATCH 2/4] KVM: VMX: do not try to reexecute failed instruction while emulating invalid guest state
` [PATCH 3/4] KVM: emulator: Do not fail on emulation of undefined opcode
` [PATCH 4/4] KVM: emulator: mark 0xff 0x7d opcode as undefined

[PATCH 0/8 v3] KVM: PPC: e500: Enable FSL e6500 core
 2013-04-11 10:03 UTC  (9+ messages)
` [PATCH 1/8 v3] KVM: PPC: Book3E: Refactor ONE_REG ioctl implementation
` [PATCH 2/8 v3] KVM: PPC: e500: Expose MMU registers via ONE_REG
` [PATCH 3/8 v3] KVM: PPC: e500: Move vcpu's MMU configuration to dedicated functions
` [PATCH 4/8 v3] KVM: PPC: e500: Add support for TLBnPS registers
` [PATCH 5/8] KVM: PPC: e500: Add support for EPTCFG register
` [PATCH 6/8 v3] KVM: PPC: e500: Remove E.PT and E.HV.LRAT categories from VCPUs
` [PATCH 7/8 v3] KVM: PPC: e500mc: Enable e6500 cores
` [PATCH 8/8 v3] KVM: PPC: e500: Add e6500 core to Kconfig description

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

[PATCH] tcm_vhost: Fix tv_cmd leak in vhost_scsi_handle_vq
 2013-04-11  8:42 UTC  (16+ messages)
  ` [PATCH 0/3] tcm_vhost fix cmd leak and bad target
    ` [PATCH v2 0/4] tcm_vhost fix cmd leak and send "
    ` [PATCH v2 1/4] tcm_vhost: Remove double check of response
    ` [PATCH v2 2/4] tcm_vhost: Fix tv_cmd leak in vhost_scsi_handle_vq
    ` [PATCH v2 3/4] tcm_vhost: Add vhost_scsi_send_bad_target() helper
    ` [PATCH v2 4/4] tcm_vhost: Send bad target to guest when cmd fails
  ` [PATCH 1/3] tcm_vhost: Fix tv_cmd leak in vhost_scsi_handle_vq
  ` [PATCH 2/3] tcm_vhost: Add vhost_scsi_send_bad_target() helper
  ` [PATCH 3/3] tcm_vhost: Send bad target to guest when cmd fails

[PATCH v9 0/7] Use eoi to track RTC interrupt delivery status
 2013-04-11  7:56 UTC  (12+ messages)
` [PATCH v9 1/7] KVM: Add vcpu info to ioapic_update_eoi()
` [PATCH v9 2/7] KVM: Introduce struct rtc_status
` [PATCH v9 3/7] KVM: Return destination vcpu on interrupt injection
` [PATCH v9 4/7] KVM: Add reset/restore rtc_status support
` [PATCH v9 5/7] KVM: Force vmexit with virtual interrupt delivery
` [PATCH v9 6/7] KVM: Let ioapic know the irq line status
` [PATCH v9 7/7] KVM: Use eoi to track RTC interrupt delivery status

[Autotest] [RFC] Autotest Project Weekly Hangout
 2013-04-11  6:18 UTC 

[PATCH v9 0/7] KVM: VMX: Add Posted Interrupt supporting
 2013-04-11  6:05 UTC  (14+ messages)
` [PATCH v9 1/7] KVM: VMX: Enable acknowledge interupt on vmexit
` [PATCH v9 2/7] KVM: VMX: Register a new IPI for posted interrupt
` [PATCH v9 3/7] KVM: VMX: Check the posted interrupt capability
` [PATCH v9 4/7] KVM: Call common update function when ioapic entry changed
` [PATCH v9 5/7] KVM: Set TMR when programming ioapic entry
` [PATCH v9 6/7] KVM: VMX: Add the algorithm of deliver posted interrupt
` [PATCH v9 7/7] KVM: VMX: Use posted interrupt to deliver virtual interrupt

[PATCH 0/7 v3] KVM :PPC: Userspace Debug support
 2013-04-10 22:09 UTC  (5+ messages)
` [PATCH 1/7 v3] KVM: PPC: debug stub interface parameter defined
  ` [PATCH 2/7 v3] Rename EMULATE_DO_PAPR to EMULATE_EXIT_USER

[PATCH] KVM: PPC: emulate dcbst
 2013-04-10 22:02 UTC  (4+ messages)

[PATCH v3 00/32] Port of KVM to arm64
 2013-04-10 17:13 UTC  (15+ messages)
` [PATCH v3 02/32] arm64: KVM: define HYP and Stage-2 translation page flags
` [PATCH v3 07/32] arm64: KVM: fault injection into a guest
` [PATCH v3 09/32] arm64: KVM: user space interface
` [PATCH v3 10/32] arm64: KVM: system register handling
` [PATCH v3 11/32] arm64: KVM: CPU specific system registers handling
` [PATCH v3 12/32] arm64: KVM: virtual CPU reset
` [PATCH v3 15/32] arm64: KVM: guest one-reg interface

KVM host high level of context switching and interrupt per seconds
 2013-04-10 15:57 UTC 

vhost_net module TX path is expensive?
 2013-04-10 13:46 UTC 

vhost_net module TX path is expensive?
 2013-04-10 12:08 UTC 

[PATCH v8 0/7] KVM: VMX: Add Posted Interrupt supporting
 2013-04-10  9:31 UTC  (7+ messages)
` [PATCH v8 2/7] KVM: VMX: Register a new IPI for posted interrupt
` [PATCH v8 6/7] KVM: VMX: Add the algorithm of deliver "

[GIT PULL] vfio fix for 3.9-rc7
 2013-04-09 19:43 UTC  (3+ messages)

PCI-passthrough on AMD - OpenVox A400P
 2013-04-09 18:06 UTC  (2+ messages)

Virtualbox svga card in KVM
 2013-04-09 17:04 UTC  (8+ messages)
      ` [Qemu-devel] "

[PATCH v8 0/7] Use eoi to track RTC interrupt delivery status
 2013-04-09 16:27 UTC  (3+ messages)


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