Re: [PATCH] rust: pl011: fix repr(C) for PL011Class

2025-01-21 Thread Zhao Liu
On Tue, Jan 21, 2025 at 05:15:46PM +0100, Paolo Bonzini wrote: > Date: Tue, 21 Jan 2025 17:15:46 +0100 > From: Paolo Bonzini > Subject: [PATCH] rust: pl011: fix repr(C) for PL011Class > X-Mailer: git-send-email 2.47.1 > > Signed-off-by: Paolo Bonzini > --- > rust/hw/

[PATCH] rust: pl011: fix repr(C) for PL011Class

2025-01-21 Thread Paolo Bonzini
Signed-off-by: Paolo Bonzini --- rust/hw/char/pl011/src/device.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/rust/hw/char/pl011/src/device.rs b/rust/hw/char/pl011/src/device.rs index c95ab49fd62..4f1080ff19f 100644 --- a/rust/hw/char/pl011/src/device.rs +++ b/rust/hw/char/pl011/src/devic