Kernel KVM-PPC virtualization development
 help / color / mirror / Atom feed
 messages from 2010-03-24 20:48:20 to 2010-05-11 12:40:38 UTC [more...]

kvm-qemu build break on PPC 970 environment
 2010-05-11 12:40 UTC  (3+ messages)

[RFC][PATCH 0/12] KVM, x86, ppc, asm-generic: moving dirty bitmaps
 2010-05-11 10:11 UTC  (27+ messages)
` [RFC][PATCH 1/12 applied today] KVM: x86: avoid unnecessary bitmap
` [RFC][PATCH 2/12] KVM: introduce slot level dirty state management
` [RFC][PATCH 3/12] KVM: introduce wrapper functions to create and
` [RFC][PATCH 4/12] x86: introduce copy_in_user() for 32-bit
` [RFC][PATCH 5/12] x86: introduce __set_bit() like function for
` [RFC][PATCH 6/12 not tested yet] PPC: introduce copy_in_user() for
` [RFC][PATCH 7/12 not tested yet] PPC: introduce __set_bit() like
` [RFC][PATCH resend 8/12] asm-generic: bitops: introduce le bit
  ` [RFC][PATCH resend 8/12] asm-generic: bitops: introduce le bit offset macro
` [RFC][PATCH 9/12] KVM: introduce a wrapper function of
` [RFC][PATCH RFC 10/12] KVM: move dirty bitmaps to user space
` [RFC][PATCH 11/12] KVM: introduce new API for getting/switching
` [RFC][PATCH 12/12 sample] qemu-kvm: use new API for

Keep index within boundaries in kvmppc_44x_emul_tlbwe()
 2010-05-10 23:10 UTC  (4+ messages)

[PATCH RFC v2 0/6] KVM: moving dirty gitmaps to user space!
 2010-04-23 13:20 UTC  (47+ messages)
` [PATCH RFC v2 1/6] KVM: introduce slot level dirty state management
` [PATCH RFC v2 4/6] KVM: change mark_page_dirty() to handle endian
    ` [PATCH RFC v2 4/6] KVM: change mark_page_dirty() to handle endian issues explicitly
` [PATCH RFC v2 2/6] KVM: introduce wrapper functions to create and
  ` [PATCH RFC v2 5/6] KVM: moving dirty bitmaps to user space
  ` [PATCH RFC v2 3/6] KVM: introduce a wrapper function to copy dirty
      ` [PATCH RFC v2 3/6] KVM: introduce a wrapper function to copy
  ` [PATCH RFC v2 6/6] KVM: introduce a new API for getting dirty
    ` [PATCH RFC v2 6/6] KVM: introduce a new API for getting dirty bitmaps

[RFC please check] KVM: question about the commit
 2010-04-22  4:12 UTC  (5+ messages)
  ` [RFC please check] KVM: question about the commit "Use Little
    ` [RFC please check] KVM: question about the commit "Use Little Endian for Dirty Bitmap"

[PATCH 0/9] Post-PPC32 series v2
 2010-04-21  9:44 UTC  (11+ messages)
  ` [PATCH 1/9] KVM: PPC: Convert u64 -> ulong
  ` [PATCH 2/9] KVM: PPC: Make Performance Counters work
  ` [PATCH 3/9] KVM: PPC: Improve split mode
  ` [PATCH 5/9] KVM: PPC: Be more informative on BUG
  ` [PATCH 8/9] KVM: PPC: Find HTAB ourselves
  ` [PATCH 9/9] KVM: PPC: Enable native paired singles
