Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qdev: Move softmmu properties to qdev-properties-system.h | Eduardo Habkost | 2020-12-18 | 1 | -0/+1 |
| | | | | | | | | | | | Move the property types and property macros implemented in qdev-properties-system.c to a new qdev-properties-system.h header. Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Reviewed-by: Igor Mammedov <imammedo@redhat.com> Message-Id: <20201211220529.2290218-16-ehabkost@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> | ||||
* | hw/arm/allwinner: add Security Identifier device | Niek Linnenbank | 2020-03-12 | 1 | -0/+168 |
The Security Identifier device found in various Allwinner System on Chip designs gives applications a per-board unique identifier. This commit adds support for the Allwinner Security Identifier using a 128-bit UUID value as input. Signed-off-by: Niek Linnenbank <nieklinnenbank@gmail.com> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Message-id: 20200311221854.30370-8-nieklinnenbank@gmail.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |