virtio-net: fix network stall under load
[qemu/ar7.git] / qemu-objects.h
blobe1d1e0ca7249b876f5a0ac3c82d8269e164165be
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 GPL, version 2. See
10 * the COPYING file in the top-level directory.
12 #ifndef QEMU_OBJECTS_H
13 #define QEMU_OBJECTS_H
15 #include "qobject.h"
16 #include "qint.h"
17 #include "qfloat.h"
18 #include "qbool.h"
19 #include "qstring.h"
20 #include "qdict.h"
21 #include "qlist.h"
22 #include "qjson.h"
24 #endif /* QEMU_OBJECTS_H */