Re: [PATCH v7 0/4] VNC-related HMP/QMP fixes

2022-01-31 Thread Daniel P . Berrangé
On Mon, Jan 31, 2022 at 10:45:08AM +0100, Fabian Ebner wrote: > Am 25.01.22 um 16:06 schrieb Daniel P. Berrangé: > > On Mon, Jan 24, 2022 at 02:50:39PM +0100, Markus Armbruster wrote: > >> Stefan Reiter writes: > >> > >>> Since the removal of the generic 'qmp_change' command, one can no longer >

Re: [PATCH v7 0/4] VNC-related HMP/QMP fixes

2022-01-31 Thread Fabian Ebner
Am 25.01.22 um 16:06 schrieb Daniel P. Berrangé: > On Mon, Jan 24, 2022 at 02:50:39PM +0100, Markus Armbruster wrote: >> Stefan Reiter writes: >> >>> Since the removal of the generic 'qmp_change' command, one can no longer >>> replace >>> the 'default' VNC display listen address at runtime

Re: [PATCH v7 0/4] VNC-related HMP/QMP fixes

2022-01-25 Thread Daniel P . Berrangé
On Mon, Jan 24, 2022 at 02:50:39PM +0100, Markus Armbruster wrote: > Stefan Reiter writes: > > > Since the removal of the generic 'qmp_change' command, one can no longer > > replace > > the 'default' VNC display listen address at runtime (AFAIK). For our users > > who > > need to set up a

Re: [PATCH v7 0/4] VNC-related HMP/QMP fixes

2022-01-24 Thread Markus Armbruster
Markus Armbruster writes: > Fabian Ebner writes: > >> Am 28.10.21 um 21:37 schrieb Markus Armbruster: >>> Markus Armbruster writes: >>> >> >> 8< >> >>> diff --git a/qapi/ui.json b/qapi/ui.json >>> index 5292617b44..39ca0b5ead 100644 >>> --- a/qapi/ui.json >>> +++ b/qapi/ui.json >>> @@

Re: [PATCH v7 0/4] VNC-related HMP/QMP fixes

2022-01-24 Thread Markus Armbruster
Stefan Reiter writes: > Since the removal of the generic 'qmp_change' command, one can no longer > replace > the 'default' VNC display listen address at runtime (AFAIK). For our users who > need to set up a secondary VNC access port, this means configuring a second > VNC > display (in addition

Re: [PATCH v7 0/4] VNC-related HMP/QMP fixes

2022-01-21 Thread Markus Armbruster
Fabian Ebner writes: > Am 28.10.21 um 21:37 schrieb Markus Armbruster: >> Markus Armbruster writes: >> > > 8< > >> diff --git a/qapi/ui.json b/qapi/ui.json >> index 5292617b44..39ca0b5ead 100644 >> --- a/qapi/ui.json >> +++ b/qapi/ui.json >> @@ -69,8 +69,10 @@ >> 'base': {

Re: [PATCH v7 0/4] VNC-related HMP/QMP fixes

2022-01-21 Thread Fabian Ebner
Am 28.10.21 um 21:37 schrieb Markus Armbruster: Markus Armbruster writes: 8< diff --git a/qapi/ui.json b/qapi/ui.json index 5292617b44..39ca0b5ead 100644 --- a/qapi/ui.json +++ b/qapi/ui.json @@ -69,8 +69,10 @@ 'base': { 'protocol': 'DisplayProtocol', 'password':

Re: [PATCH v7 0/4] VNC-related HMP/QMP fixes

2022-01-13 Thread Markus Armbruster
Fabian Ebner writes: > Am 28.10.21 um 21:37 schrieb Markus Armbruster: >> Markus Armbruster writes: >> >>> Stefan Reiter writes: >>> Since the removal of the generic 'qmp_change' command, one can no longer replace the 'default' VNC display listen address at runtime (AFAIK).

Re: [PATCH v7 0/4] VNC-related HMP/QMP fixes

2022-01-11 Thread Fabian Ebner
Am 28.10.21 um 21:37 schrieb Markus Armbruster: Markus Armbruster writes: Stefan Reiter writes: Since the removal of the generic 'qmp_change' command, one can no longer replace the 'default' VNC display listen address at runtime (AFAIK). For our users who need to set up a secondary VNC

Re: [PATCH v7 0/4] VNC-related HMP/QMP fixes

2021-10-28 Thread Markus Armbruster
Markus Armbruster writes: > Stefan Reiter writes: > >> Since the removal of the generic 'qmp_change' command, one can no longer >> replace >> the 'default' VNC display listen address at runtime (AFAIK). For our users >> who >> need to set up a secondary VNC access port, this means configuring

Re: [PATCH v7 0/4] VNC-related HMP/QMP fixes

2021-10-27 Thread Markus Armbruster
Stefan Reiter writes: > Since the removal of the generic 'qmp_change' command, one can no longer > replace > the 'default' VNC display listen address at runtime (AFAIK). For our users who > need to set up a secondary VNC access port, this means configuring a second > VNC > display (in addition

Re: [PATCH v7 0/4] VNC-related HMP/QMP fixes

2021-10-27 Thread Dr. David Alan Gilbert
* Markus Armbruster (arm...@redhat.com) wrote: > "Dr. David Alan Gilbert" writes: > > > * Markus Armbruster (arm...@redhat.com) wrote: > >> I'm done reviewing. David, care to have another look at the HMP part? > > > > Yep, looking good to me - is that going via qmp, hmp, or vnc ? > > Either is

Re: [PATCH v7 0/4] VNC-related HMP/QMP fixes

2021-10-27 Thread Gerd Hoffmann
On Tue, Oct 26, 2021 at 01:32:29PM +0200, Markus Armbruster wrote: > "Dr. David Alan Gilbert" writes: > > > * Markus Armbruster (arm...@redhat.com) wrote: > >> I'm done reviewing. David, care to have another look at the HMP part? > > > > Yep, looking good to me - is that going via qmp, hmp, or

Re: [PATCH v7 0/4] VNC-related HMP/QMP fixes

2021-10-26 Thread Markus Armbruster
"Dr. David Alan Gilbert" writes: > * Markus Armbruster (arm...@redhat.com) wrote: >> I'm done reviewing. David, care to have another look at the HMP part? > > Yep, looking good to me - is that going via qmp, hmp, or vnc ? Either is fine with me. David, Gerd, do you have anything queued up

Re: [PATCH v7 0/4] VNC-related HMP/QMP fixes

2021-10-26 Thread Dr. David Alan Gilbert
* Markus Armbruster (arm...@redhat.com) wrote: > I'm done reviewing. David, care to have another look at the HMP part? Yep, looking good to me - is that going via qmp, hmp, or vnc ? Dave -- Dr. David Alan Gilbert / dgilb...@redhat.com / Manchester, UK

Re: [PATCH v7 0/4] VNC-related HMP/QMP fixes

2021-10-21 Thread Markus Armbruster
I'm done reviewing. David, care to have another look at the HMP part?

[PATCH v7 0/4] VNC-related HMP/QMP fixes

2021-10-21 Thread Stefan Reiter
Since the removal of the generic 'qmp_change' command, one can no longer replace the 'default' VNC display listen address at runtime (AFAIK). For our users who need to set up a secondary VNC access port, this means configuring a second VNC display (in addition to our standard one for web-access),