Re: ACPI table modifications

2019-10-17 Thread Igor Mammedov
On Sat, 12 Oct 2019 00:17:10 +0530 Gautam Bhat wrote: > Hi, > > I want to add some I2C based temperature sensors to the -M Q35 machine. I > want to update the ACPI tables to add this device information. How can I go > about doing this? Process is described here: https://www.mail-archive.com

Re: ACPI table modifications

2019-10-14 Thread Corey Minyard
On Fri, Oct 11, 2019 at 09:22:19PM +0200, Philippe Mathieu-Daudé wrote: > Hi Gautam, > > On 10/11/19 8:47 PM, Gautam Bhat wrote: > > Hi, > > > > I want to add some I2C based temperature sensors to the -M Q35 machine. > > I want to update the ACPI tables to add this device information. How can > >

Re: ACPI table modifications

2019-10-11 Thread Philippe Mathieu-Daudé
Hi Gautam, On 10/11/19 8:47 PM, Gautam Bhat wrote: Hi, I want to add some I2C based temperature sensors to the -M Q35 machine. I want to update the ACPI tables to add this device information. How can I go about  doing this? QEMU provides a MAINTAINERS file with persons to contact sorted by

ACPI table modifications

2019-10-11 Thread Gautam Bhat
Hi, I want to add some I2C based temperature sensors to the -M Q35 machine. I want to update the ACPI tables to add this device information. How can I go about doing this? Thanks, Gautam.