Kernel KVM-PPC virtualization development
 help / color / mirror / Atom feed
 messages from 2012-07-26 05:34:36 to 2012-08-13 11:02:38 UTC [more...]

[PATCH 0/2] Make request checks return value aware
 2012-08-13 11:02 UTC  (3+ messages)
` [PATCH 1/2] KVM: PPC: Add return value in prepare_to_enter
` [PATCH 2/2] KVM: PPC: Add return value to core_check_requests

[PATCH 1/2] QEMU: extract file_load() function from rom_add_file() for reusing
 2012-08-13  8:41 UTC  (3+ messages)
` [PATCH 2/2] QEMU: register reset handlers to write images into memory

[PATCH 1/4] Introduce a common kvm requests handler
 2012-08-13  4:40 UTC  (5+ messages)
` [PATCH 2/4] KVM: PPC: booke: Add watchdog emulation
` [PATCH 3/4] booke: Added ONE_REG interface for IAC/DAC debug registers
` [PATCH 4/4] KVM: PPC: booke: Allow multiple exception types

[PATCH 00/10] Book3S MMU Notifiers, subarch unification, lazy ee
 2012-08-13  1:21 UTC  (11+ messages)
` [PATCH 01/10] KVM: PPC: BookE: No duplicate request != 0 check
` [PATCH 02/10] KVM: PPC: Use same kvmppc_prepare_to_enter code for booke and book3s_pr
` [PATCH 03/10] KVM: PPC: Book3s: PR: Add (dumb) MMU Notifier support
` [PATCH 04/10] KVM: PPC: BookE: Drop redundant vcpu->mode set
` [PATCH 05/10] KVM: PPC: Book3S: PR: Only do resched check once per exit
` [PATCH 06/10] KVM: PPC: Exit guest context while handling exit
` [PATCH 07/10] KVM: PPC: Book3S: PR: Indicate we're out of guest mode
` [PATCH 08/10] KVM: PPC: Consistentify vcpu exit path
` [PATCH 09/10] KVM: PPC: Book3S: PR: Rework irq disabling
` [PATCH 10/10] KVM: PPC: Move kvm_guest_enter call into generic code

[PATCH 0/8] KVM: PPC: E500: Implement MMU Notifiers
 2012-08-12 12:47 UTC  (36+ messages)
` [PATCH 1/8] KVM: PPC: BookE: Expose remote TLB flushes in debugfs
` [PATCH 2/8] KVM: PPC: E500: Fix clear_tlb_refs
` [PATCH 3/8] KVM: PPC: PR: Use generic tracepoint for guest exit
` [PATCH 4/8] KVM: PPC: Expose SYNC cap based on mmu notifiers
` [PATCH 5/8] KVM: Add hva_to_memslot
  ` [kvmarm] "
` [PATCH 6/8] KVM: PPC: E500: Implement MMU notifiers
` [PATCH 7/8] KVM: Add page map arch callback
` [PATCH 8/8] KVM: PPC: Add cache flush on page map

[PATCH] powerpc/epapr: export epapr_hypercall_start
 2012-08-11 13:10 UTC  (4+ messages)

[PATCH 0/5] Improve memory slot handling and other fixes
 2012-08-11  0:37 UTC  (19+ messages)
` [PATCH 1/5] KVM: PPC: Book3S HV: Fix incorrect branch in H_CEDE code
` [PATCH 2/5] KVM: PPC: Quieten message about allocating linear regions
` [PATCH 3/5] KVM: PPC: Book3S HV: Handle memory slot deletion and modification correctly
` [PATCH 4/5] KVM: PPC: Book3S HV: Take the SRCU read lock before looking up memslots
` [RFC PATCH 5/5] KVM: PPC: Take the SRCU lock around memslot use

[PATCH 1/3] booke: Added ONE_REG interface for IAC/DAC debug registers
 2012-08-10 10:59 UTC  (17+ messages)
` [PATCH 2/3] KVM: PPC: booke: Allow multiple exception types
` [PATCH 3/3] KVM: PPC: booke: Added debug handler

[PATCH 0/5] KVM: PPC: E500: Implement MMU Notifiers
 2012-08-09 22:13 UTC  (6+ messages)
