Re: [Qemu-devel] [PATCH for-1.3] vl.c: Fix broken -usb option

2012-11-26 Thread Anthony Liguori
Peter Maydell writes: > Commit 094b287f0b accidentally broke the "-usb" command line > option, so it would have no effect if the user had not specified > any machine options at that point. (the return value from > 'qemu_opts_find(qemu_find_opts("machine"), 0);' is NULL if there > are no user spec

Re: [Qemu-devel] [PATCH for-1.3] vl.c: Fix broken -usb option

2012-11-22 Thread Li Zhang
On 2012年11月23日 00:48, Peter Maydell wrote: Commit 094b287f0b accidentally broke the "-usb" command line option, so it would have no effect if the user had not specified any machine options at that point. (the return value from 'qemu_opts_find(qemu_find_opts("machine"), 0);' is NULL if there are n

[Qemu-devel] [PATCH for-1.3] vl.c: Fix broken -usb option

2012-11-22 Thread Peter Maydell
Commit 094b287f0b accidentally broke the "-usb" command line option, so it would have no effect if the user had not specified any machine options at that point. (the return value from 'qemu_opts_find(qemu_find_opts("machine"), 0);' is NULL if there are no user specified options, so it is only to be