Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240125224818.146499-1-milesg@linux.vnet.ibm.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Glenn Miles <milesg@linux.vnet.ibm.com>, "Cédric Le Goater" <clg@kaod.org>, Nicholas Piggin <npiggin@gmail.com>, "Frédéric Barrat" <fbarrat@linux.ibm.com>, Thomas Huth <thuth@redhat.com>, Laurent Vivier <lvivier@redhat.com>
MAINTAINERS | 10 +-
hw/misc/Kconfig | 4 +
hw/misc/meson.build | 1 +
hw/misc/pca9552.c | 58 +++-
hw/misc/pca9554.c | 328 +++++++++++++++++++++
hw/ppc/Kconfig | 2 +
hw/ppc/pnv.c | 67 ++++-
hw/ppc/pnv_i2c.c | 146 +---------
include/hw/i2c/pnv_i2c_regs.h | 143 ++++++++++
include/hw/misc/pca9552.h | 3 +-
include/hw/misc/pca9554.h | 36 +++
include/hw/misc/pca9554_regs.h | 19 ++
include/hw/ppc/pnv.h | 1 +
tests/qtest/meson.build | 1 +
tests/qtest/pca9552-test.c | 6 +-
tests/qtest/pnv-host-i2c-test.c | 491 ++++++++++++++++++++++++++++++++
tests/qtest/pnv-xscom-test.c | 61 +---
tests/qtest/pnv-xscom.h | 80 ++++++
18 files changed, 1251 insertions(+), 206 deletions(-)
create mode 100644 hw/misc/pca9554.c
create mode 100644 include/hw/i2c/pnv_i2c_regs.h
create mode 100644 include/hw/misc/pca9554.h
create mode 100644 include/hw/misc/pca9554_regs.h
create mode 100644 tests/qtest/pnv-host-i2c-test.c
create mode 100644 tests/qtest/pnv-xscom.h