Re: [EXT] Re: Bugs in SSH module

2021-01-25 Thread nerijus--- via
Hi, it is written in the email you quoted: you can pass QEMU configure "--disable-libssh". Regards, Nerijus On Mon, 25 Jan 2021 02:12:25 + Sawyer Liu wrote: > Hello peter, > How to disable libssh for QEMU? Thanks. > > > Best Regards > Sawyer Liu(刘维峰) > > -Original Message

RE: [EXT] Re: Bugs in SSH module

2021-01-25 Thread Sawyer Liu
Hello Nerijus, Sorry, I am newer for QEMU, could you tell me details how to config QEMU? Thanks. Best Regards Sawyer Liu(刘维峰) -Original Message- From: Nerijus Baliunas Sent: Monday, January 25, 2021 16:42 To: Sawyer Liu Cc: qemu-discuss@nongnu.org Subject: Re: [EXT] Re: Bugs

Re: [EXT] Re: Bugs in SSH module

2021-01-25 Thread Berto Furth
I believe we're talking about when you run "configure" to compile QEMU from the source code. It's not a parameter you pass to QEMU itself. So when you compile QEMU from the source code you first run something like... configure --disable-libssh make Run "configure --help" to see all the availab

On emulating Raspberry Pi

2021-01-25 Thread Дилян Палаузов
Hello, I download the Rapsberry OS image  https://downloads.raspberrypi.org/raspios_armhf/images/raspios_armhf-2021-01-12/2021-01-11-raspios-buster-armhf.zip the kernel kernel-qemu-4.19.50-buster and versatile-pb-buster.dtb from https://github.com/dhruvvyas90/qemu-rpi-kernel and run with version

file permission error during make after source change

2021-01-25 Thread ckim
Hello, I added a debug print code in the source (5.1.0) in hw/arm/virt.c and tried 'make', But it gives me error telling me some files are not writable. I found those files under aarch64-softmmu and trace are not writeable for normal user. For example aarch64-softmmu/config-devices.mak.old and

RE: file permission error during make after source change

2021-01-25 Thread ckim
I found just 'sudo make' solves it. Chan Kim From: c...@etri.re.kr Sent: Tuesday, January 26, 2021 11:42 AM To: 'qemu-discuss' Subject: file permission error during make after source change Hello, I added a debug print code in the source (5.1.0) in hw/arm/virt.c and tried 'make', But

qemu hello world prints nothing..

2021-01-25 Thread ckim
Hello all, I wish someone could help me here. Running a simple program on qemu is not easy for me. I tried to run baremetal hello world program and found this web page. (https://balau82.wordpress.com/2010/02/28/hello-world-for-bare-metal-arm-usi ng-qemu/) This page is somewhat so old, but I