virtio: fix error message for number of queues
[qemu.git] / include / qapi / qmp / types.h
blob7782ec5a602b6fc031129943ce7ae2ec99d0a9ed
1 /*
2 * Include all QEMU objects.
4 * Copyright (C) 2009 Red Hat Inc.
6 * Authors:
7 * Luiz Capitulino <lcapitulino@redhat.com>
9 * This work is licensed under the terms of the GNU LGPL, version 2.1 or later.
10 * See the COPYING.LIB file in the top-level directory.
13 #ifndef QEMU_OBJECTS_H
14 #define QEMU_OBJECTS_H
16 #include "qapi/qmp/qobject.h"
17 #include "qapi/qmp/qint.h"
18 #include "qapi/qmp/qfloat.h"
19 #include "qapi/qmp/qbool.h"
20 #include "qapi/qmp/qstring.h"
21 #include "qapi/qmp/qdict.h"
22 #include "qapi/qmp/qlist.h"
23 #include "qapi/qmp/qjson.h"
25 #endif /* QEMU_OBJECTS_H */