Peter Maydell 2c94822167 ui and input patches.
-----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.22 (GNU/Linux)
 
 iQIcBAABAgAGBQJZzh65AAoJEEy22O7T6HE4ORQQALVgfabAo5eCyFBDQHxxakMD
 J6E5kvcC3hPQ1XLfZWjl+TMISz2nLemtBxolUhvHNV22ruZJupM3Vp12Nee6q8Mr
 WPuLwqsVZMvp4f5xLOKzYFkE89xaX7f2HoaSs6tKNCvN/sd1mm+RAy3lWUDnFWEY
 EitGL2j9Iu3Hx7PNxiGxxZjJhxzksZCqyMcwZhN/gJdo8ZPIeM7yP0ud8nWZ2qxW
 Tc19dC+CTkWKfqNvWraCu7QD2GgiFo9JZWNI/DvJXeO86SvGYxhmiqwwNz1DXp0P
 KmOxvF6+D0AkBZxko+/qf6BfKZMInbv1KLgJYAu9JusWu2WEPOsktVPJnuIFB2p8
 mjfXEo2tgTsIZBt5ZRbIgPynzs/ZWvLc14+N+51LZUg0J22ltXPHxpgTZy12mqvq
 8/OnDiHJCmzgZvcNNVQIv0DJJuC5m8vaC9t639mTAY3Boig+dGPYSFeZBiVo0iY9
 3JAlluFwjUCkqsuhwFFArAyu1Lz9xkcwtYq8rrRrYFUXJmqVXZIUt9iay6JTnVd+
 U8bY0WdpjuY7ASHkIZKE0ZlbJcXfUHOOLlRsbMeCcUi1a3AlH2LU8XMQMe/2vjEh
 vtB5eePFp2gnIqqKXR1gaFkXu6u0IOQ6CDJokel/2Ka3rD8LMAZDqJDOzhlGZL6h
 9AADK4IjZ/V60rX582Ak
 =kp42
 -----END PGP SIGNATURE-----

Merge remote-tracking branch 'remotes/kraxel/tags/ui-20170929-pull-request' into staging

ui and input patches.

# gpg: Signature made Fri 29 Sep 2017 11:21:45 BST
# gpg:                using RSA key 0x4CB6D8EED3E87138
# gpg: Good signature from "Gerd Hoffmann (work) <kraxel@redhat.com>"
# gpg:                 aka "Gerd Hoffmann <gerd@kraxel.org>"
# gpg:                 aka "Gerd Hoffmann (private) <kraxel@gmail.com>"
# Primary key fingerprint: A032 8CFF B93A 17A7 9901  FE7D 4CB6 D8EE D3E8 7138

* remotes/kraxel/tags/ui-20170929-pull-request:
  ui: add tracing of VNC authentication process
  ui: add tracing of VNC operations related to QIOChannel
  virtio-input: send rel-wheel events for wheel buttons
  egl: misc framebuffer helper improvements.
  console: purge curses bits from console.h

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2017-10-03 13:50:10 +01:00
2017-09-27 16:48:39 +01:00
2017-09-06 07:19:00 -07:00
2017-09-27 22:44:51 +01:00
2017-06-29 20:27:39 +02:00
2017-09-05 14:01:16 +02:00
2017-07-14 12:29:49 +02:00
2017-08-31 12:29:07 +02:00
2017-09-26 15:00:32 +02:00
2017-09-27 11:35:59 +01:00
2017-09-26 13:05:32 +02:00
2017-09-27 11:35:59 +01:00
2017-09-27 16:48:39 +01:00
2017-07-20 09:56:56 +02:00
2012-09-07 09:02:44 +03:00
2017-09-22 10:46:25 +08:00
2017-09-13 10:15:43 +02:00
2013-09-05 09:40:31 -05:00
2017-07-18 10:58:36 +01:00
2016-02-04 17:41:30 +00:00
2016-02-04 17:41:30 +00:00
2013-10-11 09:34:56 -07:00
2017-09-26 22:07:02 +01:00
2017-09-05 12:39:25 -07:00
2017-01-03 16:38:47 +00:00
2017-09-22 01:06:51 +02:00
2016-02-04 17:41:30 +00:00
2017-01-24 23:26:52 +03:00
2017-06-15 11:18:39 +02:00
2017-07-31 13:06:39 +03:00
2017-08-30 23:10:38 +01:00
2013-10-11 09:34:56 -07:00
2017-09-26 13:05:32 +02:00

         QEMU README
         ===========

