Electronic Lab

qemu - QEMU is a FAST! processor emulator

Website: http://www.qemu.org/
License: GPLv2+ and LGPLv2+ and BSD
Description:
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.

Packages

qemu-0.10.5-1m.mo6.i686 [15 KiB] Changelog by NAKAYA Toshiharu (2009-06-27):
- (0.10.5-1m)
- sync with Fedora 11, now provides kvm
- use internal openbios instead of openbios-* packages
-- 
-- * Wed Jun 17 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.10.5-3
-- - ppc-on-ppc fix (#504273)
-- - Fix -kernel regression (#506443)
-- 
-- * Wed Jun  3 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.10.5-2
-- - Prevent locked cdrom eject - fixes hang at end of anaconda installs (#501412)
-- - Fix crash with '-net socket,listen=...' (#501264)
-- - Avoid harmless 'unhandled wrmsr' warnings (#499712)
-- 
-- * Sun May 31 2009 Glauber Costa <glommer@redhat.com> - 2:0.10.5-1
-- - Update to 0.10.5, and remove already upstream patches
--     qemu-fix-gcc.patch
--     qemu-fix-load-linux.patch
--     qemu-dma-aio-cancellation1.patch
--     qemu-dma-aio-cancellation2.patch
--     qemu-dma-aio-cancellation3.patch
--     qemu-dma-aio-cancellation4.patch
--     + all cpuid trimming
-- 
--   Conflicts:
--     qemu-roms-more-room.patch
-- 
-- * Mon May 18 2009 Glauber Costa <glommer@redhat.com> - 2:0.10.4-5
-- - Backport cpuid trimming from upstream (#499596)
-- 
-- * Thu May 14 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.10.4-4
-- - Cherry pick more DMA AIO cancellation fixes from upstream (#497170)
-- 
-- * Wed May 13 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.10.4-3
-- - Fix mixup between kvm.modules and the init script (reported by Rich Jones)
-- 
-- * Wed May 13 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.10.4-2
-- - Fix -kernel bustage in upstream 0.10.4
-- 
-- * Tue May 12 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.10.4-1
-- - Update to 0.10.4
-- - Fix yet more qcow2 corruption (#498405)
-- - AIO cancellation fixes (#497170)
-- - Fix VPC image size overflow (#491981)
-- - Fix oops with 2.6.25 virtio guest (#470386)
-- - Enable pulseaudio driver (#495964, #496627)
-- - Fix cpuid initialization
-- - Fix HPET emulation
-- - Fix storage hotplug error handling
-- - Migration fixes
-- - Block range checking fixes
-- - Make PCI config status register read-only
-- - Handle newer Xorg keymap names
-- - Don't leak memory on NIC hot-unplug
-- - Hook up keypad keys for qemu console emulation
-- - Correctly run on kernels lacking mmu notifiers
-- - Support DDIM option ROMs
-- - Fix PCI NIC error handling
-- - Fix in-kernel LAPIC initialization
-- - Fix broken e1000 PCI config space
-- - Drop some patches which have been upstreamed
-- - Drop the make-release script; we have an official tarball now
-- 
-- * Tue May 12 2009 Glauber Costa <glommer@redhat.com> - 2:0.10-18
-- - move option rom setup function to the beginning of the file. This
--   avoids static vs non-static issues, and is the way upstream does
-- 
-- * Tue May 12 2009 Glauber Costa <glommer@redhat.com> - 2:0.10-17
-- - fix reboot with -kernel parameter (#499666)
-- 
-- * Fri May  1 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.10-16
-- - Really provide qemu-kvm as a metapackage
-- 
-- * Fri Apr 27 2009 Glauber Costa <glommer@redhat.com> - 2:0.10-15
-- - provide qemu-kvm as a metapackage
-- 
-- * Fri Apr 24 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.10-14
-- - Fix source numbering typos caused by make-release addition
-- 
-- * Thu Apr 23 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.10-13
-- - Improve instructions for generating the tarball
-- 
-- * Tue Apr 21 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.10-12
-- - Another qcow2 image corruption fix (#496642)
-- 
-- * Mon Apr 20 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.10-11
-- - Fix qcow2 image corruption (#496642)
-- 
-- * Sun Apr 19 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.10-10
-- - Run sysconfig.modules from %post on x86_64 too (#494739)
-- 
-- * Sun Apr 19 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.10-9
-- - Align VGA ROM to 4k boundary - fixes 'qemu-kvm -std vga' (#494376)
-- 
-- * Tue Apr  14 2009 Glauber Costa <glommer@redhat.com> - 2:0.10-8
-- - Provide qemu-kvm conditional on the architecture.
-- 
-- * Thu Apr  9 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.10-7
-- - Add a much cleaner fix for vga segfault (#494002)
-- 
-- * Sun Apr  5 2009 Glauber Costa <glommer@redhat.com> - 2:0.10-6
-- - Fixed qcow2 segfault creating disks over 2TB. #491943
-- 
-- * Fri Apr  3 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.10-5
-- - Fix vga segfault under kvm-autotest (#494002)
-- - Kill kernelrelease hack; it's not needed
-- - Build with "make V=1" for more verbose logs
-- 
-- * Thu Apr 02 2009 Glauber Costa <glommer@redhat.com> - 2:0.10-4
-- - Support botting gpxe roms.
-- 
-- * Wed Apr 01 2009 Glauber Costa <glommer@redhat.com> - 2:0.10-2
-- - added missing patch. love for CVS.
-- 
-- * Wed Apr 01 2009 Glauber Costa <glommer@redhat.com> - 2:0.10-1
-- - Include debuginfo for qemu-img
-- - Do not require qemu-common for qemu-img
-- - Explicitly own each of the firmware files
-- - remove firmwares for ppc and sparc. They should be provided by an external package.
--   Not that the packages exists for sparc in the secondary arch repo as noarch, but they
--   don't automatically get into main repos. Unfortunately it's the best we can do right
--   now.
-- - rollback a bit in time. Snapshot from avi's maint/2.6.30
--   - this requires the sasl patches to come back.
--   - with-patched-kernel comes back.
-- 
-- * Wed Mar 25 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.10-0.12.kvm20090323git
-- - BuildRequires pciutils-devel for device assignment (#492076)
-- 
-- * Mon Mar 23 2009 Glauber Costa <glommer@redhat.com> - 2:0.10-0.11.kvm20090323git
-- - Update to snapshot kvm20090323.
-- - Removed patch2 (upstream).
-- - use upstream's new split package.
-- - --with-patched-kernel flag not needed anymore
-- - Tell how to get the sources.
-- 
-- * Wed Mar 18 2009 Glauber Costa <glommer@redhat.com> - 2:0.10-0.10.kvm20090310git
-- - Added extboot to files list.
-- 
-- * Wed Mar 11 2009 Glauber Costa <glommer@redhat.com> - 2:0.10-0.9.kvm20090310git
-- - Fix wrong reference to bochs bios.
-- 
-- * Wed Mar 11 2009 Glauber Costa <glommer@redhat.com> - 2:0.10-0.8.kvm20090310git
-- - fix Obsolete/Provides pair
-- - Use kvm bios from bochs-bios package.
-- - Using RPM_OPT_FLAGS in configure
-- - Picked back audio-drv-list from kvm package
-- 
-- * Tue Mar 10 2009 Glauber Costa <glommer@redhat.com> - 2:0.10-0.7.kvm20090310git
-- - modify ppc patch
-- 
-- * Tue Mar 10 2009 Glauber Costa <glommer@redhat.com> - 2:0.10-0.6.kvm20090310git
-- - updated to kvm20090310git
-- - removed sasl patches (already in this release)
-- 
-- * Tue Mar 10 2009 Glauber Costa <glommer@redhat.com> - 2:0.10-0.5.kvm20090303git
-- - kvm.modules were being wrongly mentioned at %install.
-- - update description for the x86 system package to include kvm support
-- - build kvm's own bios. It is still necessary while kvm uses a slightly different
--   irq routing mechanism
-- 
-- * Thu Mar 05 2009 Glauber Costa <glommer@redhat.com> - 2:0.10-0.4.kvm20090303git
-- - seems Epoch does not go into the tags. So start back here.
-- 
-- * Thu Mar 05 2009 Glauber Costa <glommer@redhat.com> - 2:0.10-0.1.kvm20090303git
-- - Use bochs-bios instead of bochs-bios-data
-- - It's official: upstream set on 0.10
-- 
-- * Thu Mar  5 2009 Daniel P. Berrange <berrange@redhat.com> - 2:0.9.2-0.2.kvm20090303git
-- - Added BSD to license list, since many files are covered by BSD
-- 
-- * Wed Mar 04 2009 Glauber Costa <glommer@redhat.com> - 0.9.2-0.1.kvm20090303git
-- - missing a dot. shame on me
-- 
-- * Wed Mar 04 2009 Glauber Costa <glommer@redhat.com> - 0.92-0.1.kvm20090303git
-- - Set Epoch to 2
-- - Set version to 0.92. It seems upstream keep changing minds here, so pick the lowest
-- - Provides KVM, Obsoletes KVM
-- - Only install qemu-kvm in ix86 and x86_64
-- - Remove pkgdesc macros, as they were generating bogus output for rpm -qi.
-- - fix ppc and ppc64 builds
-- 
-- * Tue Mar 03 2009 Glauber Costa <glommer@redhat.com> - 0.10-0.3.kvm20090303git
-- - only execute post scripts for user package.
-- - added kvm tools.
-- 
-- * Tue Mar 03 2009 Glauber Costa <glommer@redhat.com> - 0.10-0.2.kvm20090303git
-- - put kvm.modules into cvs
-- 
-- * Tue Mar 03 2009 Glauber Costa <glommer@redhat.com> - 0.10-0.1.kvm20090303git
-- - Set Epoch to 1
-- - Build KVM (basic build, no tools yet)
-- - Set ppc in ExcludeArch. This is temporary, just to fix one issue at a time.
--   ppc users (IBM ? ;-)) please wait a little bit.
-- 
-- * Tue Mar  3 2009 Daniel P. Berrange <berrange@redhat.com> - 1.0-0.5.svn6666
-- - Support VNC SASL authentication protocol
-- - Fix dep on bochs-bios-data
-- 
-- * Tue Mar 03 2009 Glauber Costa <glommer@redhat.com> - 1.0-0.4.svn6666
-- - use bios from bochs-bios package.
-- 
-- * Tue Mar 03 2009 Glauber Costa <glommer@redhat.com> - 1.0-0.3.svn6666
-- - use vgabios from vgabios package.
-- 
-- * Mon Mar 02 2009 Glauber Costa <glommer@redhat.com> - 1.0-0.2.svn6666
-- - use pxe roms from etherboot package.
-- 
-- * Mon Mar 02 2009 Glauber Costa <glommer@redhat.com> - 1.0-0.1.svn6666
-- - Updated to tip svn (release 6666). Featuring split packages for qemu.
--   Unfortunately, still using binary blobs for the bioses.

Listing created by Repoview-0.6.4-1m.mo6