On Wed, Jan 29, 2025 at 09:37:03AM +0100, Paolo Bonzini wrote: > Date: Wed, 29 Jan 2025 09:37:03 +0100 > From: Paolo Bonzini <pbonz...@redhat.com> > Subject: [PATCH 1/2] rust: remove unnecessary Cargo.toml metadata > X-Mailer: git-send-email 2.48.1 > > Some items of Cargo.toml (readme, homepage, repository) are > only present because of clippy::cargo warnings being enabled in > rust/hw/char/pl011/src/lib.rs. But these items are not > particularly useful and would be all the same for all Cargo.toml > files in the QEMU workspace. Clean them up. > > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > --- > rust/hw/char/pl011/Cargo.toml | 3 --- > rust/hw/char/pl011/README.md | 31 ------------------------------- > rust/hw/char/pl011/src/lib.rs | 14 ++++++-------- > rust/qemu-api-macros/Cargo.toml | 3 --- > rust/qemu-api-macros/README.md | 1 - > 5 files changed, 6 insertions(+), 46 deletions(-) > delete mode 100644 rust/hw/char/pl011/README.md > delete mode 100644 rust/qemu-api-macros/README.md >
Reviewed-by: Zhao Liu <zhao1....@intel.com>