Re: [Qemu-devel] [PATCH v3] configure: adding ppc64le to supported host CPUs

2017-11-01 Thread Daniel Henrique Barboza
On 11/01/2017 05:34 PM, Philippe Mathieu-Daudé wrote: Hi Daniel, On 11/01/2017 04:21 PM, Daniel Henrique Barboza wrote: When executing 'configure' in a fresh QEMU clone, in a fresh OS install running in a ppc64le host, this is the error shown: - ../configure --enable-trace-backend=simpl

Re: [Qemu-devel] [PATCH v3] configure: adding ppc64le to supported host CPUs

2017-11-01 Thread Philippe Mathieu-Daudé
Hi Daniel, On 11/01/2017 04:21 PM, Daniel Henrique Barboza wrote: > When executing 'configure' in a fresh QEMU clone, in a fresh > OS install running in a ppc64le host, this is the error > shown: > > - > > ../configure --enable-trace-backend=simple --enable-debug > --target-list=ppc64-so

Re: [Qemu-devel] [PATCH v3] configure: adding ppc64le to supported host CPUs

2017-11-01 Thread Daniel Henrique Barboza
The commit title/subject is misleading. I'll resend with a better commit title. On 11/01/2017 05:21 PM, Daniel Henrique Barboza wrote: When executing 'configure' in a fresh QEMU clone, in a fresh OS install running in a ppc64le host, this is the error shown: - ../configure --enable-trace-

[Qemu-devel] [PATCH v3] configure: adding ppc64le to supported host CPUs

2017-11-01 Thread Daniel Henrique Barboza
When executing 'configure' in a fresh QEMU clone, in a fresh OS install running in a ppc64le host, this is the error shown: - ../configure --enable-trace-backend=simple --enable-debug --target-list=ppc64-softmmu ERROR: Unsupported CPU = ppc64le, try --enable-tcg-interpreter - This