Re: [PATCH v5 3/8] qapi: Restrict balloon-related commands to machine code

2020-09-14 Thread Markus Armbruster
Philippe Mathieu-Daudé writes: > On 9/14/20 1:21 PM, Markus Armbruster wrote: >> David Hildenbrand writes: >> Am 14.09.2020 um 11:42 schrieb Philippe Mathieu-Daudé : +Laurent and David > On 9/14/20 11:16 AM, Markus Armbruster wrote: > Philippe Mathieu-Daudé writes:

Re: [PATCH v5 3/8] qapi: Restrict balloon-related commands to machine code

2020-09-14 Thread Philippe Mathieu-Daudé
On 9/14/20 1:21 PM, Markus Armbruster wrote: > David Hildenbrand writes: > >>> Am 14.09.2020 um 11:42 schrieb Philippe Mathieu-Daudé : >>> >>> +Laurent and David >>> On 9/14/20 11:16 AM, Markus Armbruster wrote: Philippe Mathieu-Daudé writes: > Only qemu-system-FOO and qemu-s

Re: [PATCH v5 3/8] qapi: Restrict balloon-related commands to machine code

2020-09-14 Thread Markus Armbruster
David Hildenbrand writes: >> Am 14.09.2020 um 11:42 schrieb Philippe Mathieu-Daudé : >> >> +Laurent and David >> >>> On 9/14/20 11:16 AM, Markus Armbruster wrote: >>> Philippe Mathieu-Daudé writes: >>> Only qemu-system-FOO and qemu-storage-daemon provide QMP monitors, therefore suc

Re: [PATCH v5 3/8] qapi: Restrict balloon-related commands to machine code

2020-09-14 Thread David Hildenbrand
> Am 14.09.2020 um 11:42 schrieb Philippe Mathieu-Daudé : > > +Laurent and David > >> On 9/14/20 11:16 AM, Markus Armbruster wrote: >> Philippe Mathieu-Daudé writes: >> >>> Only qemu-system-FOO and qemu-storage-daemon provide QMP >>> monitors, therefore such declarations and definitions are

Re: [PATCH v5 3/8] qapi: Restrict balloon-related commands to machine code

2020-09-14 Thread Philippe Mathieu-Daudé
+Laurent and David On 9/14/20 11:16 AM, Markus Armbruster wrote: > Philippe Mathieu-Daudé writes: > >> Only qemu-system-FOO and qemu-storage-daemon provide QMP >> monitors, therefore such declarations and definitions are >> irrelevant for user-mode emulation. >> >> Restricting the balloon-relate

Re: [PATCH v5 3/8] qapi: Restrict balloon-related commands to machine code

2020-09-14 Thread Markus Armbruster
Philippe Mathieu-Daudé writes: > Only qemu-system-FOO and qemu-storage-daemon provide QMP > monitors, therefore such declarations and definitions are > irrelevant for user-mode emulation. > > Restricting the balloon-related commands to machine.json > allows pulling less declarations/definitions t

[PATCH v5 3/8] qapi: Restrict balloon-related commands to machine code

2020-09-13 Thread Philippe Mathieu-Daudé
Only qemu-system-FOO and qemu-storage-daemon provide QMP monitors, therefore such declarations and definitions are irrelevant for user-mode emulation. Restricting the balloon-related commands to machine.json allows pulling less declarations/definitions to user-mode. Reviewed-by: David Hildenbrand