qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [COMMIT 9cff2d2] Fix typo, thanks to Andreas Faerber for


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT 9cff2d2] Fix typo, thanks to Andreas Faerber for spotting
Date: Thu, 23 Apr 2009 18:42:51 -0000

From: blueswir1 <address@hidden>

git-svn-id: svn://svn.savannah.nongnu.org/qemu/address@hidden 
c046a42c-6fe2-441c-8c8c-71466251a162

diff --git a/hw/xen_console.c b/hw/xen_console.c
index 4280000..27a0083 100644
--- a/hw/xen_console.c
+++ b/hw/xen_console.c
@@ -189,7 +189,7 @@ static int con_init(struct XenDevice *xendev)
     free(dom);
 
     type = xenstore_read_str(con->console, "type");
-    if (!type || strcmp(type, "ioemu" != 0)) {
+    if (!type || strcmp(type, "ioemu") != 0) {
        xen_be_printf(xendev, 1, "not for me (type=%s)\n", type);
        return -1;
     }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]