kvm-ppc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH v4] slof/fs/packages/disk-label.fs: improve checking for DOS boot partitions
 2024-04-25  7:14 UTC  (7+ messages)
        ` [SLOF] "

[PATCH v2] KVM: PPC: Book3S HV nestedv2: Cancel pending DEC exception
 2024-04-15 12:27 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S HV nestedv2: Cancel pending HDEC exception
 2024-04-10  4:28 UTC  (7+ messages)

[PATCH] slof/fs/packages/disk-label.fs: improve checking for DOS boot partitions
 2024-04-04  0:44 UTC  (5+ messages)

[PATCH v3] slof/fs/packages/disk-label.fs: improve checking for DOS boot partitions
 2024-03-28 11:02 UTC  (7+ messages)
` [SLOF] "

[PATCH v2] slof/fs/packages/disk-label.fs: improve checking for DOS boot partitions
 2024-03-27  5:47 UTC  (4+ messages)
` [SLOF] "

[PATCH v2] slof/engine.in: refine +COMP and -COMP by not using COMPILE
 2024-03-18  5:12 UTC  (15+ messages)

subscribe
 2024-02-27  6:52 UTC 

[PATCH v4] KVM: PPC: Book3S HV: Fix L2 guest reboot failure due to empty 'arch_compat'
 2024-02-20 12:28 UTC  (2+ messages)

[PATCH v3] KVM: PPC: Book3S HV: Fix L2 guest reboot failure due to empty 'arch_compat'
 2024-02-07  5:28 UTC  (3+ messages)
  `  "

[PATCH v2] KVM: PPC: Book3S HV: Fix L2 guest reboot failure due to empty 'arch_compat'
 2024-02-05 18:09 UTC  (4+ messages)
  `  "

[PATCH] KVM: PPC: Book3S HV: Fix L2 guest reboot failure due to empty 'arch_compat'
 2024-01-29 10:47 UTC  (4+ messages)
  `  "

Meeting with the Development Team
 2024-01-26  8:50 UTC 

[PATCH] powerpc/hvcall: Reorder Nestedv2 hcall opcodes
 2023-12-31 11:07 UTC  (2+ messages)

[PATCH 00/12] KVM: PPC: Nested APIv2 : Performance improvements
 2023-12-21 10:44 UTC  (23+ messages)
` [PATCH 01/12] KVM: PPC: Book3S HV nestedv2: Invalidate RPT before deleting a guest
` [PATCH 02/12] KVM: PPC: Book3S HV nestedv2: Avoid reloading the tb offset
` [PATCH 03/12] KVM: PPC: Book3S HV nestedv2: Do not check msr on hcalls
` [PATCH 04/12] KVM: PPC: Book3S HV nestedv2: Get the PID only if needed to copy tofrom a guest
` [PATCH 05/12] KVM: PPC: Book3S HV nestedv2: Ensure LPCR_MER bit is passed to the L0
` [PATCH 06/12] KVM: PPC: Book3S HV: Handle pending exceptions on guest entry with MSR_EE
` [PATCH 07/12] KVM: PPC: Book3S HV nestedv2: Do not inject certain interrupts
` [PATCH 08/12] KVM: PPC: Book3S HV nestedv2: Avoid msr check in kvmppc_handle_exit_hv()
` [PATCH 09/12] KVM: PPC: Book3S HV nestedv2: Do not call H_COPY_TOFROM_GUEST
` [PATCH 10/12] KVM: PPC: Book3S HV nestedv2: Register the VPA with the L0
` [PATCH 11/12] KVM: PPC: Reduce reliance on analyse_instr() in mmio emulation
` [PATCH 12/12] KVM: PPC: Book3S HV nestedv2: Do not cancel pending decrementer exception

Poptávka
 2023-12-08  9:15 UTC 

[kvm-unit-tests PATCH v1 02/18] powerpc: Replace the physical allocator with the page allocator
 2023-11-30  9:07 UTC 

[agraf-2.6:snp-host-v10 73/108] arch/x86/virt/svm/sev.c:528:6: warning: no previous prototype for 'snp_leak_pages'
 2023-11-09 18:04 UTC 

[agraf-2.6:snp-host-v10 68/108] arch/x86/virt/svm/sev.c:375:5: warning: no previous prototype for 'psmash'
 2023-11-09 16:46 UTC 

[agraf-2.6:snp-host-v10 65/108] arch/x86/virt/svm/sev.c:352:6: warning: no previous prototype for 'sev_dump_hva_rmpentry'
 2023-11-09 14:02 UTC 

[agraf-2.6:snp-host-v10 64/108] arch/x86/virt/svm/sev.c:280:5: warning: no previous prototype for 'snp_lookup_rmpentry'
 2023-11-09 11:56 UTC 

[agraf-2.6:snp-host-v10 63/108] arch/x86/kernel/cpu/amd.c:634:14: error: 'max_pfn' undeclared; did you mean 'vmap_pfn'?
 2023-11-09  9:25 UTC 

This list is being migrated to the new vger infra (no action required)
 2023-10-27 23:22 UTC  (2+ messages)

[PATCH v5 00/11] KVM: PPC: Nested APIv2 guest support
 2023-09-21  9:27 UTC  (13+ messages)
