Re: [Qemu-devel] [PATCH v3 2/2] Add AT24Cxx I2C EEPROM device model

2013-04-26 Thread Jan Kiszka
On 2013-04-26 14:16, Peter Crosthwaite wrote: > Hi Jan, > > On Fri, Apr 26, 2013 at 7:19 PM, Jan Kiszka wrote: >> This implements I2C EEPROMs of the AT24Cxx series. Sizes from 1Kbit to >> 1024Kbit are supported. Each EEPROM is backed by a block device. Its >> size can be explicitly specified by t

Re: [Qemu-devel] [PATCH v3 2/2] Add AT24Cxx I2C EEPROM device model

2013-04-26 Thread Peter Crosthwaite
Hi Jan, On Fri, Apr 26, 2013 at 7:19 PM, Jan Kiszka wrote: > This implements I2C EEPROMs of the AT24Cxx series. Sizes from 1Kbit to > 1024Kbit are supported. Each EEPROM is backed by a block device. Its > size can be explicitly specified by the "size" property (required for > sizes < 512, the blo

[Qemu-devel] [PATCH v3 2/2] Add AT24Cxx I2C EEPROM device model

2013-04-26 Thread Jan Kiszka
This implements I2C EEPROMs of the AT24Cxx series. Sizes from 1Kbit to 1024Kbit are supported. Each EEPROM is backed by a block device. Its size can be explicitly specified by the "size" property (required for sizes < 512, the blockdev sector size) or is derived from the size of the backing block d