Kernel KVM-PPC virtualization development
 help / color / mirror / Atom feed
 messages from 2012-05-06 14:20:59 to 2012-06-22 20:04:29 UTC [more...]

[PATCH v11 5/8] KVM: PPC: ev_idle hcall support for e500 guests
 2012-06-22 20:04 UTC 

[PATCH v11 4/8] KVM: PPC: Add support for ePAPR idle hcall in host kernel
 2012-06-22 20:04 UTC 

[PATCH v11 3/8] KVM: PPC: add pvinfo for hcall opcodes on e500mc/e5500
 2012-06-22 20:04 UTC 

[PATCH v11 2/8] KVM: PPC: use definitions in epapr header for hcalls
 2012-06-22 20:00 UTC 

[PATCH v11 1/8] PPC: epapr: create define for return code value of success
 2012-06-22 20:00 UTC 

[PATCH v11 0/8] KVM: PPC: Add ePAPR idle hcall support
 2012-06-22 20:00 UTC 

[PATCH 0/6] KVM: Optimize MMU notifier's THP page invalidation -v2
 2012-06-22 14:33 UTC  (9+ messages)
` [PATCH 1/6] KVM: MMU: Use __gfn_to_rmap() to clean up kvm_handle_hva()
` [PATCH 2/6] KVM: Introduce hva_to_gfn_memslot() for kvm_handle_hva()
` [PATCH 3/6] KVM: MMU: Make kvm_handle_hva() handle range of addresses
` [PATCH 4/6] KVM: Introduce kvm_unmap_hva_range() for kvm_mmu_notifier_invalidate_range_start()
` [PATCH 5/6] KVM: Separate rmap_pde from kvm_lpage_info->write_count
` [PATCH 6/6] KVM: MMU: Avoid handling same rmap_pde in kvm_handle_hva_range()

[PATCH 0/3] adding MSI/MSIX for PCI on POWER
 2012-06-22  1:15 UTC  (24+ messages)
` [PATCH 1/3] msi/msix: added functions to API to set up message address and data
  ` [Qemu-devel] "
        ` [PATCH] msi/msix: added functions to API to set up message address, "
            ` [PATCH] msi/msix: added public API to set/get MSI "
                        ` [PATCH] msi/msix: added API to set MSI message address "
` [PATCH 2/3] pseries: added allocator for a block of IRQs
` [PATCH 3/3] pseries pci: added MSI/MSIX support

[RFC PATCH 0/4] KVM: Optimize MMU notifier's THP page invalidation
 2012-06-21 13:41 UTC  (12+ messages)
` [PATCH 1/4] KVM: MMU: Use __gfn_to_rmap() to clean up kvm_handle_hva()
` [PATCH 2/4] KVM: Introduce hva_to_gfn() for kvm_handle_hva()
` [PATCH 3/4] KVM: MMU: Make kvm_handle_hva() handle range of addresses
` [PATCH 4/4] KVM: Introduce kvm_unmap_hva_range() for kvm_mmu_notifier_invalidate_range_start()

[PATCH 1/2] booke/bookehv: Add host crit-watchdog exception support
 2012-06-20 16:05 UTC  (3+ messages)
` [PATCH 2/2] booke: Added crit/mc exception handler for e500v2

[PATCH] kvm/powerpc: Add new ioctl to retreive server MMU infos
 2012-06-19 20:57 UTC  (11+ messages)
` [PATCH 1/2] ppc64: Rudimentary Support for extra page sizes on server CPUs
` [PATCH 2/2] pseries: Correctly create ibm,segment-page-sizes property

[PATCH] spapr_vscsi: Error handling fixes
 2012-06-19 20:57 UTC  (6+ messages)
` [Qemu-devel] "

[PATCH v3] spapr: Add "memop" hypercall
 2012-06-19 20:57 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S HV: Drop locks around call to kvmppc_pin_guest_page
 2012-06-19 12:04 UTC  (5+ messages)

[PATCH v2] KVM: PPC: bookehv64: Add support for std/ld emulation
 2012-06-18 22:26 UTC 

[PATCH] KVM: PPC: bookehv64: Add support for std/ld emulation
 2012-06-18 20:58 UTC  (4+ messages)

-M g3beige KVM emulation failure on reset
 2012-06-15 12:58 UTC 

[PATCH] trace: added ability to comment out events in the list
 2012-06-15  8:35 UTC  (4+ messages)
` [Qemu-devel] "

[PATCH] pseries pci: spapr_populate_pci_devices renamed to spapr_populate_pci_dt
 2012-06-14  4:40 UTC 

[PATCH] pseries pci: removed redundand busdev
 2012-06-14  4:38 UTC 

[PATCH] pseries pci: removed dt_irq from PCI host bus
 2012-06-14  4:36 UTC 

