[PATCH v3] spapr: Fix EEH capability issue on KVM guest for PCI passthru

2021-05-21 Thread Mahesh Salgaonkar
EH [0.048139] EEH: pSeries platform initialized [0.405115] EEH: Capable adapter found: recovery enabled. [root@atest-guest ~]# Reviewed-by: Daniel Henrique Barboza Signed-off-by: Mahesh Salgaonkar --- Change in v3: - Add a comment about reason for not checking for validity of supplied confi

[PATCH updated v2] spapr: Fix EEH capability issue on KVM guest for PCI passthru

2021-05-05 Thread Mahesh Salgaonkar
EH [0.048139] EEH: pSeries platform initialized [0.405115] EEH: Capable adapter found: recovery enabled. [root@atest-guest ~]# Signed-off-by: Mahesh Salgaonkar --- Change in v2: - Fix ibm,set-eeh-option instead of returning per-device PE config address. - Changed patch subject line. --- hw

[PATCH v2] spapr: Fix EEH capability issue on KVM guest for PCI passthru

2021-05-05 Thread Mahesh Salgaonkar
uest ~]# dmesg | grep EEH [0.048139] EEH: pSeries platform initialized [0.405115] EEH: Capable adapter found: recovery enabled. [root@atest-guest ~]# Signed-off-by: Mahesh Salgaonkar --- Change in v2: - Fix ibm,set-eeh-option instead of returning per-device PE config

[PATCH] spapr: Modify ibm,get-config-addr-info2 to set DEVNUM in PE config address.

2021-04-27 Thread Mahesh Salgaonkar
st-guest ~]# dmesg | grep EEH [0.048139] EEH: pSeries platform initialized [ 0.405115] EEH: Capable adapter found: recovery enabled. [root@atest-guest ~]# Signed-off-by: Mahesh Salgaonkar --- hw/ppc/spapr_pci.c |8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff

[PATCH v2] ppc/spapr: Set the effective address provided flag in mc error log.

2020-03-18 Thread Mahesh Salgaonkar
(Severe) Host TLB Multihit DAR: deadbeefdeadbeef [Recovered] [ 22.454605] MCE: CPU0: NIP: [c03e5804] kmem_cache_alloc+0x84/0x330 [ 22.454820] MCE: CPU0: Initiator CPU [ 22.454944] MCE: CPU0: Unknown Signed-off-by: Mahesh Salgaonkar --- Change in v2: - Fixed coding style issues

[PATCH] ppc/spapr: Set the effective address provided flag in mc error log.

2020-03-17 Thread Mahesh Salgaonkar
] kmem_cache_alloc+0x84/0x330 [ 22.454820] MCE: CPU0: Initiator CPU [ 22.454944] MCE: CPU0: Unknown Signed-off-by: Mahesh Salgaonkar --- hw/ppc/spapr_events.c | 26 ++ 1 file changed, 26 insertions(+) diff --git a/hw/ppc/spapr_events.c b/hw/ppc/spapr_events.c index

[Qemu-devel] [patch 3/3] QEMU-C-F: qemu-core-filter documentation

2010-06-21 Thread Mahesh Salgaonkar
Introduce documentation for qemu-core-filter in .texi format and update Makefile to generate man page. Modified qemu-doc.texi to include documentation for qemu-core-filter tool as a new chapter. Signed-off-by: Mahesh Salgaonkar --- Makefile | 14 ++-- qemu-core-filter.texi

[Qemu-devel] [patch 0/3] QEMU-C-F: Userspace tool to filter guest OS memory from qemu coredump

2010-06-21 Thread Mahesh Salgaonkar
eated ouput coredump file of size 42M. Please review the patches and let me know your comments. Thanks, -Mahesh. -- Signed-off-by: Mahesh Salgaonkar