public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-05-06 18:38:53 to 2014-05-12 11:34:05 UTC [more...]

[PATCH V6 1/2] KVM: PPC: BOOK3S: Always use the saved DAR value
 2014-05-12 11:34 UTC 

[PATCH 00/11] kvm tools: Misc patches (mips support)
 2014-05-12 11:21 UTC  (15+ messages)
` [PATCH 05/11] kvm tools, mips: Add MIPS support
` [PATCH 06/11] kvm tools, mips: Enable build of mips support
` [PATCH 07/11] kvm tools: Provide per arch macro to specify type for KVM_CREATE_VM
` [PATCH 10/11] kvm tools: Introduce weak (default) load_bzimage function
` [PATCH 11/11] kvm tools: Modify term_putc to write more than one char

KVM call agenda for 2014-05-13
 2014-05-12 11:09 UTC  (4+ messages)
` [Qemu-devel] "

[PATCH 0/5] KVM: x86: Fix KVM behavior that does not follow spec
 2014-05-12 10:46 UTC  (6+ 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] KVM: x86: Fix CR3 reserved bits check in long mode

[Bug 75981] New: [Nested kvm on kvm]L2 guest reboot continuously when create a rhel6u5(64bit) as L2 guest
 2014-05-12  7:05 UTC  (3+ messages)
` [Bug 75981] "

buildbot failure in kvm on ia64
 2014-05-12  3:22 UTC 

[PATCH 1/2] KVM: PPC: Disable NX for old magic page using guests
 2014-05-11 23:20 UTC  (2+ messages)
` [PATCH 2/2] PPC: KVM: Make NX bit available with magic page

[PATCH 3.10 09/48] MIPS: KVM: Pass reserved instruction exceptions to guest
 2014-05-11 19:19 UTC 

[PATCH 3.14 11/83] MIPS: KVM: Pass reserved instruction exceptions to guest
 2014-05-11 19:19 UTC 

[PATCH] vfio-pci: Quirk RTL8168 NIC
 2014-05-10 23:03 UTC 

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

differences between KVM_GET_API_VERSION and KVM_CREATE_VM which both call _IO
 2014-05-10  8:31 UTC 

[PATCH 00/13] PPC: KVM: Enable PR KVM on ppc64le
 2014-05-10  7:11 UTC  (3+ messages)
` [PATCH 02/13] KVM: PPC: Book3S: PR: Fix C/R bit setting

[PATCH v2] PCI: Introduce new device binding path using pci_dev.driver_override
 2014-05-09 16:50 UTC 

PCI passthrough fails with Intel 82574L
 2014-05-09 16:04 UTC  (4+ messages)

[PATCH] ARM: KVM: add irqfd and irq routing support
 2014-05-09 12:45 UTC 

[PATCH] kvmclock: Ensure time in migration never goes backward
 2014-05-09 11:53 UTC  (14+ messages)
      ` [Qemu-devel] "

[PATCH v3 0/9] kvmtool: handle guests of a different endianness
 2014-05-08  1:52 UTC  (25+ messages)
` [PATCH v3 9/9] kvmtool: virtio: enable arm/arm64 support for bi-endianness

[PATCH v2 0/4] KVM: PPC: Read guest instruction from kvmppc_get_last_inst()
 2014-05-08 13:31 UTC  (5+ messages)
` [PATCH v2 3/4] KVM: PPC: Alow kvmppc_get_last_inst() to fail

[PATCH 0/5] KVM: x86: Fix exit handler and emulation bugs
 2014-05-08 12:27 UTC  (17+ messages)
` [PATCH 1/5] KVM: x86: Emulator does not calculate address correctly
` [PATCH 2/5] KVM: vmx: handle_dr does not handle RSP correctly
` [PATCH 3/5] KVM: x86: Mark bit 7 in long-mode PDPTE according to 1GB pages support
` [PATCH 4/5] KVM: x86: Wrong register masking in 64-bit mode
` [PATCH 5/5] KVM: x86: Fix wrong masking on relative jump/call

[PATCH 0/6] KVM: PPC: Book3S PR: Add POWER8 support
 2014-05-08 12:11 UTC  (6+ messages)
` [PATCH 1/6] KVM: PPC: Book3S PR: Ignore PMU SPRs

[PATCH v4 0/9] kvmtool: handle guests of a different endianness
 2014-05-08 10:43 UTC  (13+ messages)
