[PATCH v4 0/1] Implements MMIO emulation for lvx/stvx instructions

2018-02-01 Thread Jose Ricardo Ziviani
: 0x3ffface4 0x2143658778563412 HOST BR - GUEST LE address: 0x100225e0010 0x1234567887654321 io_address: 0x3fff7fcb 0x1234567887654321 This patch implements MMIO emulation for two instructions: lvx and stvx. Jose Ricardo Ziviani (1): KVM: PPC: Book3S

[PATCH v3 1/1] KVM: PPC: Book3S: Add MMIO emulation for VMX instructions

2018-01-31 Thread Jose Ricardo Ziviani
sult of EA & 0x___fff0. Reported-by: Gopesh Kumar Chaudhary <gopch...@in.ibm.com> Reported-by: Balamuruhan S <bal...@linux.vnet.ibm.com> Signed-off-by: Jose Ricardo Ziviani <jos...@linux.vnet.ibm.com> --- arch/powerpc/include/asm/kvm_host.h | 2 + arch/powerpc/incl

[PATCH v3 0/1] Implements MMIO emulation for lvx/stvx instructions

2018-01-31 Thread Jose Ricardo Ziviani
: 0x100225e0010 0x1234567887654321 io_address: 0x3fff7fcb 0x1234567887654321 This patch implements MMIO emulation for two instructions: lvx and stvx. Jose Ricardo Ziviani (1): KVM: PPC: Book3S: Add MMIO emulation for VMX instructions arch/powerpc/include/asm/kvm_host.h

[PATCH v2 1/1] KVM: PPC: Book3S: Add MMIO emulation for VMX instructions

2018-01-29 Thread Jose Ricardo Ziviani
sult of EA & 0x___fff0. Signed-off-by: Jose Ricardo Ziviani <jos...@linux.vnet.ibm.com> --- arch/powerpc/include/asm/kvm_host.h | 2 + arch/powerpc/include/asm/kvm_ppc.h| 4 + arch/powerpc/include/asm/ppc-opcode.h | 6 ++ arch/powerpc/kvm/emulate_loadstore.c | 34

[PATCH v2 0/1] Implements MMIO emulation for lvx/stvx instructions

2018-01-29 Thread Jose Ricardo Ziviani
: 0x3fff7fcb 0x1234567887654321 This patch implements MMIO emulation for two instructions: lvx and stvx. Jose Ricardo Ziviani (1): KVM: PPC: Book3S: Add MMIO emulation for VMX instructions arch/powerpc/include/asm/kvm_host.h | 2 + arch/powerpc/include/asm/kvm_ppc.h

[PATCH RESEND 1/1] KVM: PPC: Book3S: Add MMIO emulation for VMX instructions

2018-01-08 Thread Jose Ricardo Ziviani
This patch provides the MMIO load/store vector indexed X-Form emulation. Instructions implemented: lvx, stvx Signed-off-by: Jose Ricardo Ziviani <jos...@linux.vnet.ibm.com> --- arch/powerpc/include/asm/kvm_host.h | 2 + arch/powerpc/include/asm/kvm_ppc.h| 4 + arch/powerpc/inclu

[PATCH RESEND 0/1] Implements MMIO emulation for lvx/stvx instructions

2018-01-08 Thread Jose Ricardo Ziviani
This patch implements MMIO emulation for two instructions: lvx and stvx. NOTE: I'm resending copying now kvm-...@vger.kernel.org. Thanks. Jose Ricardo Ziviani (1): KVM: PPC: Book3S: Add MMIO emulation for VMX instructions arch/powerpc/include/asm/kvm_host.h | 2 + arch/powerpc/include

[PATCH v3 1/1] powerpc/pseries: Make RAS IRQ explicitly dependent on DLPAR WQ

2018-01-03 Thread Jose Ricardo Ziviani
workqueue and adds a check to make sure that the workqueue is not initialized more than once. Reported-by: Min Deng <md...@redhat.com> Reported-by: Daniel Henrique Barboza <danie...@linux.vnet.ibm.com> Tested-by: Jose Ricardo Ziviani <jos...@linux.vnet.ibm.com> Signed-off-by: M

[PATCH v3 0/1] Make RAS IRQ explicitly dependent on DLPAR workqueue

2018-01-03 Thread Jose Ricardo Ziviani
s Memory device [dimm]: "dimm1" addr: 0x1 slot: 0 node: 0 size: 10737418240 memdev: /objects/mem1 hotplugged: true hotpluggable: true Jose Ricardo Ziviani (1): powerpc/pseries: Make RAS IRQ explicitly dependent on DLPAR WQ arch/powerpc/platfo

[PATCH RESEND 1/1] KVM: PPC: Book3S: Add MMIO emulation for VMX instructions

2017-12-26 Thread Jose Ricardo Ziviani
This patch provides the MMIO load/store vector indexed X-Form emulation. Instructions implemented: lvx, stvx Signed-off-by: Jose Ricardo Ziviani <jos...@linux.vnet.ibm.com> --- arch/powerpc/include/asm/kvm_host.h | 2 + arch/powerpc/include/asm/kvm_ppc.h| 4 + arch/powerpc/inclu

