mirror of
https://github.com/qemu/qemu.git
synced 2024-11-25 20:03:37 +08:00
5708fc6655
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
7 lines
122 B
C
7 lines
122 B
C
#include "qemu-common.h"
|
|
#include "monitor/monitor.h"
|
|
|
|
void monitor_protocol_event(MonitorEvent event, QObject *data)
|
|
{
|
|
}
|