diff options
| author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2025-09-08 12:49:54 +0200 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2025-09-17 19:00:57 +0200 |
| commit | fef932ef09c82c3831ff3336d1b2d566cd6ccae4 (patch) | |
| tree | a1fcffd6045a1370769858bdf891f6f469998f9c /rust/hw/char/pl011/meson.build | |
| parent | fcf4c00b4d73185db9239b1a6f03289f6211e142 (diff) | |
| download | focaccia-qemu-fef932ef09c82c3831ff3336d1b2d566cd6ccae4.tar.gz focaccia-qemu-fef932ef09c82c3831ff3336d1b2d566cd6ccae4.zip | |
rust: split "chardev" crate
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Link: https://lore.kernel.org/r/20250827104147.717203-14-marcandre.lureau@redhat.com Reviewed-by: Zhao Liu <zhao1.liu@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'rust/hw/char/pl011/meson.build')
| -rw-r--r-- | rust/hw/char/pl011/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/hw/char/pl011/meson.build b/rust/hw/char/pl011/meson.build index af9393c9da..aaf911c5f4 100644 --- a/rust/hw/char/pl011/meson.build +++ b/rust/hw/char/pl011/meson.build @@ -14,6 +14,7 @@ _libpl011_rs = static_library( bql_rs, qemu_api_macros, qom_rs, + chardev_rs, ], ) |