From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lu7zZ-0008Kc-1p for qemu-devel@nongnu.org; Wed, 15 Apr 2009 12:29:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lu7zS-0008GC-4b for qemu-devel@nongnu.org; Wed, 15 Apr 2009 12:29:38 -0400 Received: from [199.232.76.173] (port=54435 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lu7zR-0008Fs-LE for qemu-devel@nongnu.org; Wed, 15 Apr 2009 12:29:33 -0400 Received: from mail09.svc.cra.dublin.eircom.net ([159.134.118.25]:31914) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Lu7zQ-00062P-L0 for qemu-devel@nongnu.org; Wed, 15 Apr 2009 12:29:33 -0400 From: Mark McLoughlin Date: Wed, 15 Apr 2009 17:29:20 +0100 Message-Id: <1239812969-8320-1-git-send-email-markmc@redhat.com> Subject: [Qemu-devel] [PATCH 0/9] Misc networking fixes Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Jan Kiszka , qemu-devel@nongnu.org Hi Anthony, Here are a bunch of networking fixes. The only really non-trivial one is final one, which adds VLANClientState->cleanup(). This is similar to Jan's patch, but more comprehensive, I think. Note, these patches aren't as well tested as I'd like. I'm finding I have various issues with image corruption and PCI hotplug not working at the moment. However, I have compile tested on all targets and tested basic networking functionality, including e.g. host_net_remove. Cheers, Mark.