[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC PATCH v6 5/5] rust: add PL011 device model
From: |
Paolo Bonzini |
Subject: |
Re: [RFC PATCH v6 5/5] rust: add PL011 device model |
Date: |
Mon, 12 Aug 2024 11:29:41 +0200 |
On Mon, Aug 12, 2024 at 10:51 AM Junjie Mao <junjie.mao@intel.com> wrote:
> I tested that branch by a cross-build to aarch64 on an x86_64 machine (with
> "./configure --cross-prefix=aarch64-linux-gnu-
> --rust-target-triple=aarch64-unknown-linux-gnu"). To configure successfully, I
> need to add "native: true" to every "dependency()" that refers to those
> dependencies. Also their "override_dependency" needs a "native: true" as well.
> Here are my detailed changes:
Great, thanks for the testing. I applied your changes and also
removed "-native" according to your suggestion.
Paolo
- [RFC PATCH v6 0/5] rust-pl011-rfc-v6, Manos Pitsidianakis, 2024/08/04
- [RFC PATCH v6 1/5] build-sys: Add rust feature option, Manos Pitsidianakis, 2024/08/04
- [RFC PATCH v6 3/5] .gitattributes: add Rust diff and merge attributes, Manos Pitsidianakis, 2024/08/04
- [RFC PATCH v6 2/5] rust: add bindgen step as a meson dependency, Manos Pitsidianakis, 2024/08/04
- [RFC PATCH v6 4/5] rust: add crate to expose bindings and interfaces, Manos Pitsidianakis, 2024/08/04
- [RFC PATCH v6 5/5] rust: add PL011 device model, Manos Pitsidianakis, 2024/08/04
- Re: [RFC PATCH v6 0/5] rust-pl011-rfc-v6, Paolo Bonzini, 2024/08/08