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

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

building qemu on windows 11

2023-01-12 Thread Neal Elliott
Hello,              is it possible, or has anyone built qemu from the master branch using visual studio? I attempted to build the code using mingw64, but it failed to build. is there a current build document for windows?