[pve-devel] [PATCH 07/11] convert serial device to new device syntax
Dietmar Maurer
dietmar at proxmox.com
Thu Sep 8 09:25:15 CEST 2011
> + push @$cmd, '-chardev tty,id=serial0,path=', "$dev";
that looks wrong to me, I guess you want:
>+ push @$cmd, '-chardev', "tty,id=serial0,path=$dev";
Please verify.
- Dietmar
More information about the pve-devel
mailing list