Virtual machine does not respond to keyboard input when guest OS idles for a while
 2012-06-08 11:04 UTC  (5+ messages)

[PULL 0/4] ppc patch queue 2012-05-30
 2012-06-06 12:32 UTC  (6+ messages)
` [PATCH 1/4] KVM: PPC: Factor out guest epapr initialization
` [PATCH 2/4] KVM: PPC: Book3S HV: Make the guest hash table size configurable
` [PATCH 3/4] KVM: PPC: booke: Added DECAR support
` [PATCH 4/4] KVM: PPC: Not optimizing MSR_CE and MSR_ME with paravirt

[Qemu-devel] [PULL 00/20 1.2] kvm updates
 2012-06-05  9:11 UTC  (8+ messages)

[PATCH] spapr: Add "memop" hypercall
 2012-05-31  3:22 UTC  (21+ messages)
      ` [PATCH v2] "

Mapping magic page from host side
 2012-05-29 16:24 UTC  (3+ messages)

[PATCH v2] KVM: PPC: booke: Added DECAR support
 2012-05-22 10:09 UTC  (2+ messages)

[PATCH v2] KVM: PPC: Not optimizing MSR_CE and MSR_ME with paravirt
 2012-05-22 10:09 UTC  (2+ messages)

[PATCH] KVM:PPC:clean up in-kernel exit_timing statistics
 2012-05-22  8:37 UTC 

Magic Page in e500v2
 2012-05-21 15:41 UTC  (5+ messages)

[PATCH v2 1/2] ppc64: Rudimentary Support for extra page sizes on server CPUs
 2012-05-21  7:39 UTC 

[PATCH] KVM: PPC: booke: Added DECAR support
 2012-05-21  6:18 UTC  (8+ messages)

[PATCH] KVM: PPC: BookE: Include trap in pt_regs
 2012-05-17 21:08 UTC  (6+ messages)

[PATCH] KVM: PPC: Not optimizing MSR_CE and MSR_DE with paravirt
 2012-05-17 11:03 UTC  (9+ messages)

[PATCH v10 0/5] KVM: PPC: Add ePAPR idle hcall support
 2012-05-16 22:46 UTC  (10+ messages)
` [PATCH v10 1/5] KVM: PPC: Factor out guest epapr initialization
` [PATCH v10 2/5] KVM: PPC: use definitions in epapr header for hcalls
` [PATCH v10 3/5] KVM: PPC: Add support for ePAPR idle hcall in host kernel
` [PATCH v10 4/5] KVM: PPC: ev_idle hcall support for e500 guests

Not emulated registers on BOOKE_HV (GS-mode)
 2012-05-16 22:44 UTC  (5+ messages)

[PULL 0/5] ppc patch queue 2012-05-16
 2012-05-16 13:34 UTC  (9+ messages)
` [PATCH 1/5] KVM: PPC: Book3S: PR: Handle EMUL_ASSIST
` [PATCH 2/5] KVM: PPC: Fix PR KVM on POWER7 bare metal
` [PATCH 3/5] KVM: PPC: Book3S: PR: Fix hsrr code
` [PATCH 4/5] powerpc/kvm: Fix VSID usage in 64-bit "PR" KVM
` [PATCH 5/5] KVM: PPC: Book3S HV: Fix bug leading to deadlock in guest HPT updates

[PATCH] powerpc/kvm: Fix VSID usage in 64-bit "PR" KVM
 2012-05-16 11:56 UTC 

[PATCH] KVM: PPC: Book3S HV: Export kvm_hpt_order
 2012-05-16  9:18 UTC  (2+ messages)

[PATCH v2] KVM: PPC: Book3S HV: Make the guest hash table size configurable
 2012-05-15 17:17 UTC  (2+ messages)

[PATCH 1/2] KVM: PPC: Not optimizing MSR_CE and MSR_DE with paravirt
 2012-05-15  7:46 UTC  (2+ messages)

[PATCH v2 2/2] pseries: Correctly create ibm,segment-page-sizes property
 2012-05-15  4:06 UTC 

[PATCH] KVM: PPC: Book3S HV: Fix bug leading to deadlock in guest HPT updates
 2012-05-10  9:49 UTC 

[PATCH 1/2] KVM: PPC: Book3S: PR: Handle EMUL_ASSIST
 2012-05-10  2:03 UTC  (2+ messages)
` [PATCH 2/2] KVM: PPC: Book3S: PR: Fix hsrr code

[PATCH] KVM: PPC: Book3S HV: Fix refcounting of hugepages
 2012-05-08 14:54 UTC  (3+ messages)

[PULL 00/16] ppc patch queue 2012-05-06
 2012-05-08 14:01 UTC  (4+ messages)
` [PATCH 15/16] KVM: PPC: Emulator: clean up instruction parsing
` [PATCH 16/16] KVM: PPC: Emulator: clean up SPR reads and writes


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