Re: [Qemu-devel] [RFC] qapi: command category to stimulate high-level machine devices

2018-06-07 Thread Stefan Hajnoczi
On Mon, Jun 04, 2018 at 05:14:25PM -0500, Eric Blake wrote: > On 06/01/2018 10:16 PM, Steffen Görtz wrote: > > From: Steffen Goertz > > > > Add a new category "stimulate" to host commands that > > act upon high-level devices associated with machines/boards. > > > > This is patch is part of an ef

Re: [Qemu-devel] [RFC] qapi: command category to stimulate high-level machine devices

2018-06-04 Thread Eric Blake
On 06/01/2018 10:16 PM, Steffen Görtz wrote: From: Steffen Goertz Add a new category "stimulate" to host commands that act upon high-level devices associated with machines/boards. This is patch is part of an effort to add support for BBC:microbit educational computer to QEMU. The microbit boa

Re: [Qemu-devel] [RFC] qapi: command category to stimulate high-level machine devices

2018-06-02 Thread no-reply
category to stimulate high-level machine devices === TEST SCRIPT BEGIN === #!/bin/bash set -e git submodule update --init dtc # Let docker tests dump environment info export SHOW_ENV=1 export J=8 time make docker-test-mingw@fedora === TEST SCRIPT END === Updating

Re: [Qemu-devel] [RFC] qapi: command category to stimulate high-level machine devices

2018-06-02 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20180602031629.3925-1-cont...@steffen-goertz.de Subject: [Qemu-devel] [RFC] qapi: command category to stimulate high-level machine devices === TEST SCRIPT BEGIN === #!/bin

[Qemu-devel] [RFC] qapi: command category to stimulate high-level machine devices

2018-06-02 Thread Steffen Görtz
From: Steffen Goertz Add a new category "stimulate" to host commands that act upon high-level devices associated with machines/boards. This is patch is part of an effort to add support for BBC:microbit educational computer to QEMU. The microbit board, as many other microcontroller boards, conta