From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40112) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TBVEW-0005LH-7u for qemu-devel@nongnu.org; Tue, 11 Sep 2012 14:30:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TBVEQ-0005HI-5s for qemu-devel@nongnu.org; Tue, 11 Sep 2012 14:30:48 -0400 Received: from smtp1-g21.free.fr ([212.27.42.1]:39084) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TBVEP-00057u-FQ for qemu-devel@nongnu.org; Tue, 11 Sep 2012 14:30:42 -0400 Message-ID: <504F8341.8070902@reactos.org> Date: Tue, 11 Sep 2012 20:30:25 +0200 From: =?UTF-8?B?SGVydsOpIFBvdXNzaW5lYXU=?= MIME-Version: 1.0 References: <1341611595-9847-1-git-send-email-hpoussin@reactos.org> <1341611595-9847-2-git-send-email-hpoussin@reactos.org> <5019365C.2060906@us.ibm.com> <50194975.1060306@reactos.org> <87r4rq39p4.fsf@codemonkey.ws> <50194FDE.50806@reactos.org> <504F4F9A.3080709@suse.de> In-Reply-To: <504F4F9A.3080709@suse.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 2/2] pc: remove DEBUG_BIOS define and QEMU exit I/O ports List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= Cc: Jan Kiszka , Anthony Liguori , qemu-devel@nongnu.org Andreas F=C3=A4rber a =C3=A9crit : > Am 01.08.2012 17:48, schrieb Herv=C3=A9 Poussineau: >> Anthony Liguori a =C3=A9crit : >>> Herv=C3=A9 Poussineau writes: >>> >>>> Anthony Liguori a =C3=A9crit : >>>>> On 07/06/2012 04:53 PM, Herv=C3=A9 Poussineau wrote: >>>>>> QEMU exit (which can be guest triggered) can be replaced by: >>>>>> -device isa-debugexit,iobase=3D0x501 >>>>>> -device isa-debugexit,iobase=3D0x501,access-size=3D2 >>>>>> -device isa-debugexit,iobase=3D0x502,access-size=3D2 >>>>>> >> [...] >> >>>> However, for current ones (1.2 or later), I don't want to have them >>>> by default as it is an QEMU exit which is guest triggerable. >>>> Will you accept this approach, where your regression suite will requ= ire >>>> a new parameter "-device isa-debugexit,iobase=3D0x501" ? >>> Yes although I'd prefer the iobase not be required to be explicitly >>> specified. >> Which one are you using? iobase 0x501 or 0x502? And with access size 1 >> or 2? >=20 > This discussion seems to have died out without result... Herv=C3=A9, do= you > have a newer patchset with either of the two default addresses? >=20 > Andreas >=20 I may only need to change the default iobase and access-size values in=20 first patch. They are currently at 0x501 with an access size of 1, but I=20 got no answer from Anthony if those are the values he wants. Herv=C3=A9