Re: [PATCH] hw/core/null-machine: Do not initialize unused chardev backends

2020-07-07 Thread Laurent Vivier
Le 06/07/2020 à 18:24, Laurent Vivier a écrit : > Le 24/06/2020 à 13:01, Thomas Huth a écrit : >> On 24/06/2020 12.56, Philippe Mathieu-Daudé wrote: >>> The MachineClass uses an inverted logic (inherited from the >>> PC machines [*]) to create the chardev backends for the default >>> devices (see

Re: [PATCH] hw/core/null-machine: Do not initialize unused chardev backends

2020-07-06 Thread Laurent Vivier
Le 24/06/2020 à 13:01, Thomas Huth a écrit : > On 24/06/2020 12.56, Philippe Mathieu-Daudé wrote: >> The MachineClass uses an inverted logic (inherited from the >> PC machines [*]) to create the chardev backends for the default >> devices (see commits 998bbd74b9d..aa40fc9c964 and ac33f8fad14). >>

Re: [PATCH] hw/core/null-machine: Do not initialize unused chardev backends

2020-06-29 Thread Paolo Bonzini
On 24/06/20 12:56, Philippe Mathieu-Daudé wrote: > The MachineClass uses an inverted logic (inherited from the > PC machines [*]) to create the chardev backends for the default > devices (see commits 998bbd74b9d..aa40fc9c964 and ac33f8fad14). > > As the none-machine doesn't have any hardware

Re: [PATCH] hw/core/null-machine: Do not initialize unused chardev backends

2020-06-26 Thread Richard Henderson
On 6/24/20 3:56 AM, Philippe Mathieu-Daudé wrote: > The MachineClass uses an inverted logic (inherited from the > PC machines [*]) to create the chardev backends for the default > devices (see commits 998bbd74b9d..aa40fc9c964 and ac33f8fad14). > > As the none-machine doesn't have any hardware

[PATCH] hw/core/null-machine: Do not initialize unused chardev backends

2020-06-24 Thread Philippe Mathieu-Daudé
The MachineClass uses an inverted logic (inherited from the PC machines [*]) to create the chardev backends for the default devices (see commits 998bbd74b9d..aa40fc9c964 and ac33f8fad14). As the none-machine doesn't have any hardware device, it is pointless to initialize chardev backends. Fix by

Re: [PATCH] hw/core/null-machine: Do not initialize unused chardev backends

2020-06-24 Thread Thomas Huth
On 24/06/2020 12.56, Philippe Mathieu-Daudé wrote: The MachineClass uses an inverted logic (inherited from the PC machines [*]) to create the chardev backends for the default devices (see commits 998bbd74b9d..aa40fc9c964 and ac33f8fad14). As the none-machine doesn't have any hardware device, it