wget: note: TLS validation certificate not implemented

2021-09-22 Thread Sukreet pal
Hi , I have a arm v7 processor which I am emulating in qemu and I have made a root file system with busybox - 1.33.1. I am unable to use wget command to download anything on my virtual board but I can ping to any addresses (8.8.8.8) I am getting this error - [image: image.png] [image: image.png

Re: wget: note: TLS validation certificate not implemented

2021-09-22 Thread Nerijus Baliūnas via
2021-09-22 14:26, Sukreet pal rašė: I have a arm v7 processor which I am emulating in qemu and I have made a root file system with busybox - 1.33.1. I am unable to use wget command to download anything on my virtual board but I can ping to any addresses (8.8.8.8) I am getting this error -

Issue with time going backwards on OSX

2021-09-22 Thread Joe Tanen
Hello, I'm using qemu-system-aarch64 on OSX. While reading cntvct_el0, I've seen the ticks count go backwards. I dug into the qemu source a bit, and this register is eventually backed by a call to clock_gettime(CLOCK_MONOTONIC), which should not go backwards. Before I started delving into debu

riscv64 system emulation maximum core count with virt machine

2021-09-22 Thread Mark Wyse
Hello all, Apologies if I missed the answer in the docs, but I am wondering why the virt machine is limited to only 8 cores when running RISC-V 64 system emulation? I am interested in booting a 16, 24, or even 32 core SMP Linux kernel with OpenSBI as the bootloader on the generic virt machine befo

Re: Issue with time going backwards on OSX

2021-09-22 Thread Christopher Snowhill (kode54)
> On Sep 22, 2021, at 8:09 AM, Joe Tanen wrote: > > Hello, > > I'm using qemu-system-aarch64 on OSX. While reading cntvct_el0, I've seen the > ticks count go backwards. I dug into the qemu source a bit, and this register > is eventually backed by a call to clock_gettime(CLOCK_MONOTONIC), wh