[pve-devel] [PATCH 07/11] convert serial device to new device syntax

Dietmar Maurer dietmar at proxmox.com
Thu Sep 8 09:26:59 CEST 2011


> +                push @$cmd, '-device isa-serial,chardev=serial0';

This looks wrong too, I guess you want:
>+                push @$cmd, '-device',  'isa-serial,chardev=serial0';





More information about the pve-devel mailing list