Re: [Qemu-devel] [PULL 00/13] AVR target

2016-09-22 Thread Bastian Koppelmann
On 09/22/2016 06:10 PM, Richard Henderson wrote: > On 09/21/2016 11:40 PM, Thomas Huth wrote: >> Slowly we're getting really a lot of target-something folders in the >> main directory. Maybe we should rather introduce a singly "target" >> folder instead and put all the targets under that folder?

Re: [Qemu-devel] [PULL 00/13] AVR target

2016-09-22 Thread Richard Henderson
On 09/22/2016 09:29 AM, Peter Maydell wrote: The usual approach to this is that you add "&& !qtest_enabled()" to the check for "should we bomb out?". (see for instance mips_malta.c). Thanks. I'll fix that up this weekend. r~

Re: [Qemu-devel] [PULL 00/13] AVR target

2016-09-22 Thread Richard Henderson
On 09/21/2016 11:40 PM, Thomas Huth wrote: Slowly we're getting really a lot of target-something folders in the main directory. Maybe we should rather introduce a singly "target" folder instead and put all the targets under that folder? So we then get target/avr/, target/ppc/, target/i386/ etc.

Re: [Qemu-devel] [PULL 00/13] AVR target

2016-09-22 Thread Richard Henderson
On 09/22/2016 07:39 AM, Peter Maydell wrote: Fails 'make check' on all platforms: TEST: tests/qom-test... (pid=7359) /avr/qom/none: OK /avr/qom/sample: qemu-system-avr: Could not find flash image file '(null)' Broken pipe FAIL Ho hum.

Re: [Qemu-devel] [PULL 00/13] AVR target

2016-09-22 Thread Peter Maydell
On 22 September 2016 at 17:07, Richard Henderson wrote: > On 09/22/2016 07:39 AM, Peter Maydell wrote: >> >> Fails 'make check' on all platforms: >> >> TEST: tests/qom-test... (pid=7359) >> /avr/qom/none: OK >>

Re: [Qemu-devel] [PULL 00/13] AVR target

2016-09-22 Thread Peter Maydell
On 20 September 2016 at 20:54, Richard Henderson wrote: > Let us merge patch set v18. > > > r~ > > > > The following changes since commit ebc231d7daf1f41b23d8b6a6d1234800b86e5fe2: > > Merge remote-tracking branch 'remotes/awilliam/tags/vfio-fixes-20160915.0' > into staging

Re: [Qemu-devel] [PULL 00/13] AVR target

2016-09-22 Thread Thomas Huth
On Tue, 20 Sep 2016 12:54:31 -0700 Richard Henderson wrote: > Let us merge patch set v18. > > > r~ > > > > The following changes since commit ebc231d7daf1f41b23d8b6a6d1234800b86e5fe2: > > Merge remote-tracking branch 'remotes/awilliam/tags/vfio-fixes-20160915.0' > into