]> git.ipfire.org Git - thirdparty/qemu.git/commit
rust/pl011: Avoid bindings::*
authorZhao Liu <zhao1.liu@intel.com>
Tue, 21 Jan 2025 14:04:57 +0000 (22:04 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 23 Jan 2025 10:50:53 +0000 (11:50 +0100)
commit06a1cfb5550a090b63c81cf5f44d2558010a8ed7
treebc6ea7c64a93aad95c9b9ea7adfc9b1c98501cae
parent0f9eb0ff2b25787be62fceb036dba7c3f54fde2d
rust/pl011: Avoid bindings::*

List all the necessary bindings to better identify gaps in rust/qapi.
And include the bindings wrapped by rust/qapi instead mapping the raw
bindings directly.

Inspired-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Zhao Liu <zhao1.liu@intel.com>
Link: https://lore.kernel.org/r/20250121140457.84631-3-zhao1.liu@intel.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
rust/hw/char/pl011/src/device.rs