Re: [libvirt] [PATCH] Make sure all command line arguments get passed to UML

2010-08-14 Thread Eric Blake
On 08/12/2010 07:42 AM, so...@linux2go.dk wrote: From: Soren Hansen so...@linux2go.dk If umlBuildCommandLineChr fails (e.g. due to an unsupported chardev type), it returns NULL. umlBuildCommandLine does not check for this and sets this as an argument on the comand line, effectively ending

[libvirt] [PATCH] Make sure all command line arguments get passed to UML

2010-08-12 Thread soren
From: Soren Hansen so...@linux2go.dk If umlBuildCommandLineChr fails (e.g. due to an unsupported chardev type), it returns NULL. umlBuildCommandLine does not check for this and sets this as an argument on the comand line, effectively ending the argument list. This patch checks for this case and