qemu
qemu copied to clipboard
A fork of the QEMU project, used to build the xPack QEMU ARM
The xPack fork of qemu.git
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.
Branches
-
master
: follows the upstream master -
xpack
: includes the released code -
xpack-develop
: includes work in progress -
xpack-legacy
: the code used in the legacy GNU ARM Eclipse releases -
xpack-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.
Changes
Branded greeting
The greeting message was adjusted to read xPack QEMU emulator version... (d999f1e).
Workaround to make the code build on macOS 10.13
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).