Kernel KVM-PPC virtualization development
 help / color / mirror / Atom feed
 messages from 2008-08-19 10:36:42 to 2008-10-28 15:52:33 UTC [more...]

[PATCH 00 of 10] kvm-userspace: ppc: userspace fixes for powerpc
 2008-10-28 15:52 UTC  (6+ messages)
` [PATCH 01 of 10] [PATCH] kvm-userspace: powerpc: fix env->xer access
` [PATCH 02 of 10] [PATCH] user: ppc: fix threading bugs in main-ppc.c
` [PATCH 03 of 10] [PATCH] user: ppc: better error reporting in
` [PATCH 04 of 10] [PATCH] user: ppc: implement PowerPC 44x libcflat
` [PATCH 05 of 10] [PATCH] libcflat: ppc: add timebase accessor

[PATCH 0/3] kvm-userspace: ppc: userspace fixes for powerpc
 2008-10-28  9:25 UTC  (8+ messages)
` [PATCH 1/5] user: ppc: fix threading bugs in main-ppc.c
` [PATCH 2/5] user: ppc: better error reporting in load_file
` [PATCH 4/5] libcflat: ppc: add timebase accessor
  ` [PATCH 3/5] user: ppc: implement PowerPC 44x libcflat
  ` [PATCH 5/5] user: ppc: add stub nmi handler

[PATCH] qemu: ppc: if not a uImage, try to load kernel as ELF
 2008-10-28  9:08 UTC 

[PATCH 2/3] kvm: external module: Treat NONARCH_CONFIG as a list
 2008-10-28  9:08 UTC 

[PATCH 3/3] kvm-userspace: ppc: fix initial ppc memory setup
 2008-10-28  9:08 UTC 

[PATCH 1/3] qemu: ppc: define maximum SMP limit as 1 for Bamboo
 2008-10-28  9:08 UTC 

[PATCH] kvm: external module: fix unifdef problem
 2008-10-28  1:02 UTC  (6+ messages)

[PATCH 1 of 3] user: ppc: add stub nmi handler
 2008-10-27  9:32 UTC  (3+ messages)

[PATCH 0 of 3] userspace updates
 2008-10-27  9:29 UTC  (2+ messages)

[RFC] a little disassembly infrastructure
 2008-10-25  2:55 UTC  (3+ messages)

[PATCH 3 of 3] qemu: ppc: if not a uImage, try to load kernel as ELF
 2008-10-24 16:17 UTC 

[PATCH 2 of 3] qemu: ppc: define maximum SMP limit as 1 for Bamboo
 2008-10-24 16:17 UTC 

Patch to increase the number of tlb entries a guest uses
 2008-10-21 15:19 UTC  (4+ messages)

[PATCH] kvmppc: comply with requirement for kvm_arch_try_push_nmi
 2008-10-19 10:09 UTC  (3+ messages)
` [PATCH] kvmppc: comply with requirement for

[PATCH] Use container_of() macro to split core-sepcial things
 2008-10-16  4:16 UTC  (3+ messages)

[PATCH] kvmppc: add detailed exit timing statistic v2
 2008-10-15 14:58 UTC 

[PATCH 0/3][RFC] kvmppc: paravirtualization interface - guest part v3
 2008-10-13 17:44 UTC  (7+ messages)
` [PATCH 1/3] kvmppc: read device tree hypervisor node infrastructure
` [PATCH 2/3] kvmppc: add hypercall infrastructure - guest part v3
    ` [PATCH 2/3] kvmppc: add hypercall infrastructure - guest part
