On Tue, 11 Feb 2020 at 08:35, Auger Eric <address@hidden> wrote:
Hi Philippe,
On 2/11/20 9:25 AM, Philippe Mathieu-Daudé wrote:
You don't need much to remove the RFC tag:
- rename TYPE_TPM_TIS as TYPE_TPM_TIS_ISA
- rename TPMState as TPMCommonState, add an abstract TYPE_TPM_TIS
parent, let TYPE_TPM_TIS_ISA be a child
- add TYPE_TPM_TIS_SYSBUS also child.
Yes I tried my luck without too much hopes ;-)
There should be a few existing examples in the tree
of devices that we provide in a sysbus and also
an isa or pci flavour, that you can use as templates
for how to structure the device.