riscv virt framebuffer mmio?

2022-02-17 Thread Jasen Q
Hi, what is the mmio address for the virtio framebuffer for the riscv64 virt machine?

Re: error compiling qemu 6.2.0

2022-02-17 Thread Peter Maydell
On Thu, 17 Feb 2022 at 14:27, Glenn Michael Petrie via wrote: > > I have a problem compiling this version of QEMU which I didn't have people. I > am compiling it using the git repository and am in the process of "make"ing > it. I got up to [2072/9676] then I get a "Segmentation Fault", as shown

error compiling qemu 6.2.0

2022-02-17 Thread Glenn Michael Petrie via
I have a problem compiling this version of QEMU which I didn't have people. I am compiling it using the git repository and am in the process of "make"ing it. I got up to [2072/9676] then I get a "Segmentation Fault", as shown below; [2072/9676] Compiling C object

Re: ID_AA64MMFR1 VHE fields read as 0 when virtualization=true

2022-02-17 Thread Peter Maydell
On Thu, 17 Feb 2022 at 08:49, Chan Kim wrote: > I found by setting -cpu max, this ID_AA64MMFR1 register value is read > correctly. The value is correct in both cases. The Cortex-A72 does not implement the VHE architecture feature (it is mandatory from Armv8.1, but the A72 is an Armv8.0 core).

RE: ID_AA64MMFR1 VHE fields read as 0 when virtualization=true

2022-02-17 Thread Chan Kim
I found by setting -cpu max, this ID_AA64MMFR1 register value is read correctly. With this setting, the start_kernel is entered in el2 as in the fpga test. Thanks! Chan Kim From: Chan Kim Sent: Thursday, February 17, 2022 4:18 PM To: 'qemu-discuss' Subject: ID_AA64MMFR1 VHE fields