b4a42f8138
qdev-monitor.c is the only "core qdev" file that is not used in user-mode emulation, and it does not define anything that is used by hardware models. Remove it from the hw/ directory and remove hw/qdev-monitor.h from hw/qdev.h too; this requires some files to have some new explicitly includes. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
9 lines
110 B
C
9 lines
110 B
C
#ifndef QDEV_H
|
|
#define QDEV_H
|
|
|
|
#include "hw/hw.h"
|
|
#include "qdev-core.h"
|
|
#include "qdev-properties.h"
|
|
|
|
#endif
|