From: Marcelo Tosatti <[email protected]>

Signed-off-by: Marcelo Tosatti <[email protected]>

diff --git a/vl.c b/vl.c
index 0ee2908..939da1f 100644
--- a/vl.c
+++ b/vl.c
@@ -5870,10 +5870,8 @@ int main(int argc, char **argv, char **envp)
     if (nb_drives_opt < MAX_DRIVES)
         drive_add(NULL, SD_ALIAS);
 
-    /* open the virtual block devices
-     * note that migration with device
-     * hot add/remove is broken.
-     */
+    /* open the virtual block devices */
+
     for(i = 0; i < nb_drives_opt; i++)
         if (drive_init(&drives_opt[i], snapshot, machine) == -1)
            exit(1);
--
To unsubscribe from this list: send the line "unsubscribe kvm-commits" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to