Displaying 5 results from an estimated 5 matches for "ttb1".
Did you mean:
tab1
2004 Aug 06
0
linux,ices2, make errors
...ent to the list will be ignored/filtered.
>
>
- --
Logiciel Libre: La liberté n'a pas de prix
rado@linuxmg.org
http://linuxmg.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)
iD8DBQE+MEM0JUgdcHXeI+kRAimeAKChgFMWeRG6CnnvWk4W9L/qaIyQYQCePWHe
1XsvOBYhXcblqq+EHgI8vkI=
=TTb1
-----END PGP SIGNATURE-----
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request@xiph.org'
containing only the word 'unsubscribe' in the body. No subject is...
2004 Aug 06
3
linux,ices2, make errors
On Thu, 2003-01-23 at 06:00, Michael Smith wrote:
> Rakotomandimby Mihamina <mrakotom@wanadoo.fr> said:
>
> > Hi, i'm trying to complîle and install ices2 on my linux slackawre box :
> > After leting make runnins a while , i got these errors ...
> > Would tou help me to solve please ?
> > I have just grabbed ices from cvs.
>
> You need libshout from
2017 Apr 07
0
[RFC 3/3] virtio-iommu: future work
...LPAE 32/64 or short descriptor. It could
also contain additional capabilities. Then depending on the variant,
'config' would be:
struct pg_config_v7s {
le32 tcr;
le32 prrr;
le32 nmrr;
le32 asid;
};
struct pg_config_lpae {
le64 tcr;
le64 mair;
le32 asid;
/* And maybe TTB1? */
};
struct pg_config_arm {
le32 variant;
union ...;
};
I am really uneasy with describing all those nasty architectural details
in the virtio-iommu specification. We certainly won't start describing the
content bit-by-bit of tcr or mair here, but just declaring these fields
might be...
2017 Apr 07
34
[RFC 0/3] virtio-iommu: a paravirtualized IOMMU
This is the initial proposal for a paravirtualized IOMMU device using
virtio transport. It contains a description of the device, a Linux driver,
and a toy implementation in kvmtool. With this prototype, you can
translate DMA to guest memory from emulated (virtio), or passed-through
(VFIO) devices.
In its simplest form, implemented here, the device handles map/unmap
requests from the guest. Future
2017 Apr 07
34
[RFC 0/3] virtio-iommu: a paravirtualized IOMMU
This is the initial proposal for a paravirtualized IOMMU device using
virtio transport. It contains a description of the device, a Linux driver,
and a toy implementation in kvmtool. With this prototype, you can
translate DMA to guest memory from emulated (virtio), or passed-through
(VFIO) devices.
In its simplest form, implemented here, the device handles map/unmap
requests from the guest. Future