Re: [Qemu-devel] Usage of Temperature Sensor (TMP105)

2012-12-04 Thread Alex Horn
Dear Andrzej, > Most likely the function has never been in use. It is there for > completeness of the API. I've submitted a patch to create a header file for the TMP105 API [1]. Having this API makes sense because the probe is compatible with several others (as documented in the patch, see also

Re: [Qemu-devel] Usage of Temperature Sensor (TMP105)

2012-12-03 Thread andrzej zaborowski
Hi Alex, On 1 December 2012 20:39, Alex Horn wrote: > Hello all, > > As I have been browsing through QEMU's source code, I've noticed a > hardware model for a temperature sensor called TMP105. This model > implements the function tmp105_set(I2CSlave *i2c, int temp) declared > in i2c.h [0, 1]. > >

[Qemu-devel] Usage of Temperature Sensor (TMP105)

2012-12-01 Thread Alex Horn
Hello all, As I have been browsing through QEMU's source code, I've noticed a hardware model for a temperature sensor called TMP105. This model implements the function tmp105_set(I2CSlave *i2c, int temp) declared in i2c.h [0, 1]. Surprisingly, however, I cannot find any code which calls this sett