From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45487) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V1DJG-0007bZ-6s for qemu-devel@nongnu.org; Mon, 22 Jul 2013 06:25:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V1DJE-0003Ct-7P for qemu-devel@nongnu.org; Mon, 22 Jul 2013 06:25:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:32927) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V1DJD-0003Co-Tf for qemu-devel@nongnu.org; Mon, 22 Jul 2013 06:25:40 -0400 Message-ID: <51ED087E.8030103@redhat.com> Date: Mon, 22 Jul 2013 12:25:02 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <51C75FA6.6080903@reactos.org> <51C7E21A.9090005@web.de> <8A36D64D-0625-49E1-9E59-391DAEEBD1FC@suse.de> <51E91E7D.1000302@ozlabs.ru> <51E935C0.3020703@redhat.com> <51E95FDD.6080306@ozlabs.ru> <51E9E00F.6050807@ozlabs.ru> <51E9E3C4.2040002@ozlabs.ru> <51EA6256.8090501@redhat.com> <51EBFA8F.8050604@reactos.org> In-Reply-To: <51EBFA8F.8050604@reactos.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] BUG: Re: [PATCH v3 11/14] ioport: Switch dispatching to memory core layer List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?SGVydsOpIFBvdXNzaW5lYXU=?= Cc: Liu Ping Fan , Alexey Kardashevskiy , Alexander Graf , qemu-devel , Jan Kiszka , "Aneesh Kumar K.V" , "anthony@codemonkey.ws" , "Edgar E. Iglesias" , =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= , Aurelien Jarno Il 21/07/2013 17:13, Herv=C3=A9 Poussineau ha scritto: > Paolo Bonzini a =C3=A9crit : > >> oops. I am wrong and VGA works on mac99 in upstream because > isa_mmio_ops >>> does the swapping in this case and portio_ops does not swap (in >>> upstream). >> >> Uff... I guess we have to look at all cases for big-endian machines, a= nd >> make sure there is an odd number of exchanges. Aurelien/Alex/Herve, >> where can I find images for mips malta, mips jazz, ppc4xx and prep? >> Edgar, what about sh4eb (IIRC one of the two machine types supported >> PCI)? >=20 > For PReP, you can find a kernel at > http://www.juneau-lug.org/zImage.initrd.sandalfoot > Run it with qemu-system-ppc -M prep -kernel zImage.initrd.sandalfoot Thanks. I can also use qtest to fix bugs, but this will help making a more complete test. Paolo