[pve-devel] [PATCH 2/4] convert serial to-new-device-syntax V2
Derumier Alexandre
aderumier at odiso.com
Fri Sep 9 10:27:22 CEST 2011
Signed-off-by: Derumier Alexandre <aderumier at odiso.com>
---
PVE/QemuServer.pm | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm
index ec4647c..29b304b 100644
--- a/PVE/QemuServer.pm
+++ b/PVE/QemuServer.pm
@@ -1970,7 +1970,8 @@ sub config_to_command {
foreach my $dev (@dl) {
next if !$dev;
if (-c $dev) {
- push @$cmd, '-serial', "$dev";
+ push @$cmd, '-chardev', "tty,id=serial0,path=$dev";
+ push @$cmd, '-device', "isa-serial,chardev=serial0";
}
}
}
--
1.7.2.5
More information about the pve-devel
mailing list