Re: QEMU built-in RAM block device

2023-08-04 Thread Валентин via
Thank you very much.  If RAM block device driver doesn't exist yet, there is probably no point to implement it this way, since most OSes have ability to mount RAM disks.  I just thought that it existed and I could miss it. The issue #1797 is also mine, I'll reply there.  Thank you kindly! With

Re: GPIO interrupt on QEMU

2023-08-04 Thread Swedha R
Thanks, I'll check it out! On Fri, 4 Aug 2023 at 15:37, Peter Maydell wrote: > On Fri, 4 Aug 2023 at 10:25, Swedha R wrote: > > > > Hi team, > > I have arm64 up and running in Qemu, And I built kernel image, rootfs > everything via buildroot open source I cloned from git. > > And I customized

Re: GPIO support on QEMU

2023-08-04 Thread Peter Maydell
On Fri, 4 Aug 2023 at 11:02, Swedha R wrote: > > Hi , > Is qemu will support virtual GPIO drivers. How to work on GPIO in qemu? Broadly speaking, you seem to be trying to do something that QEMU is not set up to do. QEMU's support for GPIO controllers and GPIO lines is almost entirely there so we

Re: GPIO interrupt on QEMU

2023-08-04 Thread Peter Maydell
On Fri, 4 Aug 2023 at 10:25, Swedha R wrote: > > Hi team, > I have arm64 up and running in Qemu, And I built kernel image, rootfs > everything via buildroot open source I cloned from git. > And I customized via make - menuconfig like enabling gpio support, libgpiod > module and in device

GPIO support on QEMU

2023-08-04 Thread Swedha R
Hi , Is qemu will support virtual GPIO drivers. How to work on GPIO in qemu? Please give more details on this.

GPIO interrupt on QEMU

2023-08-04 Thread Swedha R
Hi team, I have arm64 up and running in Qemu, And I built kernel image, rootfs everything via buildroot open source I cloned from git. And I customized via make - menuconfig like enabling gpio support, libgpiod module and in device drivers gpio chip named pl061 . After that, I able to see

Re: Pinging test

2023-08-04 Thread Thomas Huth
On 03/08/2023 22.18, Swedha R wrote: Hi team,   I have RISCV linux up and running in qemu . But I can't able to ping test in that. Like ping google.com . It able to transmit but not able to receive. Hi! There are multiple network backends and frontends in QEMU, so please