[Qemu-devel] The error from compiling QEMU statically

2018-11-07 Thread wj193102
Hi, everybody. I want to compile QEMU statically. But when I make the soure files, I get the error messages. Please help me to resolve them. Now I will tell you the steps what I do. (1)$ cd qemu-3.0.0 (2)$ ./configure --prefix=/usr --static (3)$ make When I input the "make" command, and run it,

Re: [Qemu-devel] qemu3.0.0: Linux on non x86 CPUs run Wine

2018-10-30 Thread wj193102
Thanks for your reply. At 2018-10-30 16:33:15, "Peter Maydell" wrote: >On 30 October 2018 at 02:16, wj193102 wrote: >> Hi, everyone. >> When I have installed the QEMU3.0.0 in the Linux on non X86 CPUS, I want >> to use user space emulator to run Wine. I c

[Qemu-devel] qemu3.0.0: Linux on non x86 CPUs run Wine

2018-10-29 Thread wj193102
Hi, everyone. When I have installed the QEMU3.0.0 in the Linux on non X86 CPUS, I want to use user space emulator to run Wine. I can get the source code for Wine and the RPM file for Wine from the WineHQ web page. I used to compile Wine in the X86-based Linux system and used it to run most

[Qemu-devel] qemu3.0.0: Linux on non x86 CPUs run x86 executable

2018-10-29 Thread wj193102
Hi, everyone. When I have installed the QEMU3.0.0 in the Linux on non X86 CPUS, I want to use user space emulator to run X86 executable. So I get the document from the QEMU web page (QEMU document) . I find the section 5.3 and read the content. But I have some questions in the following:

[Qemu-devel] qemu3.0.0 use wine for the application of X86

2018-10-24 Thread wj193102
Hi,everybody。 Now I have installed QEMU3.0.0. I want to launch wine by QEMU. But I can't find qemu-runtime-i386-XXX.tar.gz and qemu-XXX-i386-wine.tar.gz on the QEMU web page. Please tell me how I can get them and use the wine by QEMU? Thank you very much.