Re: [Qemu-devel] [PATCH 16/20] qidl: Add documentation

2012-08-18 Thread Blue Swirl
On Tue, Aug 14, 2012 at 10:20 PM, Peter Maydell wrote: > On 14 August 2012 23:15, Michael Roth wrote: >> On Tue, Aug 14, 2012 at 08:41:56PM +0100, Peter Maydell wrote: >>> On 14 August 2012 17:27, Michael Roth wrote: >>> > +In our *SerialDevice* example, the *CharDriverState* pointer reflects >

Re: [Qemu-devel] [PATCH 16/20] qidl: Add documentation

2012-08-14 Thread Peter Maydell
On 14 August 2012 23:15, Michael Roth wrote: > On Tue, Aug 14, 2012 at 08:41:56PM +0100, Peter Maydell wrote: >> On 14 August 2012 17:27, Michael Roth wrote: >> > +In our *SerialDevice* example, the *CharDriverState* pointer reflects the >> > host >> > +backend that we use to send serial output

Re: [Qemu-devel] [PATCH 16/20] qidl: Add documentation

2012-08-14 Thread Michael Roth
On Tue, Aug 14, 2012 at 08:41:56PM +0100, Peter Maydell wrote: > On 14 August 2012 17:27, Michael Roth wrote: > > > > Signed-off-by: Michael Roth > > --- > > docs/qidl.txt | 343 > > + > > 1 file changed, 343 insertions(+) > > create mod

Re: [Qemu-devel] [PATCH 16/20] qidl: Add documentation

2012-08-14 Thread Peter Maydell
On 14 August 2012 17:27, Michael Roth wrote: > > Signed-off-by: Michael Roth > --- > docs/qidl.txt | 343 > + > 1 file changed, 343 insertions(+) > create mode 100644 docs/qidl.txt > > diff --git a/docs/qidl.txt b/docs/qidl.txt > new fil

Re: [Qemu-devel] [PATCH 16/20] qidl: Add documentation

2012-08-14 Thread Eric Blake
On 08/14/2012 10:27 AM, Michael Roth wrote: > Signed-off-by: Michael Roth > --- > docs/qidl.txt | 343 > + > 1 file changed, 343 insertions(+) > create mode 100644 docs/qidl.txt > > + > +For the rest, of the document, the following simpl

[Qemu-devel] [PATCH 16/20] qidl: Add documentation

2012-08-14 Thread Michael Roth
Signed-off-by: Michael Roth --- docs/qidl.txt | 343 + 1 file changed, 343 insertions(+) create mode 100644 docs/qidl.txt diff --git a/docs/qidl.txt b/docs/qidl.txt new file mode 100644 index 000..19976d9 --- /dev/null +++ b/docs/qid