Re: [Qemu-devel] [PATCH v4 00/13] arm: nRF51 Devices and Microbit Support

2018-11-08 Thread no-reply
Hi, This series failed docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 20181102170730.12432-1-cont...@steffen-goertz.de Subject: [Qemu-devel] [PATCH v4 00/13

Re: [Qemu-devel] [PATCH v4 00/13] arm: nRF51 Devices and Microbit Support

2018-11-08 Thread no-reply
Hi, This series failed docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 20181102170730.12432-1-cont...@steffen-goertz.de Subject: [Qemu-devel] [PATCH v4 00/13

Re: [Qemu-devel] [PATCH v4 00/13] arm: nRF51 Devices and Microbit Support

2018-11-08 Thread Peter Maydell
On 8 November 2018 at 10:20, Joel Stanley wrote: > On Thu, 8 Nov 2018 at 20:12, Peter Maydell wrote: >> >> On 8 November 2018 at 09:32, Stefan Hajnoczi wrote: >> > On Fri, Nov 02, 2018 at 01:07:17PM -0400, Steffen Görtz wrote: >> > >> > Thank you, Steffen! I have posted my Reviewed-by on all pa

Re: [Qemu-devel] [PATCH v4 00/13] arm: nRF51 Devices and Microbit Support

2018-11-08 Thread Joel Stanley
On Thu, 8 Nov 2018 at 20:12, Peter Maydell wrote: > > On 8 November 2018 at 09:32, Stefan Hajnoczi wrote: > > On Fri, Nov 02, 2018 at 01:07:17PM -0400, Steffen Görtz wrote: > > > > Thank you, Steffen! I have posted my Reviewed-by on all patches. > > > > Joel: Will you send pull requests for the

Re: [Qemu-devel] [PATCH v4 00/13] arm: nRF51 Devices and Microbit Support

2018-11-08 Thread Peter Maydell
On 8 November 2018 at 09:32, Stefan Hajnoczi wrote: > On Fri, Nov 02, 2018 at 01:07:17PM -0400, Steffen Görtz wrote: > > Thank you, Steffen! I have posted my Reviewed-by on all patches. > > Joel: Will you send pull requests for the microbit machine types or do > you want Peter to merge this? I h

Re: [Qemu-devel] [PATCH v4 00/13] arm: nRF51 Devices and Microbit Support

2018-11-08 Thread Stefan Hajnoczi
On Fri, Nov 02, 2018 at 01:07:17PM -0400, Steffen Görtz wrote: Thank you, Steffen! I have posted my Reviewed-by on all patches. Joel: Will you send pull requests for the microbit machine types or do you want Peter to merge this? > This series contains additional peripheral devices for the nRF51

Re: [Qemu-devel] [PATCH v4 00/13] arm: nRF51 Devices and Microbit Support

2018-11-05 Thread no-reply
Hi, This series failed docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 20181102170730.12432-1-cont...@steffen-goertz.de Subject: [Qemu-devel] [PATCH v4 00/13

Re: [Qemu-devel] [PATCH v4 00/13] arm: nRF51 Devices and Microbit Support

2018-11-05 Thread no-reply
Hi, This series failed docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 20181102170730.12432-1-cont...@steffen-goertz.de Subject: [Qemu-devel] [PATCH v4 00/13

Re: [Qemu-devel] [PATCH v4 00/13] arm: nRF51 Devices and Microbit Support

2018-11-04 Thread no-reply
Hi, This series failed docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 20181102170730.12432-1-cont...@steffen-goertz.de Subject: [Qemu-devel] [PATCH v4 00/13

Re: [Qemu-devel] [PATCH v4 00/13] arm: nRF51 Devices and Microbit Support

2018-11-04 Thread no-reply
Hi, This series failed docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 20181102170730.12432-1-cont...@steffen-goertz.de Subject: [Qemu-devel] [PATCH v4 00/13

[Qemu-devel] [PATCH v4 00/13] arm: nRF51 Devices and Microbit Support

2018-11-02 Thread Steffen Görtz
This series contains additional peripheral devices for the nRF51822 microcontroller. Included devices: - Random Number Generator - Non-volatile Memories - General purpose I/O - Timer - Stub for clock peripheral v4: * Use int's instead of long's in set_irq_in, allow arbitrary base, fix docu