]> Git Repo - qemu.git/blame - stubs/target-monitor-defs.c
migration/block: reset dirty bitmap before read in bulk phase
[qemu.git] / stubs / target-monitor-defs.c
CommitLineData
87c9b5e0 1#include "qemu/osdep.h"
bf957284
PB
2
3const MonitorDef *target_monitor_defs(void);
4
5const MonitorDef *target_monitor_defs(void)
6{
7 return NULL;
8}
This page took 0.145465 seconds and 4 git commands to generate.