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

2018-12-15 Thread Stefan Hajnoczi
On Mon, Nov 12, 2018 at 04:42:10PM -0500, Steffen Görtz wrote: > 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 Hi

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

2018-11-20 Thread Steffen Görtz
Thank you Stefan and Peter for your thoughtful comments and all the time that went into this patch series already. I will send a revision of the patch series today or tomorrow. Best, Steffen On 19.11.18 08:02, Stefan Hajnoczi wrote: > On Mon, Nov 12, 2018 at 04:42:10PM -0500, Steffen Görtz wrote

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

2018-11-19 Thread Stefan Hajnoczi
On Mon, Nov 12, 2018 at 04:42:10PM -0500, Steffen Görtz wrote: > This series contains additional peripheral devices for the nRF51822 > microcontroller. Hi Steffen, I have finished reviewing this revision, please feel free to send the next revision addressing comments. It's getting very close and

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

2018-11-16 Thread Peter Maydell
On 12 November 2018 at 21:42, Steffen Görtz wrote: > 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 > > v5: Hi; if I

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

2018-11-13 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: 20181112214224.31560-1-cont...@steffen-goertz.de Subject: [Qemu-devel] [PATCH v5 00/14

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

2018-11-13 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: 20181112214224.31560-1-cont...@steffen-goertz.de Subject: [Qemu-devel] [PATCH v5 00/14

[Qemu-devel] [PATCH v5 00/14] arm: nRF51 Devices and Microbit Support

2018-11-12 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 v5: * Nearly entirely new timer. The old timer had a lot of flaws. Review m