* [PATCH] ioemu: Clean up after cset 17646:e3b13e1ecf6c
@ 2008-06-26 19:04 Markus Armbruster
0 siblings, 0 replies; only message in thread
From: Markus Armbruster @ 2008-06-26 19:04 UTC (permalink / raw)
To: xen-devel; +Cc: Ian.Jackson
Remove redundant code.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
diff -r 926a366ca82f tools/ioemu/xenstore.c
--- a/tools/ioemu/xenstore.c Fri Jun 20 15:21:26 2008 +0100
+++ b/tools/ioemu/xenstore.c Thu Jun 26 14:59:48 2008 -0400
@@ -260,8 +260,6 @@ void xenstore_parse_domain_config(int hv
/* autoguess qcow vs qcow2 */
} else if (!strcmp(drv,"file") || !strcmp(drv,"phy")) {
format = &bdrv_raw;
- } else if (!strcmp(drv,"phy")) {
- format = &bdrv_raw;
} else {
format = bdrv_find_format(drv);
if (!format) {
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-06-26 19:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-26 19:04 [PATCH] ioemu: Clean up after cset 17646:e3b13e1ecf6c Markus Armbruster
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.