` [PATCH 3/3] kvmppc: magic page paravirtualization "

[PATCH 2/3] kvmppc: optimize kvm stat handling
 2008-10-13 12:07 UTC  (3+ messages)

[PATCH 1/3] kvmppc: optimize irq delivery path
 2008-10-13 12:07 UTC  (4+ messages)

[PATCH 3/3] kvmppc: optimize find first bit
 2008-10-13 12:07 UTC  (3+ messages)

[PATCH 0/3] kvmppc: optimize path run on every exit
 2008-10-13 12:07 UTC  (2+ messages)

exit timing analysis v1 - comments&discussions welcome
 2008-10-10  8:32 UTC  (12+ messages)

[PATCH 0/3] kvm-userspace: kvmppc: fix build for ppc
 2008-10-02 12:57 UTC  (14+ messages)
  ` [PATCH 1/3] kvm-userspace: kvmppc: fix file header in libkvm-powerpc.c
    ` [PATCH 1/3] kvm-userspace: kvmppc: fix file header in libkvm-powerpc.c v2
  ` [PATCH 2/3] kvm-userspace: kvmppc: fix hostlonbits detection when cross compiling
    ` [PATCH 2/3] kvm-userspace: kvmppc: fix hostlonbits detection when cross compiling v2
      ` [PATCH 2/3] kvm-userspace: kvmppc: fix hostlonbits detection
      ` [Qemu-devel] [PATCH 2/3] kvm-userspace: kvmppc: fix hostlonbits
` [PATCH] kvm-userspace: kvmppc: fix building userspace for powerpc
` [PATCH 0/3] kvm-userspace: kvmppc: fix build for ppc v2

[PATCH] kvmppc: fix set regs to take care of msr change implications
 2008-10-02 12:16 UTC 

[PATCH 3/3] kvm-userspace: kvmppc: fix building userspace for powerpc
 2008-09-30  6:36 UTC  (2+ messages)

[PATCH 0 of 7] [RFC] kvm ppc refactoring
 2008-09-29 18:54 UTC  (3+ messages)

[PATCH 7 of 7] KVM: ppc: refactor instruction emulation into generic
 2008-09-29 18:36 UTC 

[PATCH 6 of 7] ppc: define mftbl/mftbu for ppc64 builds
 2008-09-29 18:36 UTC 

[PATCH 5 of 7] ppc: Create disassemble.h to extract instruction fields
 2008-09-29 18:36 UTC 

[PATCH 4 of 7] KVM: ppc: Refactor powerpc.c to relocate 440-specific
 2008-09-29 18:36 UTC 

[PATCH 3 of 7] KVM: ppc: combine booke_guest.c and booke_host.c
 2008-09-29 18:36 UTC 

[PATCH 2 of 7] kvm: ppc: Rename "struct tlbe" to "struct
 2008-09-29 18:36 UTC 

[PATCH 1 of 7] kvm: ppc: Move 440-specific TLB code into 44x_tlb.c
 2008-09-29 18:36 UTC 

[PATCH 0/3][RESEND] kvm-userspace: kvmppc: fix build for ppc
 2008-09-29 14:43 UTC  (5+ messages)
  ` [PATCH 1/3][RESEND] kvm-userspace: kvmppc: fix file header in libkvm-powerpc.c
  ` [PATCH 2/3][RESEND] kvm-userspace: kvmppc: fix hostlonbits detection when cross compiling
    ` [PATCH 2/3][RESEND] kvm-userspace: kvmppc: fix hostlonbits
  ` [PATCH 3/3][RESEND] kvm-userspace: kvmppc: fix building userspace for powerpc

[PATCH] kvmppc refactor example
 2008-09-29  2:30 UTC  (2+ messages)

[PATCH 6/6] kvmppc: kvm-userspace: device tree modification for magic page
 2008-09-16  6:27 UTC 

[PATCH 5/6] kvmppc: rewrite guest code - mfmsr
 2008-09-16  6:27 UTC 

[PATCH 4/6] kvmppc: rewrite guest code - dear, esr, srr0, srr1
 2008-09-16  6:27 UTC 

[PATCH 3/6] kvmppc: rewrite guest code - sprg0-3
 2008-09-16  6:27 UTC  (11+ messages)

[PATCH 2/6] kvmppc: magic page hypercall - host part
 2008-09-16  6:27 UTC  (4+ messages)

[PATCH 1/6] kvmppc: add hypercall infrastructure - host part
 2008-09-16  6:27 UTC 

[PATCH 0/6][RFC] kvmppc: paravirtualization interface
 2008-09-16  6:27 UTC  (2+ messages)
` [PATCH 0/6][RFC] kvmppc: paravirtualization interface - host part v3

[PATCH 2 of 2] kvm: ppc: Rename "struct tlbe" to "struct
 2008-09-16  2:17 UTC  (4+ messages)
` [PATCH 2 of 2] kvm: ppc: Rename "struct tlbe" to "structkvmppc_44x_tlbe"
` [PATCH 2 of 2] kvm: ppc: Rename "struct tlbe" to
` [PATCH 2 of 2] kvm: ppc: Rename "struct tlbe" to"structkvmppc_44x_tlbe"

[PATCH 1 of 2] kvm: ppc: Move 440-specific TLB code into 44x_tlb.c
 2008-09-12 14:58 UTC  (3+ messages)
` [PATCH 1 of 2] kvm: ppc: Move 440-specific TLB code into

[patch 0/4] add e500 platform support for KVM
 2008-09-12 14:49 UTC  (13+ messages)

[PATCH 0 of 2] some 44x refactoring
 2008-09-12  2:38 UTC  (2+ messages)

removing shadow TLB
 2008-09-11  6:26 UTC  (4+ messages)

[PATCH] virtio-blk: change config to guest endian
 2008-09-10 15:24 UTC  (2+ messages)

Virtio_pci in kernel ignore endian of PCI I/O space?
 2008-09-07 15:26 UTC  (5+ messages)

[PATCH 2/4] add e500 tlb implementation -- DCRs
 2008-08-28 10:07 UTC  (4+ messages)

[PATCH 2/4] add e500 tlb implementation
 2008-08-26 15:44 UTC  (4+ messages)

[PATCH 0/4][RFC] kvmppc: paravirtualization interface - guest part v2
 2008-08-22 15:49 UTC  (28+ messages)
` [PATCH 1/4] kvmppc: read device tree hypervisor node infrastructure
  ` [PATCH 1/4] kvmppc: read device tree hypervisor node
` [PATCH 2/4] kvmppc: add hypercall infrastructure - guest part
` [PATCH 3/4] kvmppc: magic page paravirtualization "
` [PATCH 4/4] kvmppc: convert wrteei to wrtee as kvm guest optimization
      ` [PATCH 4/4] kvmppc: convert wrteei to wrtee as kvm guest

[PATCH 4/4] add e500 support for kvm
 2008-08-22  8:07 UTC  (3+ messages)

Serial of guest kernel complain "too much work" in kvm/qemu
 2008-08-21  6:03 UTC 

[PATCH 6/6] kvmppc: kvm-userspace: device tree modification for magic page
 2008-08-19 10:36 UTC 

[PATCH 5/6] kvmppc: rewrite guest code - wrtee
 2008-08-19 10:36 UTC 

[PATCH 4/6] kvmppc: rewrite guest code - dear, esr, srr0, srr1
 2008-08-19 10:36 UTC 


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