Package qemu: Information

    Source package: qemu
    Version: 0.11.50-alt5
    Build time:  Sep 19, 2009, 03:42 AM
    Category: Emulators
    Report package bug
    License: GPL/LGPL/BSD
    Summary: QEMU CPU Emulator
    Description: 
    QEMU is a fast processor emulator using dynamic translation to achieve
    good emulation speed.  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.  It can be used to launch the
      Wine Windows API emulator or to ease cross-compilation and
      cross-debugging.
    
    As QEMU requires no host kernel patches to run, it is very safe and easy
    to use.

    List of rpms provided by this srpm:
    qemu (x86_64, i586)
    qemu-common (x86_64, i586)
    qemu-system (x86_64, i586)
    qemu-user (x86_64, i586)
    qemu-user-binfmt_misc (x86_64, i586)

    Maintainer: Kirill A. Shutemov


    ACL:
    @qa_p5

      1. libsasl2-devel
      2. libesd-devel
      3. libncurses-devel
      4. glibc-devel-static
      5. libgnutls-devel
      6. libSDL-devel
      7. libX11-devel
      8. tetex-core
      9. libaio-devel
      10. zlib-devel
      11. libcheck-devel
      12. libvde-devel
      13. libvde2.2
      14. libcurl-devel
      15. libpulseaudio-devel
      16. libbluez4-devel

    Last changed


    Sept. 19, 2009 Kirill A. Shutemov 0.11.50-alt5
    - v0.11.0-rc0-867-gdbf9580
    - Do not set uname for linux-user targets
    - Use %check section for tests
    Sept. 8, 2009 Kirill A. Shutemov 0.11.50-alt4
    - v0.11.0-rc0-799-g2637c75
    - Compile alpha, m68k, mips and sparc support by default
    - Enable Linux AIO
    - Enalbe unit tests
    - Review configure options
    - Update URL
    - Update PIE patches
    Sept. 1, 2009 Kirill A. Shutemov 0.11.50-alt3
    - Disable IO thread to fix KVM support