diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2011-02-16 08:47:13 -0600 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-02-16 08:47:13 -0600 |
commit | 79f2b6fcdb7c06cdce6eccc796f5651f3efb843e (patch) | |
tree | fcb22804f1845c77206bbfe6ff2f3470deea014f /qemu-common.h | |
parent | c5d69e6bbf37bf5e3882060764b15e018e6a5321 (diff) | |
parent | 16fde5f2c2788232b16c06d34d0459a5c1ec1f6c (diff) |
Merge remote branch 'kwolf/for-anthony' into staging
Diffstat (limited to 'qemu-common.h')
-rw-r--r-- | qemu-common.h | 2 |
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; |