projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe81c2c
)
block/raw: copy BlockLimits on raw_open
author
Peter Lieven
<pl@kamp.de>
Thu, 24 Oct 2013 10:06:57 +0000
(12:06 +0200)
committer
Kevin Wolf
<kwolf@redhat.com>
Thu, 28 Nov 2013 09:30:51 +0000
(10:30 +0100)
Signed-off-by: Peter Lieven <pl@kamp.de>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
block/raw_bsd.c
patch
|
blob
|
history
diff --git
a/block/raw_bsd.c
b/block/raw_bsd.c
index fb5181b127d4a877d9c4542ab5cf92316b624421..978ae7a102929d70889c3e9886498db79536d313 100644
(file)
--- a/
block/raw_bsd.c
+++ b/
block/raw_bsd.c
@@
-150,6
+150,7
@@
static int raw_open(BlockDriverState *bs, QDict *options, int flags,
Error **errp)
{
bs->sg = bs->file->sg;
+ bs->bl = bs->file->bl;
return 0;
}