public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-04-15 12:00:41 to 2014-04-21 17:06:15 UTC [more...]

[Bug 65081] New: Starting a second guest with -smp 2 makes the first guest very slow and the second one hang (or also very slow)
 2014-04-21 17:06 UTC  (3+ messages)
` [Bug 65081] "

[PATCH] perf/tool: Fix usage of trace events with '-' in trace system name
 2014-04-21 15:43 UTC  (7+ messages)

[PATCH] KVM: x86: Check for host supported fields in shadow vmcs
 2014-04-21 13:55 UTC  (3+ messages)

[PATCH] kvm: Use pci_enable_msix_range() instead of pci_enable_msix()
 2014-04-21 13:38 UTC  (10+ messages)
    ` [PATCH v2] kvm: Use pci_enable_msix_exact() "

[PATCH 0/2] KVM: async_pf: use_mm/mm_users fixes
 2014-04-21 13:26 UTC  (3+ messages)
` [PATCH 1/2] KVM: async_pf: kill the unnecessary use_mm/unuse_mm async_pf_execute()
` [PATCH 2/2] KVM: async_pf: mm->mm_users can not pin apf->mm

[PATCH v10 00/12] In-kernel PSCI v0.2 emulation for KVM ARM/ARM64
 2014-04-21 13:00 UTC  (13+ messages)
` [PATCH v10 01/12] KVM: Add capability to advertise PSCI v0.2 support
` [PATCH v10 02/12] ARM/ARM64: KVM: Add common header for PSCI related defines
` [PATCH v10 03/12] ARM/ARM64: KVM: Add base for PSCI v0.2 emulation
` [PATCH v10 04/12] KVM: Documentation: Add info regarding KVM_ARM_VCPU_PSCI_0_2 feature
` [PATCH v10 05/12] ARM/ARM64: KVM: Make kvm_psci_call() return convention more flexible
` [PATCH v10 06/12] KVM: Add KVM_EXIT_SYSTEM_EVENT to user space API header
` [PATCH v10 07/12] ARM/ARM64: KVM: Emulate PSCI v0.2 SYSTEM_OFF and SYSTEM_RESET
` [PATCH v10 08/12] ARM/ARM64: KVM: Emulate PSCI v0.2 AFFINITY_INFO
` [PATCH v10 09/12] ARM/ARM64: KVM: Emulate PSCI v0.2 MIGRATE_INFO_TYPE and related functions
` [PATCH v10 10/12] ARM/ARM64: KVM: Fix CPU_ON emulation for PSCI v0.2
` [PATCH v10 11/12] ARM/ARM64: KVM: Emulate PSCI v0.2 CPU_SUSPEND
` [PATCH v10 12/12] ARM/ARM64: KVM: Advertise KVM_CAP_ARM_PSCI_0_2 to user space

[PATCH v5] core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errors
 2014-04-21 11:26 UTC  (3+ messages)

[3.11.y.z extended stable] Patch "MIPS: KVM: Pass reserved instruction exceptions to guest" has been added to staging queue
 2014-04-21  9:29 UTC 

[PATCH 0/5] KVM: x86: Fix KVM behavior that does not follow spec
 2014-04-20  9:26 UTC  (7+ messages)
` [PATCH 1/5] KVM: x86: Fix wrong/stuck PMU when guest does not use PMI
  ` [PATCH 2/5] KVM: x86: Fix CR3 reserved bits
  ` [PATCH 3/5] KVM: x86: IN instruction emulation should ignore REP-prefix
` [PATCH 4/5] KVM: x86: RSI/RDI/RCX are zero-extended when affected by string ops
  ` [PATCH 5/5] KVM: x86: Processor mode may be determined incorrectly

[PATCH v3 0/3] nVMX: Fixes to run Xen as L1
 2014-04-19 22:17 UTC  (4+ messages)
` [PATCH v3 1/3] KVM: nVMX: Don't advertise single context invalidation for invept
` [PATCH v3 2/3] KVM: nVMX: Ack and write vector info to intr_info if L1 asks us to
` [PATCH v3 3/3] KVM: nVMX: Advertise support for interrupt acknowledgement

Very poor write performance
 2014-04-19 14:51 UTC  (3+ messages)

Bug - IP Address
 2014-04-19  9:41 UTC 

[PATCH v9 00/19] qspinlock: a 4-byte queue spinlock with PV support
 2014-04-19  9:24 UTC  (60+ messages)
