Displaying 6 results from an estimated 6 matches for "uncovert".
Did you mean:
uncover
2014 Oct 24
5
[PATCH RFC 00/11] qemu: towards virtio-1 host support
...>
> > I've mainly focused on:
> > - endianness handling
> > - extended feature bits
> > - virtio-ccw new/changed commands
>
> So issues identified so far:
Thanks for taking a look.
> - devices not converted yet should not advertize 1.0
Neither should an uncoverted transport. So we either can
- have transport set the bit and rely on devices ->get_features
callback to mask it out
(virtio-ccw has to change the calling order for get_features, btw.)
- have device set the bit and the transport mask it out later. Feels a
bit weird, as virtio-1 is a trans...
2014 Oct 24
5
[PATCH RFC 00/11] qemu: towards virtio-1 host support
...>
> > I've mainly focused on:
> > - endianness handling
> > - extended feature bits
> > - virtio-ccw new/changed commands
>
> So issues identified so far:
Thanks for taking a look.
> - devices not converted yet should not advertize 1.0
Neither should an uncoverted transport. So we either can
- have transport set the bit and rely on devices ->get_features
callback to mask it out
(virtio-ccw has to change the calling order for get_features, btw.)
- have device set the bit and the transport mask it out later. Feels a
bit weird, as virtio-1 is a trans...
2014 Oct 24
0
[PATCH RFC 00/11] qemu: towards virtio-1 host support
...> - endianness handling
> > > - extended feature bits
> > > - virtio-ccw new/changed commands
> >
> > So issues identified so far:
>
> Thanks for taking a look.
>
> > - devices not converted yet should not advertize 1.0
>
> Neither should an uncoverted transport. So we either can
> - have transport set the bit and rely on devices ->get_features
> callback to mask it out
> (virtio-ccw has to change the calling order for get_features, btw.)
> - have device set the bit and the transport mask it out later. Feels a
> bit weir...
2014 Oct 28
0
[PATCH RFC 00/11] qemu: towards virtio-1 host support
...> - endianness handling
> > > - extended feature bits
> > > - virtio-ccw new/changed commands
> >
> > So issues identified so far:
>
> Thanks for taking a look.
>
> > - devices not converted yet should not advertize 1.0
>
> Neither should an uncoverted transport. So we either can
> - have transport set the bit and rely on devices ->get_features
> callback to mask it out
> (virtio-ccw has to change the calling order for get_features, btw.)
> - have device set the bit and the transport mask it out later. Feels a
> bit weir...
2014 Oct 07
18
[PATCH RFC 00/11] qemu: towards virtio-1 host support
This patchset aims to get us some way to implement virtio-1 compliant
and transitional devices in qemu. Branch available at
git://github.com/cohuck/qemu virtio-1
I've mainly focused on:
- endianness handling
- extended feature bits
- virtio-ccw new/changed commands
Thanks go to Thomas for some preliminary work in this area.
I've been able to start guests both with and without the
2014 Oct 07
18
[PATCH RFC 00/11] qemu: towards virtio-1 host support
This patchset aims to get us some way to implement virtio-1 compliant
and transitional devices in qemu. Branch available at
git://github.com/cohuck/qemu virtio-1
I've mainly focused on:
- endianness handling
- extended feature bits
- virtio-ccw new/changed commands
Thanks go to Thomas for some preliminary work in this area.
I've been able to start guests both with and without the