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