Re: unable to use "-net user" argument after building from master branch

2023-01-30 Thread Neal Elliott
thank you, that worked perfect! 






On Monday, January 30, 2023 at 05:08:00 AM EST, Bin Meng  
wrote: 





On Mon, Jan 30, 2023 at 6:01 PM Neal Elliott  wrote:

>
> hello,
>            I'm unable to use the "-net user" argument with the compiled 
>"qemu-system-x86_64" binary. I get an error: "qemu-system-x86_64: -net user: 
>network backend 'user' is not compiled into this binary"
>
> I don't know what I'm missing when I used the configure script with the 
> following arguments:
>
>  ../configure --enable-linux-user --enable-user --enable-curses 
>--enable-vhost-net --enable-vhost-user --enable-png
>
> what am I doing wrong? what other arguments do I need to add to allow the 
> "-net user" option to work?

>

Please install libslirp dev package for your host distribution.

Regards,
Bin




Re: unable to use "-net user" argument after building from master branch

2023-01-30 Thread Bin Meng
On Mon, Jan 30, 2023 at 6:01 PM Neal Elliott  wrote:
>
> hello,
> I'm unable to use the "-net user" argument with the compiled 
> "qemu-system-x86_64" binary. I get an error: "qemu-system-x86_64: -net user: 
> network backend 'user' is not compiled into this binary"
>
> I don't know what I'm missing when I used the configure script with the 
> following arguments:
>
>  ../configure --enable-linux-user --enable-user --enable-curses 
> --enable-vhost-net --enable-vhost-user --enable-png
>
> what am I doing wrong? what other arguments do I need to add to allow the 
> "-net user" option to work?
>

Please install libslirp dev package for your host distribution.

Regards,
Bin



unable to use "-net user" argument after building from master branch

2023-01-30 Thread Neal Elliott
hello, 
            I'm unable to use the "-net user" argument with the compiled 
"qemu-system-x86_64" binary. I get an error: "qemu-system-x86_64: -net user: 
network backend 'user' is not compiled into this binary"

I don't know what I'm missing when I used the configure script with the 
following arguments:

 ../configure --enable-linux-user --enable-user --enable-curses 
--enable-vhost-net --enable-vhost-user --enable-png

what am I doing wrong? what other arguments do I need to add to allow the "-net 
user" option to work?