From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LL0qG-00048j-8h for qemu-devel@nongnu.org; Thu, 08 Jan 2009 14:46:56 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LL0qE-00047z-2c for qemu-devel@nongnu.org; Thu, 08 Jan 2009 14:46:55 -0500 Received: from [199.232.76.173] (port=51348 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LL0qD-00047v-Qz for qemu-devel@nongnu.org; Thu, 08 Jan 2009 14:46:53 -0500 Received: from yx-out-1718.google.com ([74.125.44.155]:36709) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LL0qD-0007dl-G3 for qemu-devel@nongnu.org; Thu, 08 Jan 2009 14:46:53 -0500 Received: by yx-out-1718.google.com with SMTP id 3so3368411yxi.82 for ; Thu, 08 Jan 2009 11:46:53 -0800 (PST) Message-ID: <49665825.8010408@codemonkey.ws> Date: Thu, 08 Jan 2009 13:46:45 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1231439854.25753.2.camel@localhost.localdomain> <1231439870-25692-1-git-send-email-markmc@redhat.com> In-Reply-To: <1231439870-25692-1-git-send-email-markmc@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 1/4] Add 'set_link' monitor command Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Mark McLoughlin Cc: qemu-devel@nongnu.org Mark McLoughlin wrote: > Add a monitor command to setting a given network device's link status > to 'up' or 'down'. > > Allows simulation of network cable disconnect. > > Signed-off-by: Mark McLoughlin > --- > > Applied all four. Thanks. Regards, Anthony Liguori