Comment 9 for bug 1765364

Revision history for this message
Dimitri John Ledkov (xnox) wrote :

git clone https://git.launchpad.net/ubuntu/+source/qemu

Should give you all ubuntu releases of qemu for all series, with distro-patches applied and without.

I think the best starting points for you to use would be on top of origin/applied/ubuntu/bionic-devel and on top of origin/applied/ubuntu/xenial-devel.

If you can produce a `$ git format-patch` patch series that apply cleanly on top of those trees, it should be sufficiently easy enough for server team to integrate.

Note I don't think the above git tree shares a common history with upstream qemu repository, however, cherrypicking commit ranges should still work correctly.