Re: [Qemu-devel] Build problem with qemu Makefile change

2015-11-24 Thread Steve Ellcey
On Mon, 2015-11-23 at 16:09 -0600, Michael Roth wrote: > Patch sent: > > http://article.gmane.org/gmane.comp.emulators.qemu/377965 The patch works for me. Thanks for the quick fix. Steve Ellcey sell...@imgtec.com

[Qemu-devel] Build problem with qemu Makefile change

2015-11-23 Thread Steve Ellcey
nstall install -c -m 0755 qemu-ga "/scratch/sellcey/repos/q2/install-mips-mti-linux-gnu/bin" I think the failure may be related to my use of '--disable-tools' or '--disable-system' in the configure and how this interacts with the Makefile change. Steve Ellcey sell...@imgtec.com

Re: [Qemu-devel] [PATCH] Makefile: fix build when VPATH is outside GIT tree

2015-09-25 Thread Steve Ellcey
ing the top-of-tree sources, but it doesn't look like this change has been checked in yet. It does fix my build problem. Steve Ellcey sell...@imgtec.com

Re: [Qemu-devel] MIPS qemu build failure

2015-09-17 Thread Steve Ellcey
s" != "no" -o "$softmmu" != "no"; then error_exit "pixman disabled but system emulation or tools build" \ "enabled. You can turn off pixman only if you also" \ "disable all system emulation targets and the tools" \ "build with '--disable-tools --disable-system'." fi Steve Ellcey sell...@imgtec.com

[Qemu-devel] MIPS qemu build failure

2015-09-16 Thread Steve Ellcey
Is anyone else seeing this qemu build failure? I am building qemu for MIPS from the top-of-tree sources. make[1]: *** No rule to make target `../qom/object.o', needed by `qemu-mips'. Stop. make: *** [subdir-mips-linux-user] Error 2 Error: Make command failed, stopping build. Steve Ellcey

Re: [Qemu-devel] qemu-devel digest question

2015-09-10 Thread Steve Ellcey
hread titles and decide if there is anything there I want to read more about. Having one thread spread across 2 or 3 digests (vs 10 or 20) actually makes it easier to follow a conversation, not harder. Steve Ellcey sell...@imgtec.com

[Qemu-devel] Building qemu with old python issue

2015-09-09 Thread Steve Ellcey
2.4.3. Is the use of the 5th argument on subn needed? And is it intentional that qemu cannot be built without a python 2.7 or later? Steve Ellcey sell...@imgtec.com

[Qemu-devel] Building qemu with old python issue

2015-09-09 Thread Steve Ellcey
2.4.3. Is the use of the 5th argument on subn needed? And is it intentional that qemu cannot be built without a python 2.7 or later? Steve Ellcey sell...@imgtec.com

[Qemu-devel] qemu-devel digest question

2015-09-09 Thread Steve Ellcey
the digests larger and less frequent. I am on various GCC, gdb, and binutils lists and I would say that most of them send out 4 to 10 digests a day. qemu-devel seems to send out a hundred or so. Any chance of becoming more digest-y? Steve Ellcey

Re: [Qemu-devel] [PATCH] configure: Require Python 2.6

2015-09-09 Thread Steve Ellcey
ually ran into this already with libgmodule where the CentOS 5.11 version was too old. We installed archive only libgmodule libraries so that we could build qemu on CentOS 5.11 using the archive libgmodule library and then users could run Qemu on different Centos 5.11 systems without having to i