On 31/01/2023 12.53, Bernhard Beschow wrote:
The Q35_MASK macro is already defined by TYPE_Q35_HOST_DEVICE, so let TYPE_ICH9_LPC_DEVICE have its own one to prevent potential name clash.
Ouch, good catch!
Signed-off-by: Bernhard Beschow <shen...@gmail.com> --- include/hw/i386/ich9.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
Reviewed-by: Thomas Huth <th...@redhat.com>