From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NjgFa-00065L-Jo for qemu-devel@nongnu.org; Mon, 22 Feb 2010 16:55:34 -0500 Received: from [199.232.76.173] (port=38012 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NjgFZ-000650-R5 for qemu-devel@nongnu.org; Mon, 22 Feb 2010 16:55:33 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NjgFY-0004A4-Hw for qemu-devel@nongnu.org; Mon, 22 Feb 2010 16:55:33 -0500 Received: from mail-qy0-f188.google.com ([209.85.221.188]:41837) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NjgFY-00049t-Bi for qemu-devel@nongnu.org; Mon, 22 Feb 2010 16:55:32 -0500 Received: by qyk26 with SMTP id 26so2249948qyk.12 for ; Mon, 22 Feb 2010 13:55:31 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20100222175120.615b1908@redhat.com> References: <9ae48b021002191021r7e7afb4bxd1d47624e07db1e9@mail.gmail.com> <20100222175120.615b1908@redhat.com> Date: Mon, 22 Feb 2010 13:55:28 -0800 Message-ID: <9ae48b021002221355x6eaaba97v8ac98a000b766dea@mail.gmail.com> Subject: Re: [Qemu-devel] getfd monitor command broken From: Ed Swierk Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: qemu-devel@nongnu.org On Mon, Feb 22, 2010 at 12:51 PM, Luiz Capitulino wrote: > On Fri, 19 Feb 2010 10:21:41 -0800 > Ed Swierk wrote: > >> Commit c62313bbdc48f72e93fa8196f2fff96ba35e4e9d seems to have broken >> the getfd monitor command in qemu 0.12. > > =A0Does it work with current master? How do you reproduce it? I have tried qemu-kvm 0.12.1.2, but not current qemu master. I found the problem by using the attach-interface command in virsh to add a NIC device and add a host network via the monitor. Unfortunately libvirt is the only application I know of that uses the getfd command, but maybe I'll try hacking together a little test program. --Ed