This is a fork of https://git.qemu.org/git/qemu.git used to keep the customisations required by the xPack distribution.
The original README is available in the separate README.rst file.
master
: follows the upstream masterxpack
: includes the released codexpack-develop
: includes work in progressxpack-legacy
: the code used in the legacy GNU ARM Eclipse releasesxpack-legacy-develop
: development code for the legacy code
Development takes place in the *-develop
branches and the code is merged in the corresponding branches during releases.
Eventual pull requests should be done against the *-develop
branches.
The greeting message was adjusted to read xPack QEMU emulator version... (d999f1e).
Commit 7e3e20d8 from 23 June 2021 added support for clipboard on macOS, but the code requires macOS 10.14.
The topic was discussed on the qemu-develop mailing list.
The workaround was to conditionally compile the clipboard code only when building on macOS newer than 10.13 (f0419314).