Re: [PATCH v1 1/3] hw/char/ibex_uart: Make the register layout private

2021-06-01 Thread Bin Meng
On Mon, May 31, 2021 at 12:33 PM Alistair Francis wrote: > > We don't need to expose the register layout in the public header, so > don't. > > Signed-off-by: Alistair Francis > --- > include/hw/char/ibex_uart.h | 37 - > hw/char/ibex_uart.c | 37 ++

[PATCH v1 1/3] hw/char/ibex_uart: Make the register layout private

2021-05-30 Thread Alistair Francis
We don't need to expose the register layout in the public header, so don't. Signed-off-by: Alistair Francis --- include/hw/char/ibex_uart.h | 37 - hw/char/ibex_uart.c | 37 + 2 files changed, 37 insertions(+), 37 de