On Sun, Oct 27, 2024 at 3:15 PM Paolo Bonzini wrote:
>
> On 10/27/24 10:49, Manos Pitsidianakis wrote:
> > On Fri, 25 Oct 2024 12:42, Paolo Bonzini wrote:
> >> Right now the Rust pl011 device is included in all QEMU system
> >> emulator binaries if --enable-rust is passed. This is not needed
> >
On 10/27/24 10:49, Manos Pitsidianakis wrote:
On Fri, 25 Oct 2024 12:42, Paolo Bonzini wrote:
Right now the Rust pl011 device is included in all QEMU system
emulator binaries if --enable-rust is passed. This is not needed
since the board logic in hw/arm/Kconfig will pick it.
Signed-off-by: Pa
On Fri, 25 Oct 2024 12:42, Paolo Bonzini wrote:
>Right now the Rust pl011 device is included in all QEMU system
>emulator binaries if --enable-rust is passed. This is not needed
>since the board logic in hw/arm/Kconfig will pick it.
>
>Signed-off-by: Paolo Bonzini
>---
> rust/hw/char/Kconfig | 1
Right now the Rust pl011 device is included in all QEMU system
emulator binaries if --enable-rust is passed. This is not needed
since the board logic in hw/arm/Kconfig will pick it.
Signed-off-by: Paolo Bonzini
---
rust/hw/char/Kconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/rust/hw/