Dmitry Osipenko writes:
> On 6/21/24 11:59, Alex Bennée wrote:
>> Dmitry Osipenko writes:
>>
>>> On 6/19/24 20:37, Alex Bennée wrote:
So I've been experimenting with Aarch64 TCG with an Intel backend like
this:
./qemu-system-aarch64 \
-M virt -cpu cortex-a76
On 6/21/24 11:59, Alex Bennée wrote:
> Dmitry Osipenko writes:
>
>> On 6/19/24 20:37, Alex Bennée wrote:
>>> So I've been experimenting with Aarch64 TCG with an Intel backend like
>>> this:
>>>
>>> ./qemu-system-aarch64 \
>>>-M virt -cpu cortex-a76 \
>>>-device virtio-net-
Dmitry Osipenko writes:
> On 6/19/24 20:37, Alex Bennée wrote:
>> So I've been experimenting with Aarch64 TCG with an Intel backend like
>> this:
>>
>> ./qemu-system-aarch64 \
>>-M virt -cpu cortex-a76 \
>>-device virtio-net-pci,netdev=unet \
>>-netdev user,id
On 6/19/24 20:37, Alex Bennée wrote:
> So I've been experimenting with Aarch64 TCG with an Intel backend like
> this:
>
> ./qemu-system-aarch64 \
>-M virt -cpu cortex-a76 \
>-device virtio-net-pci,netdev=unet \
>-netdev user,id=unet,hostfwd=tcp::-:22 \
>
Dmitry Osipenko writes:
> Hello,
>
> This series enables Vulkan Venus context support on virtio-gpu.
>
> All virglrender and almost all Linux kernel prerequisite changes
> needed by Venus are already in upstream. For kernel there is a pending
> KVM patchset that fixes mapping of compound pages ne
Hello,
This series enables Vulkan Venus context support on virtio-gpu.
All virglrender and almost all Linux kernel prerequisite changes
needed by Venus are already in upstream. For kernel there is a pending
KVM patchset that fixes mapping of compound pages needed for DRM drivers
using TTM [1], ot