knazarov / homebrew-qemu-virgl

A homebrew tap for qemu with support for 3d accelerated guests
414 stars 67 forks source link

Changes compared to QEMU 6.1 from Homebrew #60

Closed sebdanielsson closed 2 years ago

sebdanielsson commented 2 years ago

Is there a way to track which changes that you have made compared to the latest QEMU 6.1 for Apple Silicon systems?

knazarov commented 2 years ago

It's not easy. You can track changes here: https://github.com/akihikodaki/qemu/tree/macos and calculate the base revision with the official qemu tree. Which is what I do when preparing the next patchset. The qemu-virgl formula always lists the base revision in the git checkout arguments.

Anyway, there will be a new version soon which is rebased on top of the latest qemu from upstream.

DUOLabs333 commented 2 years ago

This should probably be closed now.