On Thu, 4 Dec 2025 at 09:35, Corvin Köhne <[email protected]> wrote: > > From: YannickV <[email protected]> > > Create xilinx_zynq.h header file to expose ZynqMachineState and > related definitions for machine inheritance. This enables creation > of derived machines based on the Zynq platform. > > Signed-off-by: YannickV <[email protected]>
> diff --git a/include/hw/arm/xilinx_zynq.h b/include/hw/arm/xilinx_zynq.h > new file mode 100644 > index 0000000000..ec80441e7c > --- /dev/null > +++ b/include/hw/arm/xilinx_zynq.h > @@ -0,0 +1,36 @@ > +/* > + * Xilinx Zynq Baseboard System emulation. > + * > + * Copyright (c) 2010 Xilinx. > + * Copyright (c) 2012 Peter A.G. Crosthwaite > ([email protected]) > + * Copyright (c) 2012 Petalogix Pty Ltd. > + * Written by Haibing Ma > + * > + * This program is free software; you can redistribute it and/or > + * modify it under the terms of the GNU General Public License > + * as published by the Free Software Foundation; either version > + * 2 of the License, or (at your option) any later version. > + * > + * You should have received a copy of the GNU General Public License along > + * with this program; if not, see <http://www.gnu.org/licenses/>. > + */ Checkpatch probably complains about the missing SPDX line. Otherwise Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
