projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7aae22
)
block: fix warning introduced in efcc7a23
author
Anthony Liguori
<aliguori@us.ibm.com>
Thu, 10 May 2012 14:10:42 +0000
(09:10 -0500)
committer
Anthony Liguori
<aliguori@us.ibm.com>
Thu, 10 May 2012 14:10:42 +0000
(09:10 -0500)
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
block/stream.c
patch
|
blob
|
history
diff --git
a/block/stream.c
b/block/stream.c
index 608a860aa250f1035043989e0c9dd6428bbda192..8e5832273bdd28c73530b6b3533d7463be253520 100644
(file)
--- a/
block/stream.c
+++ b/
block/stream.c
@@
-166,7
+166,7
@@
static void coroutine_fn stream_run(void *opaque)
BlockDriverState *base = s->base;
int64_t sector_num, end;
int ret = 0;
- int n;
+ int n
= 0
;
void *buf;
s->common.len = bdrv_getlength(bs);