google / novm

Experimental KVM-based VMM for containers, written in Go.
Apache License 2.0
1.68k stars 123 forks source link

Add a space before cmdline we pass #36

Closed hamo closed 9 months ago

hamo commented 9 years ago

if we pass a cmdline arg through cli, current code will concat our cmdline arg with these ones generated by devices. Add a space before the cmdline arg we passed.

Review on Reviewable