On Fri, Aug 10, 2018 at 01:40:27PM +0100, Mark Cave-Ayland wrote: > For the older machines (such as Mac and SPARC) the DT nodes representing > bootdevices for disk nodes are irregular for mainly historical reasons. > > Since the majority of bootdevice nodes for these machines either do not have a > separate disk node or require different (custom) names then it is much easier > for processing to just disable all suffixes for a particular machine. > > Introduce a new ignore_boot_device_suffixes MachineClass property to control > bootdevice suffix generation, defaulting to false in order to preserve > compatibility. > > Suggested-by: Eduardo Habkost <ehabk...@redhat.com> > Signed-off-by: Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk>
Thanks, I'm queueing this for 3.1: https://github.com/ehabkost/qemu.git machine-for-3.1 -- Eduardo