commit | 8a22f02a88b5c37bdbd48fc18ff6e572a8ffdfe2 | [log] [tgz] |
---|---|---|
author | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | Tue Apr 13 10:29:33 2010 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Apr 23 16:21:57 2010 +0200 |
tree | cca1682e7e7dcc89506931d51cb37b9658c2146b | |
parent | 85de0ba5e9dc8d318cd2c34b7a8d368946160a24 [diff] [blame] |
block: Convert first_drv to QLIST Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
diff --git a/block_int.h b/block_int.h index 466a38c..d4067ff 100644 --- a/block_int.h +++ b/block_int.h
@@ -126,7 +126,7 @@ /* Set if newly created images are not guaranteed to contain only zeros */ int no_zero_init; - struct BlockDriver *next; + QLIST_ENTRY(BlockDriver) list; }; struct BlockDriverState {