From 5f74f33d51621b565befbc730dcf37c2b1fc5b0b Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 3 Apr 2009 15:43:15 +0100 Subject: [PATCH] xenstore: Set drives_table[].used Setting this field, newly introduced upstream, prevents the core drive option parser in vl.c from overwriting xenstore.c's work. Signed-off-by: Ian Jackson --- xenstore.c | 1 + 1 file changed, 1 insertion(+) diff --git a/xenstore.c b/xenstore.c index 67bae635..9360771b 100644 --- a/xenstore.c +++ b/xenstore.c @@ -505,6 +505,7 @@ void xenstore_parse_domain_config(int hvm_domid) } drives_table[nb_drives].bdrv = bs; + drives_table[nb_drives].used = 1; nb_drives++; } -- 2.39.5