Re: CXL volatile memory is not listed

2023-08-17 Thread Maverickk 78
than Cameron wrote: > > On Fri, 11 Aug 2023 08:04:26 +0530 > Maverickk 78 wrote: > > > Jonathan, > > > > > More generally for the flow that would bring the memory up as system ram > > > you would typically need the bios to have done the CXL enumeration or >

Re: CXL volatile memory is not listed

2023-08-17 Thread Maverickk 78
Hi Fan Awesome, thanks for the info! On Fri, 11 Aug 2023 at 22:19, Fan Ni wrote: > > On Fri, Aug 11, 2023 at 07:52:25AM +0530, Maverickk 78 wrote: > > Thanks Fan, > > > > cxl create-region works like a charm :) > > > > Since this gets listed as "System

Re: CXL volatile memory is not listed

2023-08-10 Thread Maverickk 78
Thanks Phil, David and Fan Looks like it was an error from my side due to lack of information cxl create-region works :) On Thu, 10 Aug 2023 at 16:29, Philippe Mathieu-Daudé wrote: > > Hi, > > Cc'ing Igor and David. > > On 9/8/23 00:51, Maverickk 78 wrote: > > Hello, &

Re: CXL volatile memory is not listed

2023-08-10 Thread Maverickk 78
l > configuration > etc in the kernel. > Manual works with "cxl create regiton" :) On Thu, 10 Aug 2023 at 16:05, Jonathan Cameron wrote: > > On Wed, 9 Aug 2023 04:21:47 +0530 > Maverickk 78 wrote: > > > Hello, > > > > I am running qemu-system-x86

Re: CXL volatile memory is not listed

2023-08-10 Thread Maverickk 78
hu, 10 Aug 2023 at 22:03, Fan Ni wrote: > > On Wed, Aug 09, 2023 at 04:21:47AM +0530, Maverickk 78 wrote: > > Hello, > > > > I am running qemu-system-x86_64 > > > > qemu-system-x86_64 --version > > QEMU emulator version 8.0.92 (v8.1.0-rc2-80-g0450cf0897) &

CXL volatile memory is not listed

2023-08-08 Thread Maverickk 78
Hello, I am running qemu-system-x86_64 qemu-system-x86_64 --version QEMU emulator version 8.0.92 (v8.1.0-rc2-80-g0450cf0897) qemu-system-x86_64 \ -m 2G,slots=4,maxmem=4G \ -smp 4 \ -machine type=q35,accel=kvm,cxl=on \ -enable-kvm \ -nographic \ -device pxb-cxl,id=cxl.0,bus=pcie.0,bus_nr=52 \

Re: property 'cxl-type3.size' not found

2023-04-03 Thread Maverickk 78
Hi Jonathan Do you want me to modify the doc(remove size)? I can do that. Regards Raghu On Mon, 3 Apr 2023, 15:12 Jonathan Cameron, wrote: > On Mon, 3 Apr 2023 14:34:33 +0530 > Maverickk 78 wrote: > > > Hello, > > > > I am trying qemu-system-aarch64

property 'cxl-type3.size' not found

2023-04-03 Thread Maverickk 78
Hello, I am trying qemu-system-aarch64 & cxl configuration listed in https://www.qemu.org/docs/master/system/devices/cxl.html qemu-system-aarch64 -M virt,gic-version=3,cxl=on -m 4g,maxmem=8G,slots=8 -cpu max \ ... -object

Re: Cxl devel!

2023-03-31 Thread Maverickk 78
eron wrote: > > On Fri, 24 Mar 2023 04:32:52 +0530 > Maverickk 78 wrote: > > > Hello Jonathan > > > > Raghu here, I'm going over your cxl patches for past few days, it's very > > impressive. > > > > I want to get involved and contribute in your endeavor,

Cxl devel!

2023-03-23 Thread Maverickk 78
Hello Jonathan Raghu here, I'm going over your cxl patches for past few days, it's very impressive. I want to get involved and contribute in your endeavor, may be bits & pieces to start. If you're specific trivial task(cvl/pcie/fm) about cxl, please let me know. Regards Raghu

Re: Call failed: MCTP Endpoint did not respond: Qemu CXL switch with mctp-1.0

2023-03-17 Thread Maverickk 78
Hi Jonathan, Thanks for the quick response, this patch works! Regards Raghu On Fri, 17 Mar 2023 at 23:42, Jonathan Cameron wrote: > > On Fri, 17 Mar 2023 16:37:20 + > Jonathan Cameron via wrote: > > > On Fri, 17 Mar 2023 00:11:10 +0530 > > Maverickk 78 wrote: >

Call failed: MCTP Endpoint did not respond: Qemu CXL switch with mctp-1.0

2023-03-16 Thread Maverickk 78
Hi I am trying mctp & mctpd with aspeed +buildroot(master) + linux v6.2 with Qemu 7.2. I have added necessary FMAPI related patches into QEMU to support CLX switch emulation RFC-1-2-misc-i2c_mctp_cxl_fmapi-Initial-device-emulation.diff RFC-2-3-hw-i2c-add-mctp-core.diff