Re: [Qemu-devel] [PATCH 3/3] vnc: remove superfluous DisplayState *ds parameter

2014-10-23 Thread Gonglei
On 2014/10/23 15:09, Michael Tokarev wrote: > On 10/23/2014 09:39 AM, arei.gong...@huawei.com wrote: > [] >> --- a/vl.c >> +++ b/vl.c >> @@ -4318,7 +4318,7 @@ int main(int argc, char **argv, char **envp) >> if (vnc_display) { >> Error *local_err = NULL; >> vnc_display_init(d

Re: [Qemu-devel] [PATCH 3/3] vnc: remove superfluous DisplayState *ds parameter

2014-10-23 Thread Michael Tokarev
On 10/23/2014 09:39 AM, arei.gong...@huawei.com wrote: [] > --- a/vl.c > +++ b/vl.c > @@ -4318,7 +4318,7 @@ int main(int argc, char **argv, char **envp) > if (vnc_display) { > Error *local_err = NULL; > vnc_display_init(ds); > -vnc_display_open(ds, vnc_display, &local

[Qemu-devel] [PATCH 3/3] vnc: remove superfluous DisplayState *ds parameter

2014-10-22 Thread arei.gonglei
From: Gonglei Signed-off-by: Gonglei --- include/ui/console.h | 2 +- qmp.c| 2 +- ui/vnc.c | 2 +- vl.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/ui/console.h b/include/ui/console.h index 22ef8ca..8cc48cc 100644 -