qdev: ignore GlobalProperty.errp for hotplugged devices
[qemu.git] / qobject / qnull.c
blobc124d0585eb9edcc8e63b32dde5189e0613d0edd
1 /*
2 * QNull
4 * Copyright (C) 2015 Red Hat, Inc.
6 * Authors:
7 * Markus Armbruster <armbru@redhat.com>
9 * This work is licensed under the terms of the GNU LGPL, version 2.1
10 * or later. See the COPYING.LIB file in the top-level directory.
13 #include "qemu/osdep.h"
14 #include "qemu-common.h"
15 #include "qapi/qmp/qobject.h"
17 QObject qnull_ = {
18 .type = QTYPE_QNULL,
19 .refcnt = 1,