This driver handles in-memory chardev operations. That's, all writes
to this driver are stored in an internal buffer and it doesn't talk
to the external world in any way.
Right now it's very simple: it supports only writes. But it can be
easily extended to support more operations.
This is going t
On Fri, 12 Nov 2010 17:06:16 +0100
Markus Armbruster wrote:
> Luiz Capitulino writes:
>
> > On Fri, 12 Nov 2010 16:04:39 +0100
> > Markus Armbruster wrote:
> >
> >> Luiz Capitulino writes:
> >>
> >> > On Fri, 12 Nov 2010 15:16:33 +0100
> >> > Markus Armbruster wrote:
> >> >
> >> >> Luiz Cap
On Fri, 12 Nov 2010 16:54:14 +0100
Markus Armbruster wrote:
> Luiz Capitulino writes:
>
> > On Fri, 12 Nov 2010 11:16:54 +0100
> > Markus Armbruster wrote:
> >
> >> Luiz Capitulino writes:
> >>
> >> > On Thu, 11 Nov 2010 17:32:06 +0100
> >> > Markus Armbruster wrote:
> >> >
> >> >> Luiz Cap
Luiz Capitulino writes:
> On Fri, 12 Nov 2010 16:04:39 +0100
> Markus Armbruster wrote:
>
>> Luiz Capitulino writes:
>>
>> > On Fri, 12 Nov 2010 15:16:33 +0100
>> > Markus Armbruster wrote:
>> >
>> >> Luiz Capitulino writes:
>> >>
>> >> > On Fri, 12 Nov 2010 11:21:57 +0100
>> >> > Markus Ar
Luiz Capitulino writes:
> On Fri, 12 Nov 2010 11:16:54 +0100
> Markus Armbruster wrote:
>
>> Luiz Capitulino writes:
>>
>> > On Thu, 11 Nov 2010 17:32:06 +0100
>> > Markus Armbruster wrote:
>> >
>> >> Luiz Capitulino writes:
>> >>
>> >> > On Thu, 11 Nov 2010 16:30:26 +0100
>> >> > Markus Ar
On Fri, 12 Nov 2010 16:04:39 +0100
Markus Armbruster wrote:
> Luiz Capitulino writes:
>
> > On Fri, 12 Nov 2010 15:16:33 +0100
> > Markus Armbruster wrote:
> >
> >> Luiz Capitulino writes:
> >>
> >> > On Fri, 12 Nov 2010 11:21:57 +0100
> >> > Markus Armbruster wrote:
> >> >
> >> >> Luiz Cap
Luiz Capitulino writes:
> On Fri, 12 Nov 2010 15:16:33 +0100
> Markus Armbruster wrote:
>
>> Luiz Capitulino writes:
>>
>> > On Fri, 12 Nov 2010 11:21:57 +0100
>> > Markus Armbruster wrote:
>> >
>> >> Luiz Capitulino writes:
>> [...]
>> >> > +QString *qemu_chr_mem_to_qs(CharDriverState *chr)
On Fri, 12 Nov 2010 15:16:33 +0100
Markus Armbruster wrote:
> Luiz Capitulino writes:
>
> > On Fri, 12 Nov 2010 11:21:57 +0100
> > Markus Armbruster wrote:
> >
> >> Luiz Capitulino writes:
> [...]
> >> > +QString *qemu_chr_mem_to_qs(CharDriverState *chr)
> >> > +{
> >> > +MemoryDriver *d
Luiz Capitulino writes:
> On Fri, 12 Nov 2010 11:21:57 +0100
> Markus Armbruster wrote:
>
>> Luiz Capitulino writes:
[...]
>> > +QString *qemu_chr_mem_to_qs(CharDriverState *chr)
>> > +{
>> > +MemoryDriver *d = chr->opaque;
>> > +
>> > +if (d->outbuf_size == 0) {
>> > +return qs
On Fri, 12 Nov 2010 11:21:57 +0100
Markus Armbruster wrote:
> Luiz Capitulino writes:
>
> > This driver handles in-memory chardev operations. That's, all writes
> > to this driver are stored in an internal buffer and it doesn't talk
> > to the external world in any way.
> >
> > Right now it's v
On Fri, 12 Nov 2010 11:16:54 +0100
Markus Armbruster wrote:
> Luiz Capitulino writes:
>
> > On Thu, 11 Nov 2010 17:32:06 +0100
> > Markus Armbruster wrote:
> >
> >> Luiz Capitulino writes:
> >>
> >> > On Thu, 11 Nov 2010 16:30:26 +0100
> >> > Markus Armbruster wrote:
> >> >
> >> >> Luiz Cap
Luiz Capitulino writes:
> On Thu, 11 Nov 2010 17:32:06 +0100
> Markus Armbruster wrote:
>
>> Luiz Capitulino writes:
>>
>> > On Thu, 11 Nov 2010 16:30:26 +0100
>> > Markus Armbruster wrote:
>> >
>> >> Luiz Capitulino writes:
>> >>
>> >> > This driver handles in-memory chardev operations. Th
Luiz Capitulino writes:
> This driver handles in-memory chardev operations. That's, all writes
> to this driver are stored in an internal buffer and it doesn't talk
> to the external world in any way.
>
> Right now it's very simple: it supports only writes. But it can be
> easily extended to supp
This driver handles in-memory chardev operations. That's, all writes
to this driver are stored in an internal buffer and it doesn't talk
to the external world in any way.
Right now it's very simple: it supports only writes. But it can be
easily extended to support more operations.
This is going t
On Thu, 11 Nov 2010 17:32:06 +0100
Markus Armbruster wrote:
> Luiz Capitulino writes:
>
> > On Thu, 11 Nov 2010 16:30:26 +0100
> > Markus Armbruster wrote:
> >
> >> Luiz Capitulino writes:
> >>
> >> > This driver handles in-memory chardev operations. That's, all writes
> >> > to this driver
Luiz Capitulino writes:
> On Thu, 11 Nov 2010 16:30:26 +0100
> Markus Armbruster wrote:
>
>> Luiz Capitulino writes:
>>
>> > This driver handles in-memory chardev operations. That's, all writes
>> > to this driver are stored in an internal buffer and it doesn't talk
>> > to the external world
On Thu, 11 Nov 2010 16:30:26 +0100
Markus Armbruster wrote:
> Luiz Capitulino writes:
>
> > This driver handles in-memory chardev operations. That's, all writes
> > to this driver are stored in an internal buffer and it doesn't talk
> > to the external world in any way.
> >
> > Right now it's v
Luiz Capitulino writes:
> This driver handles in-memory chardev operations. That's, all writes
> to this driver are stored in an internal buffer and it doesn't talk
> to the external world in any way.
>
> Right now it's very simple: it supports only writes. But it can be
> easily extended to supp
This driver handles in-memory chardev operations. That's, all writes
to this driver are stored in an internal buffer and it doesn't talk
to the external world in any way.
Right now it's very simple: it supports only writes. But it can be
easily extended to support more operations.
This is going t
19 matches
Mail list logo