qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 20/27] not-for-upstream: spapr: break default consol


From: Anthony Liguori
Subject: [Qemu-devel] [PATCH 20/27] not-for-upstream: spapr: break default console
Date: Tue, 20 Dec 2011 10:51:49 -0600

I think David has an idea about how to fix this properly.

Cc: David Gibson <address@hidden>
---
 hw/spapr_vty.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/hw/spapr_vty.c b/hw/spapr_vty.c
index 2849961..29cb006 100644
--- a/hw/spapr_vty.c
+++ b/hw/spapr_vty.c
@@ -154,6 +154,7 @@ static VIOsPAPRDevice *vty_lookup(sPAPREnvironment *spapr, 
target_ulong reg)
     VIOsPAPRDevice *sdev;
 
     sdev = spapr_vio_find_by_reg(spapr->vio_bus, reg);
+#if 0
     if (!sdev && reg == 0) {
         DeviceState *qdev;
 
@@ -168,6 +169,7 @@ static VIOsPAPRDevice *vty_lookup(sPAPREnvironment *spapr, 
target_ulong reg)
             }
         }
     }
+#endif
 
     return sdev;
 }
-- 
1.7.4.1




reply via email to

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