Re: [PATCH] hw/display/macfb: Classify the "nubus-macfb" as display device

2021-06-05 Thread Laurent Vivier
Le 31/05/2021 à 09:32, Thomas Huth a écrit : > The "nubus-macfb" currently shows up as uncategorized device in > the output of "-device help". Put it into the display category > to fix this ugliness. > > Signed-off-by: Thomas Huth > --- > hw/display/macfb.c | 1 + > 1 file changed, 1 insertion(+

Re: [PATCH] hw/display/macfb: Classify the "nubus-macfb" as display device

2021-05-31 Thread Philippe Mathieu-Daudé
On 5/31/21 9:32 AM, Thomas Huth wrote: > The "nubus-macfb" currently shows up as uncategorized device in > the output of "-device help". Put it into the display category > to fix this ugliness. > > Signed-off-by: Thomas Huth > --- > hw/display/macfb.c | 1 + > 1 file changed, 1 insertion(+) Rev

Re: [PATCH] hw/display/macfb: Classify the "nubus-macfb" as display device

2021-05-31 Thread Laurent Vivier
Le 31/05/2021 à 09:32, Thomas Huth a écrit : > The "nubus-macfb" currently shows up as uncategorized device in > the output of "-device help". Put it into the display category > to fix this ugliness. > > Signed-off-by: Thomas Huth > --- > hw/display/macfb.c | 1 + > 1 file changed, 1 insertion(+

[PATCH] hw/display/macfb: Classify the "nubus-macfb" as display device

2021-05-31 Thread Thomas Huth
The "nubus-macfb" currently shows up as uncategorized device in the output of "-device help". Put it into the display category to fix this ugliness. Signed-off-by: Thomas Huth --- hw/display/macfb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/display/macfb.c b/hw/display/macfb.c index