From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47386) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwWd2-0002uf-0p for qemu-devel@nongnu.org; Tue, 09 Jul 2013 08:02:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UwWcx-0002Rh-B3 for qemu-devel@nongnu.org; Tue, 09 Jul 2013 08:02:43 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:46742) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwWcx-0002RS-1d for qemu-devel@nongnu.org; Tue, 09 Jul 2013 08:02:39 -0400 Message-ID: <51DBFBDC.3050808@msgid.tls.msk.ru> Date: Tue, 09 Jul 2013 16:02:36 +0400 From: Michael Tokarev MIME-Version: 1.0 References: <1372868986-25988-1-git-send-email-mjt@msgid.tls.msk.ru> <51DBBE41.3090004@msgid.tls.msk.ru> <51DBCD0F.80908@suse.de> In-Reply-To: <51DBCD0F.80908@suse.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v3 1/2] trap signals for "-serial mon:stdio" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-1?Q?Andreas_F=E4rber?= Cc: Paolo Bonzini , Anthony Liguori , qemu-devel@nongnu.org, Max Filippov 09.07.2013 12:42, Andreas F=E4rber wrote: > Am 09.07.2013 09:39, schrieb Michael Tokarev: >> Ping? >=20 > Have you tested -semihosting? The xtensa test image on the Wiki uses > -nographic, but semihosting content always seems to go to stdout withou= t > going through a chardev IIUC... Ok. I tried the xtensa image from wiki.qemu.org/Testing , and it appears to work with or without the changes in question. Which, I think, is wrong, because it is a bug of the same theme - with -daemonize we can't do -semihosting due to std file descriptors being redirected to /dev/null. So it looks like there's another bug of waiting to hunt, but I really am a wrong person to do that, maybe Max Filippov can take a look. Thanks, /mjt