Re: [Qemu-devel] [PULL 00/51] tcg queued patches

2017-11-02 Thread Emilio G. Cota
On Thu, Nov 02, 2017 at 13:38:07 +, Peter Maydell wrote: > Maybe we should allow machine models to specify: > * max_cpus (the most they can support; 1 if not set by board, >as in current code) > * min_cpus (the least they can support; 1 if not set by board) > * default_cpus (what you get

Re: [Qemu-devel] [PULL 00/51] tcg queued patches

2017-11-02 Thread Peter Maydell
On 1 November 2017 at 20:36, Emilio G. Cota wrote: > On Wed, Nov 01, 2017 at 18:34:23 +0100, Thomas Huth wrote: >> Seems like something in this patch series broke a couple of ARM boards >> (smdkc210, nuri, raspi2, xlnx-ep108 and xlnx-zcu102). With current >> master branch, I just get this error: >

Re: [Qemu-devel] [PULL 00/51] tcg queued patches

2017-11-01 Thread Emilio G. Cota
On Wed, Nov 01, 2017 at 18:34:23 +0100, Thomas Huth wrote: > Seems like something in this patch series broke a couple of ARM boards > (smdkc210, nuri, raspi2, xlnx-ep108 and xlnx-zcu102). With current > master branch, I just get this error: > > $ aarch64-softmmu/qemu-system-aarch64 -machine raspi

Re: [Qemu-devel] [PULL 00/51] tcg queued patches

2017-11-01 Thread Thomas Huth
On 25.10.2017 11:34, Richard Henderson wrote: > Primarily Emilio's work toward removing tb_lock, with fixes. > But there are some other tcg-related patches that are queued. > > r~ > > The following changes since commit 3d7196d43bfe12efe98568cb60057e273652b99b: > > Merge remote-tracking branch

Re: [Qemu-devel] [PULL 00/51] tcg queued patches

2017-10-26 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Subject: [Qemu-devel] [PULL 00/51] tcg queued patches Type: series Message-id: 20171025093535.10175-1-richard.hender...@linaro.org === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total=$(git

Re: [Qemu-devel] [PULL 00/51] tcg queued patches

2017-10-25 Thread Peter Maydell
On 25 October 2017 at 10:34, Richard Henderson wrote: > Primarily Emilio's work toward removing tb_lock, with fixes. > But there are some other tcg-related patches that are queued. > > > r~ > > > The following changes since commit 3d7196d43bfe12efe98568cb60057e273652b99b: > > Merge remote-tracki

[Qemu-devel] [PULL 00/51] tcg queued patches

2017-10-25 Thread Richard Henderson
Primarily Emilio's work toward removing tb_lock, with fixes. But there are some other tcg-related patches that are queued. r~ The following changes since commit 3d7196d43bfe12efe98568cb60057e273652b99b: Merge remote-tracking branch 'remotes/kraxel/tags/usb-20171023-pull-request' into stagin