summaryrefslogtreecommitdiffstats
path: root/qemu-common.h
diff options
context:
space:
mode:
authorAnthony Liguori2011-02-16 15:47:13 +0100
committerAnthony Liguori2011-02-16 15:47:13 +0100
commit79f2b6fcdb7c06cdce6eccc796f5651f3efb843e (patch)
treefcb22804f1845c77206bbfe6ff2f3470deea014f /qemu-common.h
parentMerge remote branch 'qemu-kvm/uq/master' into staging (diff)
parentqcow2: Fix order in L2 table COW (diff)
downloadqemu-79f2b6fcdb7c06cdce6eccc796f5651f3efb843e.tar.gz
qemu-79f2b6fcdb7c06cdce6eccc796f5651f3efb843e.tar.xz
qemu-79f2b6fcdb7c06cdce6eccc796f5651f3efb843e.zip
Merge remote branch 'kwolf/for-anthony' into staging
Diffstat (limited to 'qemu-common.h')
-rw-r--r--qemu-common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/qemu-common.h b/qemu-common.h
index a4d9c21a39..40dad5208c 100644
--- a/qemu-common.h
+++ b/qemu-common.h
@@ -323,6 +323,8 @@ void qemu_iovec_reset(QEMUIOVector *qiov);
void qemu_iovec_to_buffer(QEMUIOVector *qiov, void *buf);
void qemu_iovec_from_buffer(QEMUIOVector *qiov, const void *buf, size_t count);
void qemu_iovec_memset(QEMUIOVector *qiov, int c, size_t count);
+void qemu_iovec_memset_skip(QEMUIOVector *qiov, int c, size_t count,
+ size_t skip);
struct Monitor;
typedef struct Monitor Monitor;