Explore top 10 tips to secure your open-source projects now. Read More
×QEMU is a generic and open source processor emulator which achieves a good
emulation speed by using dynamic translation. QEMU has two operating modes:
* Full system emulation. In this mode, QEMU emulates a full system (for
example a PC), including a processor and various peripherials. It can be
used to launch different Operating Systems without rebooting the PC or
to debug system code.
* User mode emulation. In this mode, QEMU can launch Linux processes compiled
for one CPU on another CPU.
As QEMU requires no host kernel patches to run, it is safe and easy to use.
Update Information:
* vnc: avoid floating point exceptions (bz #1289541, bz #1289542)
[ 1 ] Bug #1289541 - CVE-2015-8504 Qemu: ui: vnc: avoid floating point exception
https://bugzilla.redhat.com/show_bug.cgi?id=1289541
This update can be installed with the "yum" update program. Use su -c 'yum update qemu' at the command line. For more information, refer to "Managing Software with yum", available at .
Get the latest Linux and open source security news straight to your inbox.