qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 806656] [NEW] Tight PNG VNC encoding is sent even when --disable-vnc-png is set
@ 2011-07-06 19:58 Joel Martin
  2011-07-06 19:58 ` [Qemu-devel] [Bug 806656] " Joel Martin
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Joel Martin @ 2011-07-06 19:58 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

This bug exists in 0.14.1 and also in 9312805d33e8b (Jun 17, 2011) in
the master git repo.

The "Tight PNG" encoding is a derivative of the "Tight" encoding that
replaces zlib encoded rects with PNG encoded data instead. However, when
the "Tight PNG" encoding is disabled (--disable-vnc-png), the server
will send frame buffer updates that are marked as "Tight PNG" but in
fact contain zlib encoded regions (i.e. it's really "tight" protocol).

The "Tight PNG" encoding should only be used when --enable-vnc-png is
set.

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/806656

Title:
  Tight PNG VNC encoding is sent even when --disable-vnc-png is set

Status in QEMU:
  New

Bug description:
  This bug exists in 0.14.1 and also in 9312805d33e8b (Jun 17, 2011) in
  the master git repo.

  The "Tight PNG" encoding is a derivative of the "Tight" encoding that
  replaces zlib encoded rects with PNG encoded data instead. However,
  when the "Tight PNG" encoding is disabled (--disable-vnc-png), the
  server will send frame buffer updates that are marked as "Tight PNG"
  but in fact contain zlib encoded regions (i.e. it's really "tight"
  protocol).

  The "Tight PNG" encoding should only be used when --enable-vnc-png is
  set.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/806656/+subscriptions

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Qemu-devel] [Bug 806656] Re: Tight PNG VNC encoding is sent even when --disable-vnc-png is set
  2011-07-06 19:58 [Qemu-devel] [Bug 806656] [NEW] Tight PNG VNC encoding is sent even when --disable-vnc-png is set Joel Martin
@ 2011-07-06 19:58 ` Joel Martin
  2011-07-07  5:03 ` Corentin Chary
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Joel Martin @ 2011-07-06 19:58 UTC (permalink / raw)
  To: qemu-devel

** Patch added: "The "Tight PNG" encoding should only be used when --enable-vnc-png is set."
   https://bugs.launchpad.net/bugs/806656/+attachment/2194428/+files/0001-vnc-disable-tight-png-when-not-enable-vnc-png.patch

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/806656

Title:
  Tight PNG VNC encoding is sent even when --disable-vnc-png is set

Status in QEMU:
  New

Bug description:
  This bug exists in 0.14.1 and also in 9312805d33e8b (Jun 17, 2011) in
  the master git repo.

  The "Tight PNG" encoding is a derivative of the "Tight" encoding that
  replaces zlib encoded rects with PNG encoded data instead. However,
  when the "Tight PNG" encoding is disabled (--disable-vnc-png), the
  server will send frame buffer updates that are marked as "Tight PNG"
  but in fact contain zlib encoded regions (i.e. it's really "tight"
  protocol).

  The "Tight PNG" encoding should only be used when --enable-vnc-png is
  set.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/806656/+subscriptions

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Qemu-devel] [Bug 806656] Re: Tight PNG VNC encoding is sent even when --disable-vnc-png is set
  2011-07-06 19:58 [Qemu-devel] [Bug 806656] [NEW] Tight PNG VNC encoding is sent even when --disable-vnc-png is set Joel Martin
  2011-07-06 19:58 ` [Qemu-devel] [Bug 806656] " Joel Martin
