Skip to content

A fork of the QEMU project, used to build the xPack QEMU ARM

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
GPL-2.0
COPYING
LGPL-2.1
COPYING.LIB
Notifications You must be signed in to change notification settings

xpack-dev-tools/qemu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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).