From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ht1ri-0007fo-Qp for qemu-devel@nongnu.org; Tue, 29 May 2007 09:35:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ht1rg-0007fb-Bu for qemu-devel@nongnu.org; Tue, 29 May 2007 09:35:57 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ht1rg-0007fY-4G for qemu-devel@nongnu.org; Tue, 29 May 2007 09:35:56 -0400 Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Ht1rf-00049W-9z for qemu-devel@nongnu.org; Tue, 29 May 2007 09:35:55 -0400 Message-ID: <465C2C2F.5000600@gmx.at> Date: Tue, 29 May 2007 15:35:43 +0200 From: Clemens Kolbitsch MIME-Version: 1.0 References: <20070528160302.540gmx1@mx058.gmx.net> <465C219F.2040206@gmx.at> In-Reply-To: <465C219F.2040206@gmx.at> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: Accepting socket connections in qemu (not the client... the emulator) Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Clemens Kolbitsch wrote: > hi! > my virtual device inside qemu (a pci device) is listening for > socket-(tcp)-connections. > > however, accept() always fails (code works fine if not executed inside > the qemu-process)... now i'm wondering if qemu interferes somehow... > > is that possible? > > frustrated.... *gg* > ok.... i found an answer to it. obviously, qemu has to handle interrupt-signals (e.g. from its client-os). this interrupts accepting connections. very bad for me, but at least a logical reason :-/