From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41553) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y5OMq-0006MQ-0h for qemu-devel@nongnu.org; Sun, 28 Dec 2014 19:39:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y5OMk-00049K-EI for qemu-devel@nongnu.org; Sun, 28 Dec 2014 19:39:27 -0500 Received: from smtp6-g21.free.fr ([212.27.42.6]:38181) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y5OMk-000495-8s for qemu-devel@nongnu.org; Sun, 28 Dec 2014 19:39:22 -0500 From: Laurent Vivier Date: Mon, 29 Dec 2014 01:39:07 +0100 Message-Id: <1419813550-26182-1-git-send-email-laurent@vivier.eu> Subject: [Qemu-devel] [PATCH 0/3] dp8393x update List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Leon Alrae , =?UTF-8?q?Herv=C3=A9=20Poussineau?= , Aurelien Jarno This is a series of patches I wrote to use dp8393x (SONIC) with Quadra 800 emulation. I think it is interesting to share them with the mainline. Qdev'ifying allows to remove the annoying warning: "requested NIC (anonymous, model dp83932) was not created (not supported by this machine?)" [PATCH 1/3] dp8393x: add registers offset [PATCH 2/3] dp8393x: add PROM to store MAC address [PATCH 3/3] qdev'ify dp8393x