Re: [PATCH v2 2/4] qapi: Create module 'control'

2020-01-29 Thread Kevin Wolf
Am 29.01.2020 um 10:41 hat Markus Armbruster geschrieben: > Kevin Wolf writes: > > > Am 29.01.2020 um 09:35 hat Markus Armbruster geschrieben: > >> Kevin Wolf writes: > >> > >> > misc.json contains definitions that are related to the system emulator, > >> > so it can't be used for other tools l

Re: [PATCH v2 2/4] qapi: Create module 'control'

2020-01-29 Thread Markus Armbruster
Kevin Wolf writes: > Am 29.01.2020 um 09:35 hat Markus Armbruster geschrieben: >> Kevin Wolf writes: >> >> > misc.json contains definitions that are related to the system emulator, >> > so it can't be used for other tools like the storage daemon. This patch >> > moves basic functionality that i

Re: [PATCH v2 2/4] qapi: Create module 'control'

2020-01-29 Thread Kevin Wolf
Am 29.01.2020 um 09:35 hat Markus Armbruster geschrieben: > Kevin Wolf writes: > > > misc.json contains definitions that are related to the system emulator, > > so it can't be used for other tools like the storage daemon. This patch > > moves basic functionality that is shared between all tools (

Re: [PATCH v2 2/4] qapi: Create module 'control'

2020-01-29 Thread Markus Armbruster
Kevin Wolf writes: > misc.json contains definitions that are related to the system emulator, > so it can't be used for other tools like the storage daemon. This patch > moves basic functionality that is shared between all tools (and mostly > related to the monitor itself) into a new control.json,

[PATCH v2 2/4] qapi: Create module 'control'

2020-01-28 Thread Kevin Wolf
misc.json contains definitions that are related to the system emulator, so it can't be used for other tools like the storage daemon. This patch moves basic functionality that is shared between all tools (and mostly related to the monitor itself) into a new control.json, which could be used in tools