On 7/5/26 14:05, Nicholas Piggin wrote:
QEMU complains about access to unimplemented register when Linux inits the controller. It is the SMBUS interrupt mask which the driver unmasks. Since the model implements no SMBUS interrupts, the mask can be implemented trivially.Signed-off-by: Nicholas Piggin <[email protected]> --- hw/i2c/designware_i2c.c | 5 +++++ 1 file changed, 5 insertions(+)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