` [PATCH 4/9] KVM: PPC: Make Alignment interrupts work again
` [PATCH 6/9] KVM: PPC: Set VSID_PR also for Book3S_64
` [PATCH 7/9] KVM: PPC: Fix Book3S_64 Host MMU debug output

[PATCH 00/27] Book3S_32 (PPC32) KVM support
 2010-04-21  9:42 UTC  (40+ messages)
  ` [PATCH 01/27] KVM: PPC: Name generic 64-bit code generic
  ` [PATCH 02/27] KVM: PPC: Add host MMU Support
  ` [PATCH 03/27] KVM: PPC: Add SR swapping code
  ` [PATCH 04/27] KVM: PPC: Add generic segment switching code
  ` [PATCH 09/27] KVM: PPC: Improve indirect svcpu accessors
  ` [PATCH 10/27] KVM: PPC: Use KVM_BOOK3S_HANDLER
  ` [PATCH 11/27] KVM: PPC: Use CONFIG_PPC_BOOK3S define
  ` [PATCH 13/27] KVM: PPC: Use now shadowed vcpu fields
  ` [PATCH 14/27] KVM: PPC: Extract MMU init
  ` [PATCH 15/27] KVM: PPC: Make real mode handler generic
  ` [PATCH 16/27] KVM: PPC: Make highmem code generic
  ` [PATCH 17/27] KVM: PPC: Make SLB switching code the new segment framework
  ` [PATCH 18/27] KVM: PPC: Release clean pages as clean
  ` [PATCH 23/27] KVM: PPC: Export MMU variables
  ` [PATCH 24/27] PPC: Export SWITCH_FRAME_SIZE
  ` [PATCH 25/27] KVM: PPC: Check max IRQ prio
` [PATCH 05/27] PPC: Split context init/destroy functions
` [PATCH 06/27] KVM: PPC: Add kvm_book3s_64.h
` [PATCH 07/27] KVM: PPC: Add kvm_book3s_32.h
` [PATCH 08/27] KVM: PPC: Add fields to shadow vcpu
` [PATCH 12/27] PPC: Add STLU
` [PATCH 19/27] KVM: PPC: Remove fetch fail code
` [PATCH 20/27] KVM: PPC: Add SVCPU to Book3S_32
` [PATCH 21/27] KVM: PPC: Emulate segment fault
` [PATCH 22/27] KVM: PPC: Add Book3S compatibility code
` [PATCH 26/27] KVM: PPC: Add KVM intercept handlers
` [PATCH 27/27] KVM: PPC: Enable Book3S_32 KVM building

[PATCH] KVM: PPC: Make Performance Counters work
 2010-04-19 10:56 UTC  (3+ messages)

[PATCH 0/8] Post-PPC32 series
 2010-04-19  8:41 UTC  (13+ messages)
` [PATCH 1/8] KVM: PPC: Convert u64 -> ulong
` [PATCH 2/8] KVM: PPC: Make Performance Counters work
` [PATCH 3/8] KVM: PPC: Improve split mode
` [PATCH 4/8] KVM: PPC: Make Alignment interrupts work again
` [PATCH 5/8] KVM: PPC: Be more informative on BUG
` [PATCH 6/8] KVM: PPC: Set VSID_PR also for Book3S_64
  ` [PATCH 7/8] KVM: PPC: Fix Book3S_64 Host MMU debug output
  ` [PATCH 8/8] KVM: PPC: Find HTAB ourselves

[PATCH] KVM: PPC: Convert u64 -> ulong
 2010-04-17  0:29 UTC  (2+ messages)

[PATCH] KVM: fix the handling of dirty bitmaps to avoid overflows
 2010-04-13  7:05 UTC  (7+ messages)

[PATCH] [PPC] Add dequeue for external on BookE
 2010-04-07 16:23 UTC  (3+ messages)

ppc build failure
 2010-04-01 13:54 UTC  (3+ messages)

[PATCH 1/2] KVM: PPC: Only use QPRs when available
 2010-04-01 13:33 UTC  (2+ messages)
  ` [PATCH 2/2] KVM: PPC: Don't export Book3S symbols on BookE

[PATCH 00/21] KVM: PPC: MOL bringup patches v3
 2010-04-01  9:13 UTC  (23+ messages)
  ` [PATCH 04/21] KVM: PPC: Book3S_32 guest MMU fixes
  ` [PATCH 06/21] KVM: PPC: Don't reload FPU with invalid values
  ` [PATCH 07/21] KVM: PPC: Load VCPU for register fetching
  ` [PATCH 08/21] KVM: PPC: Implement mfsr emulation
  ` [PATCH 09/21] KVM: PPC: Implement BAT reads
  ` [PATCH 11/21] KVM: PPC: Implement emulation for lbzux and lhax
  ` [PATCH 14/21] KVM: PPC: Add OSI hypercall interface
  ` [PATCH 20/21] KVM: PPC: Make bools bitfields
  ` [PATCH 21/21] KVM: PPC: Disable MSR_FEx for Cell hosts
` [PATCH 05/21] KVM: PPC: Split instruction reading out
` [PATCH 10/21] KVM: PPC: Make XER load 32 bit
` [PATCH 12/21] KVM: PPC: Implement alignment interrupt
` [PATCH 13/21] KVM: Add support for enabling capabilities per-vcpu
` [PATCH 15/21] KVM: PPC: Make build work without CONFIG_VSX/ALTIVEC
` [PATCH 16/21] KVM: PPC: Fix dcbz emulation
` [PATCH 17/21] KVM: PPC: Add emulation for dcba
` [PATCH 18/21] KVM: PPC: Add check if pte was mapped secondary
` [PATCH 19/21] KVM: PPC: Use ULL for big numbers

[PATCH] KVM: PPC: fix build error for un-initialised var
 2010-03-26 11:32 UTC  (2+ messages)

[PATCH] KVM: PPC: E500 compile fix
 2010-03-26 11:20 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