@ 2011-07-07  5:03 ` Corentin Chary
  2012-06-23  5:01 ` Joel Martin
  2016-08-17 11:23 ` T. Huth
  3 siblings, 0 replies; 5+ messages in thread
From: Corentin Chary @ 2011-07-07  5:03 UTC (permalink / raw)
  To: qemu-devel

The patch looks right, maybe you should send it directly to the qemu
mailing list.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/806656

Title:
  Tight PNG VNC encoding is sent even when --disable-vnc-png is set

Status in QEMU:
  New

Bug description:
  This bug exists in 0.14.1 and also in 9312805d33e8b (Jun 17, 2011) in
  the master git repo.

  The "Tight PNG" encoding is a derivative of the "Tight" encoding that
  replaces zlib encoded rects with PNG encoded data instead. However,
  when the "Tight PNG" encoding is disabled (--disable-vnc-png), the
  server will send frame buffer updates that are marked as "Tight PNG"
  but in fact contain zlib encoded regions (i.e. it's really "tight"
  protocol).

  The "Tight PNG" encoding should only be used when --enable-vnc-png is
  set.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/806656/+subscriptions

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Qemu-devel] [Bug 806656] Re: Tight PNG VNC encoding is sent even when --disable-vnc-png is set
  2011-07-06 19:58 [Qemu-devel] [Bug 806656] [NEW] Tight PNG VNC encoding is sent even when --disable-vnc-png is set Joel Martin
  2011-07-06 19:58 ` [Qemu-devel] [Bug 806656] " Joel Martin
  2011-07-07  5:03 ` Corentin Chary
@ 2012-06-23  5:01 ` Joel Martin
  2016-08-17 11:23 ` T. Huth
  3 siblings, 0 replies; 5+ messages in thread
From: Joel Martin @ 2012-06-23  5:01 UTC (permalink / raw)
  To: qemu-devel

I sent the patch on May 16 (http://lists.nongnu.org/archive/html/qemu-
devel/2012-05/msg02373.html). I haven't seen any response.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/806656

Title:
  Tight PNG VNC encoding is sent even when --disable-vnc-png is set

Status in QEMU:
  New

Bug description:
  This bug exists in 0.14.1 and also in 9312805d33e8b (Jun 17, 2011) in
  the master git repo.

  The "Tight PNG" encoding is a derivative of the "Tight" encoding that
  replaces zlib encoded rects with PNG encoded data instead. However,
  when the "Tight PNG" encoding is disabled (--disable-vnc-png), the
  server will send frame buffer updates that are marked as "Tight PNG"
  but in fact contain zlib encoded regions (i.e. it's really "tight"
  protocol).

  The "Tight PNG" encoding should only be used when --enable-vnc-png is
  set.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/806656/+subscriptions

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Qemu-devel] [Bug 806656] Re: Tight PNG VNC encoding is sent even when --disable-vnc-png is set
  2011-07-06 19:58 [Qemu-devel] [Bug 806656] [NEW] Tight PNG VNC encoding is sent even when --disable-vnc-png is set Joel Martin
                   ` (2 preceding siblings ...)
  2012-06-23  5:01 ` Joel Martin
@ 2016-08-17 11:23 ` T. Huth
  3 siblings, 0 replies; 5+ messages in thread
From: T. Huth @ 2016-08-17 11:23 UTC (permalink / raw)
  To: qemu-devel

Patch had been included here:
http://git.qemu.org/?p=qemu.git;a=commitdiff;h=fe3e7f2dc05225cdd2ba
... so I'm closing this ticket now.

** Changed in: qemu
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/806656

Title:
  Tight PNG VNC encoding is sent even when --disable-vnc-png is set

Status in QEMU:
  Fix Released

Bug description:
  This bug exists in 0.14.1 and also in 9312805d33e8b (Jun 17, 2011) in
  the master git repo.

  The "Tight PNG" encoding is a derivative of the "Tight" encoding that
  replaces zlib encoded rects with PNG encoded data instead. However,
  when the "Tight PNG" encoding is disabled (--disable-vnc-png), the
  server will send frame buffer updates that are marked as "Tight PNG"
  but in fact contain zlib encoded regions (i.e. it's really "tight"
  protocol).

  The "Tight PNG" encoding should only be used when --enable-vnc-png is
  set.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/806656/+subscriptions

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-08-17 11:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-06 19:58 [Qemu-devel] [Bug 806656] [NEW] Tight PNG VNC encoding is sent even when --disable-vnc-png is set Joel Martin
2011-07-06 19:58 ` [Qemu-devel] [Bug 806656] " Joel Martin
2011-07-07  5:03 ` Corentin Chary
2012-06-23  5:01 ` Joel Martin
2016-08-17 11:23 ` T. Huth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).