Re: [Qemu-devel] [PATCH] adlib: fix patching of port I/O addresses

2013-12-02 Thread Hervé Poussineau
Paolo Bonzini a écrit : Commit 2b21fb5 (adlib: sort offsets in portio registration, 2013-08-14) fixed the offsets in adlib_portio_list, but forgot the matching indices in adlib_realizefn. Reported at http://virtuallyfun.superglobalmegacorp.com/?p=3616 by "neozeed". Signed-off-by: Paolo Bonzini

Re: [Qemu-devel] [PATCH] adlib: fix patching of port I/O addresses

2013-12-02 Thread Gerd Hoffmann
On Mo, 2013-12-02 at 10:16 +0100, Paolo Bonzini wrote: > Commit 2b21fb5 (adlib: sort offsets in portio registration, 2013-08-14) > fixed the offsets in adlib_portio_list, but forgot the matching indices > in adlib_realizefn. > > Reported at http://virtuallyfun.superglobalmegacorp.com/?p=3616 by >