qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCHv3] qxl: add io_port_to_string


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCHv3] qxl: add io_port_to_string
Date: Wed, 29 Jun 2011 15:03:32 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110617 Red Hat/3.1.11-2.el6_1 Thunderbird/3.1.11

  Hi,

-        dprint(d, 1, "%s: unexpected port 0x%x in vga mode\n", __FUNCTION__, 
io_port);
+        dprint(d, 1, "%s: unexpected port 0x%x (%s) in vga mode\n",
+            __FUNCTION__, io_port, io_port_to_string(io_port));

Is this worth it?  Should be a quite rare event ...

cheers,
  Gerd




reply via email to

[Prev in Thread] Current Thread [Next in Thread]