` [PATCH v4 1/9] kvmtool: pass trapped vcpu to MMIO accessors
` [PATCH v4 2/9] kvmtool: virt_queue configuration based on endianness
` [PATCH v4 3/9] kvmtool: sample CPU endianness on virtio-mmio device reset
` [PATCH v4 4/9] kvmtool: add queue endianness initializer
` [PATCH v4 5/9] kvmtool: convert console backend to support bi-endianness
` [PATCH v4 6/9] kvmtool: convert 9p "
` [PATCH v4 7/9] kvmtool: convert blk "
` [PATCH v4 8/9] kvmtool: convert net "
` [PATCH v4 9/9] kvmtool: virtio: enable arm/arm64 support for bi-endianness

[PATCH V2] KVM: PPC: BOOK3S: HV: Add mixed page-size support for guest
 2014-05-08 10:12 UTC  (2+ messages)

[PATCH V2] KVM: PPC: BOOK3S: HV: Prefer CMA region for hash page table allocation
 2014-05-08 10:11 UTC  (2+ messages)

[PATCH V5] KVM: PPC: BOOK3S: Use the saved dar value and generic make_dsisr
 2014-05-08 10:06 UTC  (2+ messages)

[Bug 73721] New: KVM hv-time
 2014-05-08  8:05 UTC  (3+ messages)
` [Bug 73721] "

KVM exit on UD interception
 2014-05-08  3:30 UTC  (5+ messages)

Question: problem using IP aliases within a kvm guest
 2014-05-08  2:41 UTC 

[PATCH v5 0/4] live migration dirty bitmap support for ARMv7
 2014-05-08  0:40 UTC  (5+ messages)
` [PATCH v5 1/4] add ARMv7 HYP API to flush VM TLBs without address param
` [PATCH v5 2/4] live migration support for initial write protect of VM
` [PATCH v5 3/4] live migration support for VM dirty log management
` [PATCH v5 4/4] add 2nd stage page fault handling during live migration

[PATCH v2] kvm: x86: emulate monitor and mwait instructions as nop
 2014-05-07 20:52 UTC 

[PATCH] kvm: x86: emulate monitor and mwait instructions as nop
 2014-05-07 19:53 UTC  (4+ messages)

[PATCH 0/9] arm64: KVM: debug infrastructure support
 2014-05-07 17:14 UTC  (15+ messages)
` [PATCH 1/9] arm64: KVM: rename pm_fake handler to trap_wi_raz
` [PATCH 2/9] arm64: move DBG_MDSCR_* to asm/debug-monitors.h
` [PATCH 3/9] arm64: KVM: add trap handlers for AArch64 debug registers
` [PATCH 4/9] arm64: KVM: common infrastructure for handling AArch32 CP14/CP15
` [PATCH 5/9] arm64: KVM: use separate tables for AArch32 32 and 64bit traps
` [PATCH 6/9] arm64: KVM: check ordering of all system register tables
` [PATCH 7/9] arm64: KVM: add trap handlers for AArch32 debug registers
` [PATCH 8/9] arm64: KVM: implement lazy world switch for "
` [PATCH 9/9] arm64: KVM: enable trapping of all "

[kvm-kmod PATCH] Provide pci_enable_msix_exact() for kernels < 3.15
 2014-05-07 17:14 UTC  (5+ messages)

[PATCH] kvm/x86: implement hv EOI assist
 2014-05-07 16:01 UTC  (2+ messages)

KVM Nested L2 guest startup problems
 2014-05-07 15:41 UTC  (15+ messages)

[PATCH v9 00/19] qspinlock: a 4-byte queue spinlock with PV support
 2014-05-07 15:00 UTC  (3+ messages)

[PATCH 1/2] ARM: KVM: Enable the KVM-VFIO device
 2014-05-07 14:55 UTC  (5+ messages)
` [PATCH 2/2] ARM: KVM: user_mem_abort: support stage 2 MMIO page mapping

[PATCH] KVM: PPC: BOOK3S: PR: Fix WARN_ON with debug options on
 2014-05-07 11:37 UTC  (4+ messages)

[RFC PATCH 0/4] KVM: emulator: speed up instruction fetch
 2014-05-07  8:40 UTC  (10+ messages)
` [RFC PATCH 1/4] KVM: emulate: speed up do_insn_fetch
` [RFC PATCH 2/4] KVM: emulate: avoid repeated calls to do_insn_fetch_bytes
` [RFC PATCH 3/4] KVM: emulate: avoid per-byte copying in instruction fetches

[RFC PATCH 0/3] Emulator Speedups - Optimize Instruction fetches
 2014-05-07  4:45 UTC  (4+ messages)
` [RFC PATCH 3/3] KVM: x86: cache userspace address for faster fetches

[RFC PATCH] KVM: PPC: BOOK3S: HV: THP support for guest
 2014-05-06 20:35 UTC  (8+ messages)


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