Re: [Qemu-devel] [PATCH 2/2] acpi: tpm: Get the interrupt the device model is using

2016-04-04 Thread Igor Mammedov
On Sun, 3 Apr 2016 21:37:56 -0400 Stefan Berger wrote: > Get the interrupt the TPM device model is using. Do not activate > the interrupt in the ACPI description yet since the current > default value clashes with other devices. > > Signed-off-by: Stefan Berger > --- > hw/i386/acpi-build.c | 5

Re: [Qemu-devel] [PATCH 2/2] acpi: tpm: Get the interrupt the device model is using

2016-04-04 Thread Michael S. Tsirkin
On Mon, Apr 04, 2016 at 06:10:38AM -0400, Stefan Berger wrote: > On 04/04/2016 05:01 AM, Michael S. Tsirkin wrote: > >On Sun, Apr 03, 2016 at 09:37:56PM -0400, Stefan Berger wrote: > >>Get the interrupt the TPM device model is using. Do not activate > >>the interrupt in the ACPI description yet sin

Re: [Qemu-devel] [PATCH 2/2] acpi: tpm: Get the interrupt the device model is using

2016-04-04 Thread Stefan Berger
On 04/04/2016 05:01 AM, Michael S. Tsirkin wrote: On Sun, Apr 03, 2016 at 09:37:56PM -0400, Stefan Berger wrote: Get the interrupt the TPM device model is using. Do not activate the interrupt in the ACPI description yet since the current default value clashes with other devices. Signed-off-by:

Re: [Qemu-devel] [PATCH 2/2] acpi: tpm: Get the interrupt the device model is using

2016-04-04 Thread Michael S. Tsirkin
On Sun, Apr 03, 2016 at 09:37:56PM -0400, Stefan Berger wrote: > Get the interrupt the TPM device model is using. Do not activate > the interrupt in the ACPI description yet since the current > default value clashes with other devices. > > Signed-off-by: Stefan Berger Is this doing anything at a

[Qemu-devel] [PATCH 2/2] acpi: tpm: Get the interrupt the device model is using

2016-04-03 Thread Stefan Berger
Get the interrupt the TPM device model is using. Do not activate the interrupt in the ACPI description yet since the current default value clashes with other devices. Signed-off-by: Stefan Berger --- hw/i386/acpi-build.c | 5 +++-- hw/tpm/tpm_tis.c | 5 - include/sysemu/tpm.h | 6 +++---