qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [RFC 05/10] serial: Allow to reconfigure ISA I/O base


From: Andreas Färber
Subject: Re: [Qemu-devel] [RFC 05/10] serial: Allow to reconfigure ISA I/O base
Date: Mon, 6 Jun 2011 22:25:33 +0200

Am 06.06.2011 um 22:08 schrieb Richard Henderson:

On 06/06/2011 11:20 AM, Andreas Färber wrote:
+    if (iobase != isa->iobase) {
+        isa->iobase = iobase;
+        serial_isa_init_iobase(isa);

Forgot to unregister here?

Yeah, looks like it. Thanks.

Probably some stylistic issues, too. Just an RFC. :)

Andreas


reply via email to

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