mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-02 21:32:52 +00:00
5708fc6655
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
8 lines
131 B
C
8 lines
131 B
C
#include "qemu-common.h"
|
|
#include "monitor/monitor.h"
|
|
|
|
Monitor *cur_mon;
|
|
|
|
void monitor_set_error(Monitor *mon, QError *qerror)
|
|
{
|
|
}
|