From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34098) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tkxe0-0001K6-4z for qemu-devel@nongnu.org; Tue, 18 Dec 2012 08:55:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tkxdw-0003y3-E1 for qemu-devel@nongnu.org; Tue, 18 Dec 2012 08:55:40 -0500 Received: from mx1.redhat.com ([209.132.183.28]:42438) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tkxdw-0003xu-5I for qemu-devel@nongnu.org; Tue, 18 Dec 2012 08:55:36 -0500 Date: Tue, 18 Dec 2012 14:55:30 +0100 From: Stefan Hajnoczi Message-ID: <20121218135530.GE6697@stefanha-thinkpad.redhat.com> References: <50C851EA.9040903@siemens.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <50C851EA.9040903@siemens.com> Subject: Re: [Qemu-devel] [PATCH 0/2] i2c: Add AT24Cxx EEPROM model List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Stefan Weil , qemu-devel On Wed, Dec 12, 2012 at 10:44:10AM +0100, Jan Kiszka wrote: > On 2012-11-19 15:24, Jan Kiszka wrote: > > See patches for details. > > > > Jan Kiszka (2): > > i2c: Introduce device address mask > > Add AT24Cxx I2C EEPROM device model > > > > hw/Makefile.objs | 2 +- > > hw/at24.c | 363 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > hw/ds1338.c | 2 +- > > hw/i2c.c | 9 +- > > hw/i2c.h | 3 +- > > hw/lm832x.c | 2 +- > > hw/max7310.c | 2 +- > > hw/pxa2xx.c | 3 +- > > hw/smbus.c | 2 +- > > hw/ssd0303.c | 2 +- > > hw/tmp105.c | 2 +- > > hw/tosa.c | 2 +- > > hw/twl92230.c | 2 +- > > hw/wm8750.c | 2 +- > > hw/z2.c | 2 +- > > 15 files changed, 383 insertions(+), 17 deletions(-) > > create mode 100644 hw/at24.c > > > > Ping. Both still apply over latest master, and addressable review > comments are not pending according to my understanding. Hi Jan, Just going through my piled up qemu-devel mailbox. You're asking for a qemu.git commit to merge this, right? Stefan