Re: [PATCH] vl: Abort if multiple machines are registered as default

2020-02-07 Thread Laurent Vivier
Le 07/02/2020 à 12:28, Laurent Vivier a écrit : > Le 07/02/2020 à 12:25, Philippe Mathieu-Daudé a écrit : >> On 2/7/20 12:08 PM, Laurent Vivier wrote: >>> Le 07/02/2020 à 12:02, Philippe Mathieu-Daudé a écrit : It would be confusing to have multiple default machines. Abort if this ever oc

Re: [PATCH] vl: Abort if multiple machines are registered as default

2020-02-07 Thread Laurent Vivier
Le 07/02/2020 à 12:25, Philippe Mathieu-Daudé a écrit : > On 2/7/20 12:08 PM, Laurent Vivier wrote: >> Le 07/02/2020 à 12:02, Philippe Mathieu-Daudé a écrit : >>> It would be confusing to have multiple default machines. >>> Abort if this ever occurs. >>> >>> Signed-off-by: Philippe Mathieu-Daudé >

Re: [PATCH] vl: Abort if multiple machines are registered as default

2020-02-07 Thread Philippe Mathieu-Daudé
On 2/7/20 12:08 PM, Laurent Vivier wrote: Le 07/02/2020 à 12:02, Philippe Mathieu-Daudé a écrit : It would be confusing to have multiple default machines. Abort if this ever occurs. Signed-off-by: Philippe Mathieu-Daudé --- vl.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/vl.

Re: [PATCH] vl: Abort if multiple machines are registered as default

2020-02-07 Thread Marc-André Lureau
Hi On Fri, Feb 7, 2020 at 12:03 PM Philippe Mathieu-Daudé wrote: > > It would be confusing to have multiple default machines. > Abort if this ever occurs. > > Signed-off-by: Philippe Mathieu-Daudé > --- > vl.c | 7 +++ > 1 file changed, 7 insertions(+) > > diff --git a/vl.c b/vl.c > index 7

Re: [PATCH] vl: Abort if multiple machines are registered as default

2020-02-07 Thread Laurent Vivier
Le 07/02/2020 à 12:02, Philippe Mathieu-Daudé a écrit : > It would be confusing to have multiple default machines. > Abort if this ever occurs. > > Signed-off-by: Philippe Mathieu-Daudé > --- > vl.c | 7 +++ > 1 file changed, 7 insertions(+) > > diff --git a/vl.c b/vl.c > index 7dcb0879c4..

[PATCH] vl: Abort if multiple machines are registered as default

2020-02-07 Thread Philippe Mathieu-Daudé
It would be confusing to have multiple default machines. Abort if this ever occurs. Signed-off-by: Philippe Mathieu-Daudé --- vl.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/vl.c b/vl.c index 7dcb0879c4..da828188eb 100644 --- a/vl.c +++ b/vl.c @@ -2354,6 +2354,8 @@ static Machine