Searched hist:"64 bc77eb2c0809f11860cfe53d47e9c6f77e85f3" (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/include/hw/ |
H A D | nmi.h | diff 64bc77eb2c0809f11860cfe53d47e9c6f77e85f3 Sat Dec 07 03:48:23 CST 2019 Philippe Mathieu-Daudé <philmd@redhat.com> hw/nmi: Fix the NMI() macro, based on INTERFACE_CHECK()
There is no declaration of the 'NMI' type. INTERFACE_CHECK() returns an abstract type (see commit aa1b35b975d8). The abstract type corresponding to the TYPE_NMI interface is 'NMIState'.
Fixes: 9cb805fd267 Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20191207094823.20707-1-philmd@redhat.com> Reviewed-by: Gavin Shan <gshan@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
|