public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-11-04 08:41:24 to 2013-11-13 08:53:37 UTC [more...]

centos 6.4 kvm, can't install windows 2008r2
 2013-11-13  8:53 UTC  (5+ messages)

[PATCH for-1.7] target-i386: Fix build by providing stub kvm_arch_get_supported_cpuid()
 2013-11-13  7:26 UTC  (34+ messages)
                                    ` [Qemu-devel] "

[PATCH v3 00/15] KVM: MMU: locklessly write-protect
 2013-11-13  0:10 UTC  (9+ messages)
` [PATCH v3 01/15] KVM: MMU: properly check last spte in fast_page_fault()
` [PATCH v3 02/15] KVM: MMU: lazily drop large spte
` [PATCH v3 03/15] KVM: MMU: flush tlb if the spte can be locklessly modified

[PATCH] powerpc: book3s: PR: Enable Little Endian PR guest
 2013-11-12 21:03 UTC  (3+ messages)

[GIT PULL] KVM/arm64 fixes for 3.13
 2013-11-12 16:30 UTC  (19+ messages)
` [PATCH 1/3] arm64: KVM: Yield CPU when vcpu executes a WFE
` [PATCH 2/3] arm/arm64: KVM: MMIO support for BE guest
` [PATCH 3/3] arm/arm64: KVM: PSCI: propagate caller endianness to the incoming vcpu

[ANNOUNCE] Key Signing Party at KVM Forum 2013
 2013-11-12 15:48 UTC  (5+ messages)
` [Qemu-devel] "

KVM call agenda for 2013-11-12
 2013-11-12 14:48 UTC  (2+ messages)

Re:Answer back
 2013-11-12 10:52 UTC 

[Bug 60620] New: guest loses frequently (multiple times per day!) connectivity to network device
 2013-11-12 14:26 UTC  (6+ messages)
` [Bug 60620] "

[Bug 64801] New: Nested Virtualisation with KVM on Intel and AMD processors: L2 unreachable
 2013-11-11 20:47 UTC  (2+ messages)
` [Bug 64801] "

kvm unit test fails to build on 32 bit systems
 2013-11-11 18:48 UTC  (4+ messages)

[kvm:queue 6/21] arch/x86/kvm/cpuid.c:564:39: sparse: dereference of noderef expression
 2013-11-11 14:23 UTC  (2+ messages)

[PATCH] powerpc: book3s: kvm: Use the saved dsisr and dar values
 2013-11-11 14:02 UTC 

[PATCH] powerpc: book3s: kvm: Don't abuse host r2 in exit path
 2013-11-11 13:59 UTC 

VMs are pausing with ENOSPC
 2013-11-11 12:22 UTC  (4+ messages)

[GIT PULL] Third and final KVM/ARM updates for 3.13
 2013-11-11 11:31 UTC  (6+ messages)
` [PATCH 1/4] ARM: KVM: Fix MPIDR computing to support virtual clusters
` [PATCH 2/4] ARM: KVM: fix L2CTLR to be per-cluster
` [PATCH 3/4] ARM: KVM: drop limitation to 4 CPU VMs
` [PATCH 4/4] arm/arm64: KVM: PSCI: use MPIDR to identify a target CPU

[Bug 64601] New: Whole system crashes when sharing network card in virtual PC only on kernel 3.11
 2013-11-10  6:33 UTC  (4+ messages)
` [Bug 64601] "

Question maximum throughput virtio interface / channel bounding inside KVM guest
 2013-11-09 12:04 UTC  (2+ messages)

[PATCH 00/15] Support POWER8 and little-endian guests in HV KVM
 2013-11-09 11:05 UTC  (16+ messages)
` [PATCH 01/15] KVM: PPC: Book3S HV: Align physical CPU thread numbers with virtual
` [PATCH 02/15] KVM: PPC: Book3S HV: Don't set DABR on POWER8
` [PATCH 03/15] KVM: PPC: Book3S HV: Context-switch new POWER8 SPRs
` [PATCH 04/15] KVM: PPC: Book3S HV: Flush the correct number of TLB sets on POWER8
` [PATCH 05/15] KVM: PPC: Book3S HV: Add handler for HV facility unavailable
` [PATCH 06/15] KVM: PPC: Book3S HV: Implement architecture compatibility modes for POWER8
` [PATCH 07/15] KVM: PPC: Book3S HV: Consolidate code that checks reason for wake from nap
` [PATCH 08/15] KVM: PPC: Book3S HV: Handle guest using doorbells for IPIs
` [PATCH 09/15] KVM: PPC: Book3S HV: Handle new LPCR bits on POWER8
` [PATCH 10/15] KVM: PPC: Book3S HV: Prepare for host using hypervisor doorbells
` [PATCH 11/15] KVM: PPC: Book3S HV: Add little-endian guest support
` [PATCH 12/15] KVM: PPC: Book3S HV: Add H_SET_MODE address translation setting
` [PATCH 13/15] KVM: PPC: Book3S HV: Add H_SET_MODE DAWR/X setting
` [PATCH 14/15] KVM: PPC: Book3S HV: Add H_SET_MODE CIABR setting
` [PATCH 15/15] KVM: PPC: Book3S HV: Add support for DABRX register on POWER7

[PATCH v2 0/3] KVM: PPC: Book3S: MMIO support for Little Endian guests
 2013-11-08 14:36 UTC  (21+ messages)
` [PATCH v2 3/3] KVM: PPC: Book3S: MMIO emulation support for little endian guests
                    ` [PATCH v5 0/6] KVM: PPC: Book3S: MMIO support for Little Endian guests
                    ` [PATCH v5 1/6] KVM: PPC: Book3S: add helper routine to load guest instructions
                    ` [PATCH v5 2/6] KVM: PPC: Book3S: add helper routines to detect endian
                    ` [PATCH v5 3/6] KVM: PPC: Book3S: MMIO emulation support for little endian guests
                    ` [PATCH v5 4/6] KVM: PPC: Book3S: modify kvmppc_need_byteswap() for little endian host
                      ` [PATCH v5.1 "
                    ` [PATCH v5 5/6] powerpc: add Split Little Endian bit to MSR
                    ` [PATCH v5 6/6] KVM: PPC: Book3S: modify byte loading when guest uses Split Little Endian

[PATCH 1/2] KVM: PPC: Book3S HV: Fix physical address calculations
 2013-11-08  8:46 UTC  (2+ messages)
` [PATCH 2/2] KVM: PPC: Book3S HV: Refine barriers in guest entry/exit

[RFC PATCH v2 0/7] VFIO for device tree based platform devices (work in progress)
 2013-11-07 20:38 UTC  (9+ messages)
` [PATCH 3/7] Return info for device and its memory regions and interrupts

Webmail Account Certificate expired on the 7th-11-2013‏
 2013-11-07 12:28 UTC 

[PATCH for 1.7] kvm: Fix uninitialized cpuid_data
 2013-11-07 11:15 UTC  (2+ messages)

[PATCH uq/master] pci-assign: Remove dead code for direct I/O region access from userspace
 2013-11-07 11:11 UTC  (4+ messages)

VM with KVM and 2 displays
 2013-11-07  9:10 UTC 

[Bug 60830] New: L2 rhel6u4(32bit) guest reboot continuously
 2013-11-07  6:33 UTC  (3+ messages)
` [Bug 60830] "

[Bug 58941] New: [nested virt] L2 has NMI error when creating L1 with "-cpu host" parameter
 2013-11-07  6:30 UTC  (2+ messages)
` [Bug 58941] "

[PATCH 0/4] *** SUBJECT HERE ***
 2013-11-07  1:54 UTC  (3+ messages)
` [PATCH 3/4 v2] kvm: powerpc: define a linux pte lookup function

[PATCH 0/3] virtio-mmio: handle BE guests on LE hosts
 2013-11-07  0:36 UTC  (7+ messages)
` [PATCH 2/3] virtio: mmio: fix signature checking for BE guests

[PATCH 1/2] kvm: Delete prototype for non-existent function complete_pio
 2013-11-06  9:07 UTC  (2+ messages)

[patch 0/3] generic kernel watchdog reset at pvclock read
 2013-11-06  7:49 UTC  (3+ messages)
` [patch 0/2] generic kernel watchdog reset at pvclock read (v2)

[RFC PATCH 0/10] Support POWER8 in HV KVM
 2013-11-06  5:15 UTC  (8+ messages)
` [RFC PATCH 05/10] KVM: PPC: Book3S HV: Add handler for HV facility unavailable
` [RFC PATCH 06/10] KVM: PPC: Book3S HV: Implement architecture compatibility modes for POWER8

driver core patches
 2013-11-06  2:12 UTC  (2+ messages)

[PATCH v2 0/3] KVM noncoherent DMA registration and VFIO pseudo device
 2013-11-05 21:32 UTC  (3+ messages)
` [RFC PATCH v2] KVM: PPC: vfio kvm device: support spapr tce

8bf00a529967dafbbb210b377c38a15834d1e979 - performance regression?
 2013-11-05 16:44 UTC  (14+ messages)

[PATCH] KVM: remove vm mmap method
 2013-11-05 16:15 UTC  (4+ messages)

[PATCH] KVM: IOMMU: hva align mapping page size
 2013-11-05  7:56 UTC  (5+ messages)
    ` [PATCH v2] "

[PATCH uq/master] KVM: x86: fix typo in KVM_GET_XCRS
 2013-11-05  7:34 UTC  (3+ messages)

[PATCH 2/2] kvm: optimize out smp_mb after srcu_read_unlock
 2013-11-04 20:36 UTC 

intel-iommu: iova_to_phys: fill in bits from iova when large pte
 2013-11-04 20:15 UTC  (3+ messages)

Live Migration Failing
 2013-11-04 14:31 UTC  (3+ messages)

[PATCH] kvm-unit-test: fix cpuid test
 2013-11-04 14:06 UTC  (2+ messages)

[PATCH 1/3] KVM: emulator: check rex prefix inside decode_register()
 2013-11-04 14:06 UTC  (7+ messages)
` [PATCH 2/3] KVM: emulator: cleanup decode_register_operand() a bit
` [PATCH 3/3] KVM: x86: trace cpuid emulation when called from emulator

EPT page fault procedure
 2013-11-04 12:20 UTC  (3+ messages)

Puzzles about unsync mmu page
 2013-11-04 12:11 UTC 

[PATCH 0/2] kvm tools: fix vhost-net broken since fa7226f88012713a73d0cba4955444ea109e9458
 2013-11-04  8:41 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