` [PATCH v5 01/11] KVM: PPC: Always use the GPR accessors
` [PATCH v5 02/11] KVM: PPC: Introduce FPR/VR accessor functions
` [PATCH v5 03/11] KVM: PPC: Rename accessor generator macros
` [PATCH v5 04/11] KVM: PPC: Use accessors for VCPU registers
` [PATCH v5 05/11] KVM: PPC: Use accessors for VCORE registers
` [PATCH v5 06/11] KVM: PPC: Book3S HV: Use accessors for VCPU registers
` [PATCH v5 07/11] KVM: PPC: Book3S HV: Introduce low level MSR accessor
` [PATCH v5 08/11] KVM: PPC: Add helper library for Guest State Buffers
` [PATCH v5 09/11] KVM: PPC: Book3s HV: Hold LPIDs in an unsigned long
` [PATCH v5 10/11] KVM: PPC: Add support for nestedv2 guests
` [PATCH v5 11/11] docs: powerpc: Document nested KVM on POWER

[PATCH v4 00/11] KVM: PPC: Nested APIv2 guest support
 2023-09-07 14:26 UTC  (13+ messages)
` [PATCH v4 01/11] KVM: PPC: Always use the GPR accessors
` [PATCH v4 02/11] KVM: PPC: Introduce FPR/VR accessor functions
` [PATCH v4 03/11] KVM: PPC: Rename accessor generator macros
` [PATCH v4 04/11] KVM: PPC: Use accessors for VCPU registers
` [PATCH v4 05/11] KVM: PPC: Use accessors VCORE registers
` [PATCH v4 06/11] KVM: PPC: Book3S HV: Use accessors for VCPU registers
` [PATCH v4 07/11] KVM: PPC: Book3S HV: Introduce low level MSR accessor
` [PATCH v4 08/11] KVM: PPC: Add helper library for Guest State Buffers
` [PATCH v4 09/11] KVM: PPC: Book3s HV: Hold LPIDs in an unsigned long
` [PATCH v4 10/11] KVM: PPC: Add support for nestedv2 guests
` [PATCH v4 11/11] docs: powerpc: Document nested KVM on POWER

[PATCH v3 0/6] KVM: PPC: Nested APIv2 guest support
 2023-08-17 12:23 UTC  (21+ messages)
` [PATCH v3 1/6] KVM: PPC: Use getters and setters for vcpu register state
` [PATCH v3 2/6] KVM: PPC: Rename accessor generator macros
` [PATCH v3 3/6] KVM: PPC: Add helper library for Guest State Buffers
` [PATCH v3 4/6] KVM: PPC: Book3s HV: Hold LPIDs in an unsigned long
` [PATCH v3 5/6] KVM: PPC: Add support for nestedv2 guests
` [PATCH v3 6/6] docs: powerpc: Document nested KVM on POWER

[kvm-unit-tests PATCH v4] runtime: Allow to specify properties for accelerator
 2023-06-23 15:38 UTC  (3+ messages)

[kvm-unit-tests PATCH v3] runtime: Allow to specify properties for accelerator
 2023-06-23  7:36 UTC  (10+ messages)

[RFC PATCH v2 0/6] KVM: PPC: Nested PAPR guests
 2023-06-10  2:16 UTC  (19+ messages)
` [RFC PATCH v2 1/6] KVM: PPC: Use getters and setters for vcpu register state
` [RFC PATCH v2 2/6] KVM: PPC: Add fpr getters and setters
` [RFC PATCH v2 3/6] KVM: PPC: Add vr "
` [RFC PATCH v2 4/6] KVM: PPC: Add helper library for Guest State Buffers
` [RFC PATCH v2 5/6] KVM: PPC: Add support for nested PAPR guests
` [RFC PATCH v2 6/6] docs: powerpc: Document nested KVM on POWER
  ` [PATCH RFC "

BE KVM breakage in kernel 5.14 and forward
 2023-05-13 12:39 UTC 

[RFC PATCH v1 0/5] KVM: PPC: Nested PAPR guests
 2023-05-08  7:23 UTC  (6+ messages)
` [RFC PATCH v1 1/5] KVM: PPC: Use getters and setters for vcpu register state
` [RFC PATCH v1 2/5] KVM: PPC: Add fpr getters and setters
` [RFC PATCH v1 3/5] KVM: PPC: Add vr "
` [RFC PATCH v1 4/5] powerpc: Add helper library for Guest State Buffers
` [RFC PATCH v1 5/5] KVM: PPC: Add support for nested PAPR guests

[PATCH 0/3] powerpc/kvm: Enable HV KVM guests to use prefixed instructions to access emulated MMIO
 2023-04-06  0:34 UTC  (6+ messages)
` [PATCH 1/3] powerpc/kvm: Make kvmppc_get_last_inst() produce a ppc_inst_t
` [PATCH 2/3] powerpc/kvm: Fetch prefixed instructions from the guest
` [PATCH 3/3] powerpc/kvm: Enable prefixed instructions for HV KVM and disable for PR KVM
` [PATCH 0/3] powerpc/kvm: Enable HV KVM guests to use prefixed instructions to access emulated MM

[PATCH kernel v4] KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE support platform dependent
 2023-03-31 15:19 UTC  (9+ messages)

[PATCH kernel] KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE platform dependent
 2023-03-31 15:17 UTC  (2+ messages)

Powermac G5 KVM Qemu
 2023-01-24  9:12 UTC 

[kvm-unit-tests v2 PATCH] powerpc: Fix running the kvm-unit-tests with recent versions of QEMU
 2022-12-06 11:43 UTC  (2+ messages)

[kvm-unit-tests PATCH] powerpc: Fix running the kvm-unit-tests with recent versions of QEMU
 2022-12-06 10:58 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).