projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a5fd91
)
ioemu: Clean up after cset 17646:e3b13e1ecf6c
author
Keir Fraser
<keir.fraser@citrix.com>
Fri, 27 Jun 2008 13:16:53 +0000
(14:16 +0100)
committer
Keir Fraser
<keir.fraser@citrix.com>
Fri, 27 Jun 2008 13:16:53 +0000
(14:16 +0100)
Remove redundant code.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
tools/ioemu/xenstore.c
patch
|
blob
|
history
diff --git
a/tools/ioemu/xenstore.c
b/tools/ioemu/xenstore.c
index aa8c894d0fb8331fd8f7bf313520625cc5a1adbd..0162dfe7d0b96eb700b27506e9cfaff020c742e1 100644
(file)
--- a/
tools/ioemu/xenstore.c
+++ b/
tools/ioemu/xenstore.c
@@
-260,8
+260,6
@@
void xenstore_parse_domain_config(int hvm_domid)
/* 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) {