Re: [Qemu-devel] Maintainers, please tell us how to boot your machines!

2019-03-13 Thread Peter.Chubb
> "Markus" == Markus Armbruster writes: Markus> = hw/arm/kzm.c = Peter Chubb Markus> (odd fixer:i.MX31 (kzm)) Peter Maydell Markus> (odd fixer:i.MX31 (kzm)) Markus> qemu-...@nongnu.org (open list:i.MX31 (kzm)) qemu-system-arm -m kzm -nographic -kernel zImage -initrd rootfs.cpio.gz Ker

Re: [Qemu-devel] [PATCH v2 3/8] Convert error_report() to warn_report()

2017-07-07 Thread Peter.Chubb
> "Alistair" == Alistair Francis writes: Alistair> Convert all uses of error_report("[Ww]arning:"... to use Alistair> warn_report() instead. This helps standardise on a single Alistair> method of printing warnings to the user. Alistair> All of the warnings were changed using this command: fi

Re: [Qemu-devel] [PATCH v1 3/6] Convert error_report() to warn_report()

2017-07-06 Thread Peter.Chubb
> "Alistair" == Alistair Francis writes: Alistair> Convert all uses of error_report("[Ww]arning:"... to use Alistair> warn_report() instead. This helps standardise on a single Alistair> method of printing warnings to the user. In a number of cases the initial double quote has been removed as