On Mon, Sep 09, 2024 at 05:45:35PM +0200, Philippe Mathieu-Daudé wrote: > On 9/9/24 17:02, Peter Maydell wrote: > > On Mon, 9 Sept 2024 at 15:55, Guenter Roeck <li...@roeck-us.net> wrote: > > > > > > On 9/9/24 06:40, Philippe Mathieu-Daudé wrote: > > > > Hi, > > > > > > > > On 3/9/24 18:06, Peter Maydell wrote: > > > > > This patchset removes the various Arm machines which we deprecated > > > > > for the 9.0 release and are therefore allowed to remove for the 9.2 > > > > > release: > > > > > akita, borzoi, cheetah, connex, mainstone, n800, n810, > > > > > spitz, terrier, tosa, verdex, z2 > > > > > > > > > The series includes removal of some code which while not strictly > > > > > specific to these machines was in practice used only by them: > > > > > * the OneNAND flash memory device > > > > > * the PCMCIA subsystem > > > > > * the MUSB USB2.0 OTG USB controller chip (hcd-musb) > > > > > > > > > thanks > > > > > -- PMM > > > > > > > > > > Peter Maydell (53): > > > > > hw/input: Drop ADS7846 device > > > > > hw/adc: Remove MAX111X device > > > > > hw/gpio: Remove MAX7310 device > > > > > > max7310 is a gpio controller which is at least somewhat compatible > > > to pca953x. It is used on imx6qdl-sabreauto, and also instantiated > > > by Linux with the INT3491 ACPI ID. > > Can you use the PCF8574 port expander instead? It uses more recent > QEMU design model. >
Ok with me. Guenter