` [PATCH v9 01/19] qspinlock: A simple generic 4-byte queue spinlock
` [PATCH v9 02/19] qspinlock, x86: Enable x86-64 to use "
` [PATCH v9 03/19] qspinlock: Add pending bit
` [PATCH v9 04/19] qspinlock: Extract out the exchange of tail code word
` [PATCH v9 05/19] qspinlock: Optimize for smaller NR_CPUS
` [PATCH v9 06/19] qspinlock: prolong the stay in the pending bit path
` [PATCH v9 07/19] qspinlock: Use a simple write to grab the lock, if applicable
` [PATCH v9 08/19] qspinlock: Make a new qnode structure to support virtualization
` [PATCH v9 09/19] qspinlock: Prepare for unfair lock support
` [PATCH v9 10/19] qspinlock, x86: Allow unfair spinlock in a virtual guest
` [PATCH v9 11/19] qspinlock: Split the MCS queuing code into a separate slowerpath
` [PATCH v9 12/19] unfair qspinlock: Variable frequency lock stealing mechanism
` [PATCH v9 13/19] unfair qspinlock: Enable lock stealing in lock waiters
` [PATCH v9 14/19] pvqspinlock, x86: Rename paravirt_ticketlocks_enabled
` [PATCH v9 15/19] pvqspinlock, x86: Add PV data structure & methods
` [PATCH v9 16/19] pvqspinlock: Enable coexistence with the unfair lock
` [PATCH v9 17/19] pvqspinlock: Add qspinlock para-virtualization support
` [PATCH v9 18/19] pvqspinlock, x86: Enable PV qspinlock PV for KVM
` [PATCH v9 19/19] pvqspinlock, x86: Enable PV qspinlock for XEN

[PATCH 4/5] add 2nd stage page fault handling during live migration
 2014-04-18 19:45 UTC  (3+ messages)

kvm-unit-tests: repo next branch
 2014-04-18 13:20 UTC 

[PATCH 3/5] live migration support for VM dirty log management
 2014-04-18  8:23 UTC  (4+ messages)

[RFC PATCH 0/5] KVM: speed up invalid guest state emulation
 2014-04-18  4:19 UTC  (4+ messages)
` [RFC PATCH 1/5] KVM: vmx: speed up emulation of invalid guest state

(unknown),
 2014-04-17 21:33 UTC  (4+ messages)
` 

[Bug 73331] New: Nested Virtualization, L2 cannot boot up on Ivybridge and Haswell
 2014-04-17 18:57 UTC  (2+ messages)
` [Bug 73331] "

[PATCH 1/2] kvm: support any-length wildcard ioeventfd
 2014-04-17 17:04 UTC  (4+ messages)
` [PATCH 2/2] vmx: speed up wildcard MMIO EVENTFD

[PATCH 1/2] kvm tools: ARM: bring generated pci FDT node in-line with kernel binding
 2014-04-17 14:57 UTC  (2+ messages)
` [PATCH 2/2] kvm tools: ARM: allow potential relocation of IO port

[PATCH] kvm-unit-tests/x86: fix unittests.cfg typo
 2014-04-17 14:17 UTC 

[Bug 74251] New: Assign I350 NIC VF and Intel 82599 NIC VF to win7/win8 32bit guest, the interface cannot get IP
 2014-04-17  9:48 UTC 

[PATCH v5 0/5] KVM: x86: flush tlb out of mmu-lock after write protection
 2014-04-17  9:06 UTC  (6+ messages)