[PATCH RESEND 0/1] Implements MMIO emulation for lvx/stvx instructions

2017-12-26 Thread Jose Ricardo Ziviani
This patch implements MMIO emulation for two instructions: lvx and stvx. Thanks. Jose Ricardo Ziviani (1): KVM: PPC: Book3S: Add MMIO emulation for VMX instructions arch/powerpc/include/asm/kvm_host.h | 2 + arch/powerpc/include/asm/kvm_ppc.h| 4 + arch/powerpc/include/asm/ppc

[PATCH v2 1/1] powerpc/pseries: increase pseries_dlpar_init initcall priority

2017-12-26 Thread Jose Ricardo Ziviani
it will be initialized before init_ras_IRQ. Signed-off-by: Jose Ricardo Ziviani <jos...@linux.vnet.ibm.com> --- arch/powerpc/platforms/pseries/dlpar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/platforms/pseries/dlpar.c b/arch/powerpc/platforms/pseries/d

[PATCH v2 0/1] Increase dlpar initcall priority

2017-12-26 Thread Jose Ricardo Ziviani
This patch replaces the "powerpc/pseries: Use the system workqueue as fallback to hotplug workqueue". Jose Ricardo Ziviani (1): powerpc/pseries: increase pseries_dlpar_init initcall priority arch/powerpc/platforms/pseries/dlpar.c | 2 +- 1 file changed, 1 insertion(+),

[PATCH 0/1] Uses the system workqueue as fallback

2017-12-21 Thread Jose Ricardo Ziviani
system trusted keyrings ... (qemu) info memory-devices Memory device [dimm]: "dimm1" addr: 0x1 slot: 0 node: 0 size: 10737418240 memdev: /objects/mem1 hotplugged: true hotpluggable: true Jose Ricardo Ziviani (1): powerpc/pseries: Use the system workqueue as fallback to hotplug workqueue arch/powerpc/platforms/pseries/dlpar.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) -- 2.14.1

[PATCH 1/1] powerpc/pseries: Use the system workqueue as fallback to hotplug workqueue

2017-12-21 Thread Jose Ricardo Ziviani
such IRQs. Signed-off-by: Jose Ricardo Ziviani <jos...@linux.vnet.ibm.com> --- arch/powerpc/platforms/pseries/dlpar.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/arch/powerpc/platforms/pseries/dlpar.c b/arch/powerpc/platforms/pseries/dlpar.c index 6e3578

[PATCH 1/1] KVM: PPC: Book3S: Add MMIO emulation for VMX instructions

2017-10-13 Thread Jose Ricardo Ziviani
This patch provides the MMIO load/store vector indexed X-Form emulation. Instructions implemented: lvx, stvx Signed-off-by: Jose Ricardo Ziviani <jos...@linux.vnet.ibm.com> --- arch/powerpc/include/asm/kvm_host.h | 2 + arch/powerpc/include/asm/kvm_ppc.h| 4 + arch/powerpc/inclu

[PATCH 0/1] powerpc: Implements MMIO emulation for lvx/stvx instructions

2017-10-13 Thread Jose Ricardo Ziviani
Hello! This patch implements MMIO emulation for two instructions: lvx and stvx. Thank you! Jose Ricardo Ziviani (1): KVM: PPC: Book3S: Add MMIO emulation for VMX instructions arch/powerpc/include/asm/kvm_host.h | 2 + arch/powerpc/include/asm/kvm_ppc.h| 4 + arch/powerpc/include

[PATCH] powerpc/eeh: Disable EEH stack dump by default

2017-09-19 Thread Jose Ricardo Ziviani
failed 2 times in the last hour ... Signed-off-by: Jose Ricardo Ziviani <jos...@linux.vnet.ibm.com> --- arch/powerpc/kernel/eeh.c | 26 +++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/arch/powerpc/kernel/eeh.c b/arch/powerpc/kernel/eeh.c index 9

[PATCH RFC] powerpc: Implements MMIO emulation for lvx/stvx instructions

2017-08-29 Thread Jose Ricardo Ziviani
very much, Jose Ricardo Ziviani (1): KVM: PPC: Book3S: Add MMIO emulation for VMX instructions arch/powerpc/include/asm/kvm_host.h | 2 + arch/powerpc/include/asm/kvm_ppc.h| 4 + arch/powerpc/include/asm/ppc-opcode.h | 6 ++ arch/powerpc/kvm/emulate_loadstore.c | 32 +++

Re: [PATCH net-next] ibmveth: calculate correct gso_size and set gso_type

2016-10-25 Thread Marcelo Ricardo Leitner
On Tue, Oct 25, 2016 at 04:13:41PM +1100, Jon Maxwell wrote: > We recently encountered a bug where a few customers using ibmveth on the > same LPAR hit an issue where a TCP session hung when large receive was > enabled. Closer analysis revealed that the session was stuck because the > one side

[PATCH] ll_temac: Add support for ethtool

