diff options
| author | Anthony Liguori <aliguori@us.ibm.com> | 2011-12-12 10:08:08 -0600 |
|---|---|---|
| committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-12-12 10:08:08 -0600 |
| commit | 9bf4896e5d565785316d2c179be91fba11fbf3fb (patch) | |
| tree | 4ac5f38e5f88949dbded2562db95ddb9253c28a2 /monitor.h | |
| parent | 774d5c5b1604b8443a8e42048b370b6c95dbfc40 (diff) | |
| parent | 3dc853832db7bf8ac3878e0666c639d3bc02b587 (diff) | |
| download | focaccia-qemu-9bf4896e5d565785316d2c179be91fba11fbf3fb.tar.gz focaccia-qemu-9bf4896e5d565785316d2c179be91fba11fbf3fb.zip | |
Merge remote-tracking branch 'qmp/queue/qmp' into staging
Diffstat (limited to 'monitor.h')
| -rw-r--r-- | monitor.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/monitor.h b/monitor.h index e76795f1f3..052f1cb244 100644 --- a/monitor.h +++ b/monitor.h @@ -49,6 +49,9 @@ void monitor_resume(Monitor *mon); int monitor_read_bdrv_key_start(Monitor *mon, BlockDriverState *bs, BlockDriverCompletionFunc *completion_cb, void *opaque); +int monitor_read_block_device_key(Monitor *mon, const char *device, + BlockDriverCompletionFunc *completion_cb, + void *opaque); int monitor_get_fd(Monitor *mon, const char *fdname); |