qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: [PATCH v2 1/3] kill drives_table


From: Gerd Hoffmann
Subject: [Qemu-devel] Re: [PATCH v2 1/3] kill drives_table
Date: Thu, 16 Jul 2009 16:54:32 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b3pre) Gecko/20090513 Fedora/3.0-2.3.beta2.fc11 Lightning/1.0pre Thunderbird/3.0b2

On 07/16/09 16:14, Juan Quintela wrote:
Gerd Hoffmann<address@hidden>  wrote:
diff --git a/qemu-char.c b/qemu-char.c
index 287e0cd..a7d8fb6 100644
--- a/qemu-char.c
+++ b/qemu-char.c
@@ -345,10 +345,12 @@ static int mux_proc_byte(CharDriverState *chr, MuxDriver 
*d, int ch)
              }
          case 's':
              {
+#if 0
                  int i;
                  for (i = 0; i<  nb_drives; i++) {
                          bdrv_commit(drives_table[i].bdrv);
                  }
+#endif
              }
              break;
          case 'b':

Why you didn't translate this one, you translate th erest of similar ones?

Not sure, probably just some leftover.
It certainly wasn't intended to make it into the final version of the patch, will fix.

cheers,
  Gerd





reply via email to

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