2011-10-12 Thread Ricardo Ribalda Delgado
This patch enables the ethtool interface. The implementation is done using the libphy helper functions. Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@gmail.com --- drivers/net/ll_temac_main.c | 27 +++ 1 files changed, 27 insertions(+), 0 deletions(-) diff

Re: SD card over (xilinx_)SPI, timeout error while CID

2009-06-11 Thread Ricardo Ribalda Delgado
on -- Ricardo Ribalda http://www.eps.uam.es/~rribalda/ ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: SD card over (xilinx_)SPI, timeout error while CID

2009-06-11 Thread Ricardo Ribalda Delgado
Best regards -- Ricardo Ribalda http://www.eps.uam.es/~rribalda/ ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: SD card over (xilinx_)SPI, timeout error while CID

2009-06-11 Thread Ricardo Ribalda Delgado
, including a deeper fifo. The actual version does not have a sustained speed of 33Mhz but a can have a peak speed of 33 MHz Thanks for your comment -- Ricardo Ribalda http://www.eps.uam.es/~rribalda/ ___ Linuxppc-dev mailing list Linuxppc

Re: [PATCH] [MTD] ofpart: Partitions at same address cannot have thesame name v3

2009-04-30 Thread Ricardo Ribalda Delgado
? Regards -- Ricardo Ribalda http://www.eps.uam.es/~rribalda/ ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

Re: [PATCH] [MTD] ofpart: Partitions at same address cannot have thesame name v3

2009-04-29 Thread Ricardo Ribalda Delgado
:) Best regards -- Ricardo Ribalda http://www.eps.uam.es/~rribalda/ ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

[PATCH] [MTD] ofpart: Partitions at same address cannot have the same name v3

2009-04-24 Thread Ricardo Ribalda Delgado
Sometimes, an special partition is included in the device tree including all the partitions. Like in: partit...@ff00 { reg = 0x00 0x80 ; label = Root File System; }; partit...@ff80 { reg = 0x80 0x1a ; label = Bitstream; }; ... f...@ff00 {

[MTD] ofpart: Partitions at same address cannot have the same name

2009-04-22 Thread Ricardo Ribalda Delgado
Sometimes, an special partition is included in the device tree including all the partitions. Like in: partit...@ff00 { reg = 0x00 0x80 ; label = Root File System; }; partit...@ff80 { reg = 0x80 0x1a ; label = Bitstream; }; ...

ofpart: Partitions at same address cannot have the same name

2009-04-22 Thread Ricardo Ribalda Delgado
Sometimes, an special partition is included in the device tree including all the partitions. Like in: partit...@ff00 { reg = 0x00 0x80 ; label = Root File System; }; partit...@ff80 { reg = 0x80 0x1a ; label = Bitstream; }; ...

Re: [MTD] ofpart: Partitions at same address cannot have the same name

2009-04-22 Thread Ricardo Ribalda Delgado
Hello You are right, remove the -1. I thought that strlen gives the #of chars + 1 ('\0'). Thanks On Wed, Apr 22, 2009 at 11:24, Peter Korsgaard jac...@sunsite.dk wrote: Ricardo == Ricardo Ribalda Delgado ricardo.riba...@uam.es writes: Hi,  Ricardo Sometimes, an special partition

Re: ofpart: Partitions at same address cannot have the same name

2009-04-22 Thread Ricardo Ribalda Delgado
alphabetically before partition?  Why? -Scott -- Ricardo Ribalda http://www.eps.uam.es/~rribalda/ ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

Re: ofpart: Partitions at same address cannot have the same name

2009-04-22 Thread Ricardo Ribalda Delgado
Hello Benjamin Hi Recardo, I would suggest to do:                if (strcmp(partname, partition) = 0) { Anything alfabetically higher than partition (like z will pass the test :S) Regards cheers  ben -- Ricardo Ribalda http://www.eps.uam.es/~rribalda

Re: Kernel completely crashes after accessing an unmapped area.

2009-01-08 Thread Ricardo
] ---[ end trace af45d29b317f9126 ]--- Bus error r...@q5:~# ls On Fri, Nov 21, 2008 at 10:17, Benjamin Herrenschmidt b...@kernel.crashing.org wrote: On Wed, 2008-11-19 at 13:59 +0100, Ricardo wrote: Hello All: I am using the paulus tree popwerpc linux kernel for a ppc440 cpu located in a Virtex5

Xilinx EDK 10.1 and XUPV2P: A little report

2008-06-16 Thread Ricardo
the source code of my test app parameters I have used. Best Regards -- Ricardo Ribalda http://www.eps.uam.es/~rribalda/ ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc

Xilinx EDK 10.1 and XUPV2P: A little report

2008-06-13 Thread Ricardo Ribalda Delgado
= 4.2.1 PREFERRED_VERSION_gcc-cross = 4.2.1 PREFERRED_VERSION_gcc-cross-initial = 4.2.1 PREFERRED_VERSION_binutils = 2.18 PREFERRED_VERSION_binutils-cross = 2.18 PREFERRED_VERSION_glibc = 2.5 PREFERRED_VERSION_glibc-intermediate = 2.5 PREFERRED_VERSION_linux-libc-headers = 2.6.25 -- Ricardo Ribalda

<    1   2   3