Re: [PATCH 04/13] ppc/spapr: Remove copy-paste from pa-features

2024-03-12 Thread Harsh Prateek Bora
Hi Nick, On 3/12/24 00:21, Nicholas Piggin wrote: TCG does not support copy/paste instructions. Remove it from ibm,pa-features. This has never been implemented under TCG or s/or/nor ? practically usable under KVM, so it won't be missed. Signed-off-by: Nicholas Piggin --- hw/ppc/spapr.c |

[PATCH 04/13] ppc/spapr: Remove copy-paste from pa-features

2024-03-11 Thread Nicholas Piggin
TCG does not support copy/paste instructions. Remove it from ibm,pa-features. This has never been implemented under TCG or practically usable under KVM, so it won't be missed. Signed-off-by: Nicholas Piggin --- hw/ppc/spapr.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --