Re: [Qemu-devel] unrecognized option --object

2017-07-21 Thread 陳培泓
It works when I replace /usr/bin/qemu-nbd with qemu-nbd which I just built from qemu github. 2017-07-21 17:26 GMT+08:00 Fam Zheng : > On Fri, 07/21 10:15, Peter Maydell wrote: > > On 21 July 2017 at 05:10, Fam Zheng wrote: > > > On Thu, 07/20 19:06, 陳培泓 wrote: > > >> I build qemu from the https:

Re: [Qemu-devel] unrecognized option --object

2017-07-21 Thread Fam Zheng
On Fri, 07/21 10:15, Peter Maydell wrote: > On 21 July 2017 at 05:10, Fam Zheng wrote: > > On Thu, 07/20 19:06, 陳培泓 wrote: > >> I build qemu from the https://github.com/qemu/qemu, and it didn't show any > >> errors. > >> > >> I tried qemu-nbd --object secret,id=sec0... > >> but it shows unrecogniz

Re: [Qemu-devel] unrecognized option --object

2017-07-21 Thread Peter Maydell
On 21 July 2017 at 05:10, Fam Zheng wrote: > On Thu, 07/20 19:06, 陳培泓 wrote: >> I build qemu from the https://github.com/qemu/qemu, and it didn't show any >> errors. >> >> I tried qemu-nbd --object secret,id=sec0... >> but it shows unrecognized option '--object ' >> >> how to solve it? > > -object

Re: [Qemu-devel] unrecognized option --object

2017-07-20 Thread Fam Zheng
On Thu, 07/20 19:06, 陳培泓 wrote: > I build qemu from the https://github.com/qemu/qemu, and it didn't show any > errors. > > I tried qemu-nbd --object secret,id=sec0... > but it shows unrecognized option '--object ' > > how to solve it? -object it is. Thanks. Fam

[Qemu-devel] unrecognized option --object

2017-07-20 Thread 陳培泓
I build qemu from the https://github.com/qemu/qemu, and it didn't show any errors. I tried qemu-nbd --object secret,id=sec0... but it shows unrecognized option '--object ' how to solve it?