QEMU is a generic and open source machine & userspace emulator and
virtualizer.

QEMU is capable of emulating a complete machine in software without any
need for hardware virtualization support. By using dynamic translation,
it achieves very good performance. QEMU can also integrate with the Xen
and KVM hypervisors to provide emulated hardware while allowing the
hypervisor to manage the CPU. With hypervisor support, QEMU can achieve
near native performance for CPUs. When QEMU emulates CPUs directly it is
capable of running operating systems made for one machine (e.g. an ARMv7
board) on a different machine (e.g. an x86_64 PC board).

QEMU is also capable of providing userspace API virtualization for Linux
and BSD kernel interfaces. This allows binaries compiled against one
architecture ABI (e.g. the Linux PPC64 ABI) to be run on a host using a
different architecture ABI (e.g. the Linux x86_64 ABI). This does not
involve any hardware emulation, simply CPU and syscall emulation.

QEMU aims to fit into a variety of use cases. It can be invoked directly
by users wishing to have full control over its behaviour and settings.
It also aims to facilitate integration into higher level management
layers, by providing a stable command line interface and monitor API.
It is commonly invoked indirectly via the libvirt library when using
open source applications such as oVirt, OpenStack and virt-manager.

QEMU as a whole is released under the GNU General Public License,
version 2. For full licensing details, consult the LICENSE file.


Building
========

QEMU is multi-platform software intended to be buildable on all modern
Linux platforms, OS-X, Win32 (via the Mingw64 toolchain) and a variety
of other UNIX targets. The simple steps to build QEMU are:

  mkdir build
  cd build
  ../configure
  make

Additional information can also be found online via the QEMU website:

  http://qemu-project.org/Hosts/Linux
  http://qemu-project.org/Hosts/Mac
  http://qemu-project.org/Hosts/W32


Submitting patches
==================

The QEMU source code is maintained under the GIT version control system.

   git clone git://git.qemu-project.org/qemu.git

When submitting patches, the preferred approach is to use 'git
format-patch' and/or 'git send-email' to format & send the mail to the
qemu-devel@nongnu.org mailing list. All patches submitted must contain
a 'Signed-off-by' line from the author. Patches should follow the
guidelines set out in the HACKING and CODING_STYLE files.

Additional information on submitting patches can be found online via
the QEMU website

  http://qemu-project.org/Contribute/SubmitAPatch
  http://qemu-project.org/Contribute/TrivialPatches


Bug reporting
=============

The QEMU project uses Launchpad as its primary upstream bug tracker. Bugs
found when running code built from QEMU git or upstream released sources
should be reported via:

  https://bugs.launchpad.net/qemu/

If using QEMU via an operating system vendor pre-built binary package, it
is preferable to report bugs to the vendor's own bug tracker first. If
the bug is also known to affect latest upstream code, it can also be
reported via launchpad.

For additional information on bug reporting consult:

  http://qemu-project.org/Contribute/ReportABug


Contact
=======

The QEMU community can be contacted in a number of ways, with the two
main methods being email and IRC

 - qemu-devel@nongnu.org
   http://lists.nongnu.org/mailman/listinfo/qemu-devel
 - #qemu on irc.oftc.net

Information on additional methods of contacting the community can be
found online via the QEMU website:

  http://qemu-project.org/Contribute/StartHere

-- End
Description
No description provided
Readme 404 MiB
Languages
C 82.6%
C++ 6.5%
Python 3.4%
Dylan 2.9%
Shell 1.6%
Other 2.8%