From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48852) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLuhk-0002Cj-Jq for qemu-devel@nongnu.org; Fri, 07 Mar 2014 08:20:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WLuhb-0005zw-SZ for qemu-devel@nongnu.org; Fri, 07 Mar 2014 08:20:48 -0500 Received: from smtp2-g21.free.fr ([2a01:e0c:1:1599::11]:58067) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLuha-0005y2-Q4 for qemu-devel@nongnu.org; Fri, 07 Mar 2014 08:20:39 -0500 From: Romain Dolbeau Date: Fri, 7 Mar 2014 14:20:12 +0100 Message-Id: <1394198414-22504-1-git-send-email-romain@dolbeau.org> In-Reply-To: <1394028846-9408-1-git-send-email-romain@dolbeau.org> References: <1394028846-9408-1-git-send-email-romain@dolbeau.org> Subject: [Qemu-devel] [PATCH 0/2 V4] E1000 device selection & 82566DM support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Romain Dolbeau , Stefan Hajnoczi Hello, Another update to my e1000 patch. See the previous 3 episodes for the gory details :-) The first patch is a cleaned-up version of the V3 patch, it should address most of Andreas' concerns except for a few spaces. The versioning of E1000Satate should be checked by an expert. The second patch adds the spaces around '<<' everywhere in the file, not just in the bits I added. So either with or without, the style is consistent :-) Cordially, Romain Dolbeau (2): e1000: add the ability to select among several specific types of e1000[e]; 82566DM emulation ; some pointers to documentations and details. spaces around '<<' everywhere hw/net/e1000.c | 410 ++++++++++++++++++++++++++++++++++++++++++++++----- hw/net/e1000_regs.h | 149 ++++++++++++++++--- 2 files changed, 502 insertions(+), 57 deletions(-) -- 1.7.10.4