From: Stefan Berger <stefanb@linux.ibm.com>
To: Gan Qixin <ganqixin@huawei.com>,
qemu-devel@nongnu.org, qemu-trivial@nongnu.org
Cc: kuhn.chenqun@huawei.com, thuth@redhat.com,
zhang.zhanghailiang@huawei.com,
Stefan Berger <stefanb@linux.vnet.ibm.com>
Subject: Re: [PATCH v2 07/12] tpm: put some tpm devices into the correct category
Date: Mon, 30 Nov 2020 16:02:07 -0500 [thread overview]
Message-ID: <aed0f467-623b-ef99-8deb-bfe25c0100fa@linux.ibm.com> (raw)
In-Reply-To: <20201130083630.2520597-8-ganqixin@huawei.com>
On 11/30/20 3:36 AM, Gan Qixin wrote:
> Some tpm devices have no category, put them into the correct category.
>
> Signed-off-by: Gan Qixin <ganqixin@huawei.com>
> ---
> Cc: Stefan Berger <stefanb@linux.vnet.ibm.com>
> ---
> hw/tpm/tpm_tis_isa.c | 1 +
> hw/tpm/tpm_tis_sysbus.c | 1 +
> 2 files changed, 2 insertions(+)
>
> diff --git a/hw/tpm/tpm_tis_isa.c b/hw/tpm/tpm_tis_isa.c
> index 6fd876eebf..10d8a14f19 100644
> --- a/hw/tpm/tpm_tis_isa.c
> +++ b/hw/tpm/tpm_tis_isa.c
> @@ -150,6 +150,7 @@ static void tpm_tis_isa_class_init(ObjectClass *klass, void *data)
> dc->reset = tpm_tis_isa_reset;
> tc->request_completed = tpm_tis_isa_request_completed;
> tc->get_version = tpm_tis_isa_get_tpm_version;
> + set_bit(DEVICE_CATEGORY_MISC, dc->categories);
> }
>
> static const TypeInfo tpm_tis_isa_info = {
> diff --git a/hw/tpm/tpm_tis_sysbus.c b/hw/tpm/tpm_tis_sysbus.c
> index 2c32aa7099..45e63efd63 100644
> --- a/hw/tpm/tpm_tis_sysbus.c
> +++ b/hw/tpm/tpm_tis_sysbus.c
> @@ -139,6 +139,7 @@ static void tpm_tis_sysbus_class_init(ObjectClass *klass, void *data)
> dc->reset = tpm_tis_sysbus_reset;
> tc->request_completed = tpm_tis_sysbus_request_completed;
> tc->get_version = tpm_tis_sysbus_get_tpm_version;
> + set_bit(DEVICE_CATEGORY_MISC, dc->categories);
> }
>
> static const TypeInfo tpm_tis_sysbus_info = {
Reviewed-by: Stefan Berger <stefanb@linux.ibm.com>
next prev parent reply other threads:[~2020-11-30 21:04 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-30 8:36 [PATCH v2 00/12] Categorize some uncategorized devices Gan Qixin
2020-11-30 8:36 ` [PATCH v2 01/12] pc-dimm: put it into the 'storage' category Gan Qixin
2020-11-30 10:18 ` Pankaj Gupta
2020-12-03 6:53 ` ganqixin
2020-12-04 7:13 ` Pankaj Gupta
2020-12-07 9:09 ` ganqixin
2020-11-30 8:36 ` [PATCH v2 02/12] virtio-pmem: " Gan Qixin
2021-02-13 23:08 ` Laurent Vivier
2020-11-30 8:36 ` [PATCH v2 03/12] vmmouse: put it into the 'input' category Gan Qixin
2020-12-21 11:49 ` Thomas Huth
2021-02-13 23:08 ` Laurent Vivier
2020-11-30 8:36 ` [PATCH v2 04/12] nvdimm: put it into the 'storage' category Gan Qixin
2020-11-30 10:16 ` Pankaj Gupta
2020-12-21 11:50 ` Thomas Huth
2021-02-13 23:09 ` Laurent Vivier
2020-11-30 8:36 ` [PATCH v2 05/12] mc146818rtc: put it into the 'misc' category Gan Qixin
2020-12-21 11:53 ` Thomas Huth
2021-03-24 17:23 ` Philippe Mathieu-Daudé
2021-04-30 16:40 ` Laurent Vivier
2020-11-30 8:36 ` [PATCH v2 06/12] ipmi: put some ipmi devices into the correct category Gan Qixin
2020-11-30 8:36 ` [PATCH v2 07/12] tpm: put some tpm " Gan Qixin
2020-11-30 21:02 ` Stefan Berger [this message]
2021-02-13 23:11 ` Laurent Vivier
2020-11-30 8:36 ` [PATCH v2 08/12] AMDVI-PCI: put it into the 'misc' category Gan Qixin
2020-11-30 8:36 ` [PATCH v2 09/12] u2f-passthru: " Gan Qixin
2020-11-30 9:18 ` Gerd Hoffmann
2021-02-13 23:12 ` Laurent Vivier
2020-11-30 8:36 ` [PATCH v2 10/12] tosa-ssp: " Gan Qixin
2020-11-30 8:36 ` [PATCH v2 11/12] spitz: put some Spitz-family devices into the correct category Gan Qixin
2021-02-15 11:53 ` Philippe Mathieu-Daudé
2020-11-30 8:36 ` [PATCH v2 12/12] SPI flash devices: put them into the 'storage' category Gan Qixin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aed0f467-623b-ef99-8deb-bfe25c0100fa@linux.ibm.com \
--to=stefanb@linux.ibm.com \
--cc=ganqixin@huawei.com \
--cc=kuhn.chenqun@huawei.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
--cc=stefanb@linux.vnet.ibm.com \
--cc=thuth@redhat.com \
--cc=zhang.zhanghailiang@huawei.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).