qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 10/10] hxtool: Fix line number reporting on SQMP/EQM


From: Luiz Capitulino
Subject: [Qemu-devel] [PATCH 10/10] hxtool: Fix line number reporting on SQMP/EQMP errors
Date: Fri, 11 Jun 2010 16:58:15 -0300

From: Jan Kiszka <address@hidden>

Signed-off-by: Jan Kiszka <address@hidden>
Signed-off-by: Luiz Capitulino <address@hidden>
---
 hxtool |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/hxtool b/hxtool
index d499dc0..7ca83ed 100644
--- a/hxtool
+++ b/hxtool
@@ -59,6 +59,7 @@ hxtoqmp()
 {
     IFS=
     flag=0
+    line=1
     while read -r str; do
         case "$str" in
             HXCOMM*)
@@ -87,6 +88,7 @@ hxtoqmp()
             test $flag -eq 1 && echo "$str"
             ;;
         esac
+        line=$((line+1))
     done
 }
 
-- 
1.7.1.251.g92a7




reply via email to

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