` [PATCH v5 1/5] Revert "KVM: Simplify kvm->tlbs_dirty handling"
` [PATCH v5 2/5] KVM: MMU: properly check last spte in fast_page_fault()
` [PATCH v5 3/5] KVM: MMU: lazily drop large spte
` [PATCH v5 4/5] KVM: MMU: flush tlb if the spte can be locklessly modified
` [PATCH v5 5/5] KVM: MMU: flush tlb out of mmu lock when write-protect the sptes

[PATCH 5/5] add kvm_arch global live migration variable
 2014-04-17  8:22 UTC  (2+ messages)

[PATCH 1/5] add ARMv7 HYP API to flush VM TLBs without address param
 2014-04-17  7:28 UTC  (2+ messages)

[PATCH 0/5] live migration dirty bitmap support for ARMv7
 2014-04-17  7:18 UTC  (2+ messages)

[PATCH 2/5] live migration support for initial write protect of VM
 2014-04-17  1:33 UTC 

[PATCH] KVM: x86: Fix page-tables reserved bits
 2014-04-16 22:04 UTC  (4+ messages)

[PATCH 0/3] Introduce per-vm kvm device attributes
 2014-04-16 19:47 UTC  (4+ messages)
` [PATCH 3/3] kvm: s390: Exploiting generic userspace interface for cmma
  ` [PATCH 3/3] kvm: s390: Exploiting generic userspace interface for cmma\

[PATCH] KVM: x86: Fix CR3 and LDT sel should not be saved in TSS
 2014-04-16 19:20 UTC  (2+ messages)

[RFC PATCH v3 0/6] Emulator speedups - avoid initializations where possible
 2014-04-16 16:46 UTC  (7+ messages)
` [RFC PATCH v3 1/6] KVM: emulate: move init_decode_cache to emulate.c
` [RFC PATCH v3 2/6] KVM: emulate: Remove ctxt->intercept and ctxt->check_perm checks
` [RFC PATCH v3 3/6] KVM: emulate: cleanup decode_modrm
` [RFC PATCH v3 4/6] KVM: emulate: clean up initializations in init_decode_cache
` [RFC PATCH v3 5/6] KVM: emulate: rework seg_override
` [RFC PATCH v3 6/6] KVM: emulate: remove memopp and rip_relative

[PULL 0/2] small perf fixes
 2014-04-16 13:39 UTC  (8+ messages)
` [PULL 1/2] perf/tool: Fix usage of trace events with '-' in trace system name

[PATCH] KVM: PPC: Book3S HV: Add missing code for transaction reclaim on guest exit
 2014-04-16 12:39 UTC  (2+ messages)

[PATCH v4] powerpc: kvm: make _PAGE_NUMA take effect
 2014-04-16 12:27 UTC  (2+ messages)

KVM call agenda for 2014-04-15
 2014-04-16 10:48 UTC  (13+ messages)
` [Qemu-devel] "

[PATCH v2] KVM: vmx: Advance rip to after an ICEBP instruction
 2014-04-16  9:22 UTC  (2+ messages)

[PATCH 3/3] migration dirtybitmap support ARMv7
 2014-04-16  8:51 UTC  (5+ messages)

[PATCH 2/3] migration dirtybitmap support ARMv7
 2014-04-16  1:18 UTC  (3+ messages)

Build KVM module failed
 2014-04-15 23:57 UTC 

spende /Donation
 2014-04-15 19:47 UTC 

[PATCH 0/3] migration dirty bitmap support ARMv7
 2014-04-15 17:22 UTC  (3+ messages)

[PATCH] KVM: vmx: Advance rip to after an ICEBP instruction
 2014-04-15 16:46 UTC  (2+ messages)

KVM call agenfda for 2014-04-01
 2014-04-15 13:10 UTC  (4+ messages)
` [Qemu-devel] "

[PATCH 00/47] KVM: s390: additional features and fixes
 2014-04-15 12:00 UTC  (20+ messages)
` [PATCH 19/47] KVM: s390: convert handle_prog()
` [PATCH 26/47] KVM: s390: convert handle_tpi()
` [PATCH 29/47] KVM: s390: convert handle_stidp()
` [PATCH 31/47] KVM: s390: convert handle_stsi()
` [PATCH 33/47] KVM: s390: cleanup kvm_s390_real_to_abs()
` [PATCH 34/47] s390: fix name of lowcore field at offset 0xa3
` [PATCH 35/47] s390: rename and split lowcore field per_perc_atmid
` [PATCH 36/47] s390: add fields to lowcore definition
` [PATCH 37/47] KVM: s390: extract irq parameters of intercepted program irqs
` [PATCH 38/47] KVM: s390: deliver program irq parameters and use correct ilc
` [PATCH 39/47] KVM: s390: emulate stctl and stctg
` [PATCH 40/47] KVM: s390: kernel header addition for guest debugging
` [PATCH 41/47] KVM: s390: hardware support "
` [PATCH 42/47] KVM: s390: add documentation for diag 501
` [PATCH 43/47] KVM: s390: move timer interrupt checks into own functions
` [PATCH 44/47] KVM: s390: no timer interrupts when single-stepping a guest
` [PATCH 45/47] KVM: s390: Drop pending interrupts on guest exit
` [PATCH 46/47] KVM: s390: replace TDB_ADDR by __LC_PGM_TDB
` [PATCH 47/47] KVM: s390: Factor out handle_itdb to handle TX aborts


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