` [PATCH 1/5] KVM: PPC: BookE: Add check_requests helper function
` [PATCH 2/5] KVM: PPC: BookE: Add support for vcpu->mode
` [PATCH 3/5] KVM: PPC: E500: Implement MMU notifiers
` [PATCH 4/5] KVM: PPC: Add cache flush on page map
` [PATCH 5/5] KVM: PPC: BookE: Add some more trace points

[PATCH 1/4 v2] Introduce a common kvm requests handler
 2012-08-09  7:29 UTC  (4+ messages)
` [PATCH 2/4 v2] KVM: PPC: booke: Add watchdog emulation
` [PATCH 3/4 v2] booke: Added ONE_REG interface for IAC/DAC debug registers
` [PATCH 4/4 v2] KVM: PPC: booke: Allow multiple exception types

Reset problem vs. MMIO emulation, hypercalls, etc
 2012-08-08 12:42 UTC  (31+ messages)

[PATCH 1/2] KVM: PPC: booke: Add watchdog emulation
 2012-08-08 11:09 UTC  (6+ messages)
` [PATCH 2/2] Unified the kvm requests in one function

[PATCH 2/4] powerpc/booke: Merge the 32 bit e5500/e500mc cpu setup code
 2012-08-06 16:24 UTC  (5+ messages)

[PATCH 0/6] powerpc/booke64: add core support for KVM
 2012-08-06 13:27 UTC  (7+ messages)
` [PATCH 1/6] powerpc/booke64: fix machine check handler to use the right prolog
` [PATCH 2/6] powerpc/booke64: use GSRR registers in Guest Doorbell interrupts
` [PATCH 3/6] powerpc/booke64: add DO_KVM kernel hooks
` [PATCH 4/6] powerpc/booke64: remove mfspr srr1 duplicate in exception prolog
` [PATCH 5/6] powerpc/booke64: use SPRG0/3 scratch for bolted TLB miss & crit int
` [PATCH 6/6] powerpc/booke64: restore VDSO information on critical exception

[PATCH 0/3] KVM: Integrate rmap and rmap_pde
 2012-08-06  9:47 UTC  (7+ messages)
` [PATCH 1/3] KVM: Stop checking rmap to see if slot is being created
` [PATCH 2/3] KVM: MMU: Use gfn_to_rmap() instead of directly reading rmap array
` [RFC PATCH 3/3] KVM: Push rmap into kvm_arch_memory_slot

[PATCH 3/6] arch/powerpc/kvm/e500_tlb.c: fix error return code
 2012-08-05  9:52 UTC 

[PATCH 4/4] powerpc/booke: Add CPU_FTR_EMB_HV check for e5500
 2012-08-03 18:01 UTC  (2+ messages)

[PATCH 3/4] powerpc/booke: Separate out restore_e5500/setup_e5500 routines
 2012-08-03 16:38 UTC  (2+ messages)

[PATCH 1/4] powepc/booke: Separate out E.HV check and ivor setup code
 2012-08-03 16:34 UTC  (2+ messages)

[PATCH 1/4] Synchronize the linux-headers
 2012-08-03  0:51 UTC  (12+ messages)
` [PATCH 4/4] Enable kvm emulated watchdog

[PATCH 2/2 v6] KVM: PPC: booke: Add watchdog emulation
 2012-08-01  2:37 UTC  (6+ messages)

[PATCH 3/4] Updated linux header for watchdog emulation
 2012-08-01  2:13 UTC 

[RFC/PATCH] Use kernel supplied MMU info for kvm tool
 2012-07-31  6:22 UTC  (5+ messages)

[PATCH 1/2] KVM: PPC: booke: Allow multiple exception types
 2012-07-31  0:55 UTC  (9+ messages)
` [PATCH 2/2] KVM: PPC: booke/bookehv: Add guest debug support
  ` [PATCH 2/2] KVM: PPC: booke: Added debug handler

[PATCH] KVM: PPC: Book3S_32: Fix MTMSR_EERI macro
 2012-07-30 22:32 UTC 

[PATCH] powerpc/kvm: Allow qemu hypercalls to set all regs
 2012-07-30 12:03 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S HV: Handle memory slot deletion and modification
 2012-07-30  9:50 UTC 

[PATCH 0/4] powerpc/booke: Modifications to fsl booke cpu setup code
 2012-07-27 12:57 UTC  (2+ messages)

[PATCH 2/2] Add guest debug support
 2012-07-26  5:34 UTC 

[PATCH 1/2] Header update for guest debug suuport
 2012-07-26  5:34 UTC 


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