Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

xen-tools-ioemu-3.0.3_11774-23 RPM for i586

From SuSE Linux 10.2 updates for i386 / rpm / i586

Name: xen-tools-ioemu Distribution: openSUSE 10.2 (i586)
Version: 3.0.3_11774 Vendor: SUSE LINUX Products GmbH, Nuernberg, Germany
Release: 23 Build date: Thu Jan 10 23:31:13 2008
Group: System/Kernel Build host: bingen.suse.de
Size: 728492 Source RPM: xen-3.0.3_11774-23.src.rpm
Packager: http://bugs.opensuse.org
Url: http://www.cl.cam.ac.uk/Research/SRG/netos/xen/
Summary: Xen Virtualization: BIOS and device emulation for unmodified guests
Xen is a virtual machine monitor for x86 that supports execution of
multiple guest operating systems with unprecedented levels of
performance and resource isolation.

This package contains the needed BIOS and device emulation code to
support unmodified guests. (You need virtualization support in hardware
to make use of this.)

Modern computers are sufficiently powerful to use virtualization to
present the illusion of many smaller virtual machines (VMs), each
running a separate operating system instance. Successful partitioning
of a machine to support the concurrent execution of multiple operating
systems poses several challenges. Firstly, virtual machines must be
isolated from one another: It is not acceptable for the execution of
one to adversely affect the performance of another. This is
particularly true when virtual machines are owned by mutually
untrusting users. Secondly, it is necessary to support a variety of
different operating systems to accommodate the heterogeneity of popular
applications. Thirdly, the performance overhead introduced by
virtualization should be small.

Xen uses a technique called paravirtualization: The guest OS is
modified, mainly to enhance performance.

The Xen hypervisor (microkernel) does not provide device drivers for
your hardware (except for CPU and memory). This job is left to the
kernel that's running in domain 0. Thus the domain 0 kernel is
privileged; it has full hardware access. It's started immediately after
Xen starts up. Other domains have no access to the hardware; instead
they use virtual interfaces that are provided by Xen (with the help of
the domain 0 kernel).

Xen does support booting other Operating Systems; ports of NetBSD
(Christian Limpach), FreeBSD (Kip Macy), and Plan 9 (Ron Minnich)
exist. A port of Windows XP was developed for an earlier version of
Xen, but is not available for release due to license restrictions.

In addition to this package you need to install kernel-xen, xen, and
xen-tools to use Xen.



Authors:
--------
    Ian Pratt <ian.pratt@cl.cam.ac.uk>

Provides

Requires

Copyright

GPL v2 or later

Signatures

internal MD5: 72f8f9831b5e958e709a880abbde5718
GPG

Changelog

* Wed Jan 09 2008 - carnold@novell.com
  - #338108 - VUL-0: Xen DoS
* Tue Jul 03 2007 - ccoffing@novell.com
  - #284905: Fixed typo in xendomains
  - #285929: Bad "xendomains status" output w/ empty XENDOMAINS_SAVE
* Mon Nov 27 2006 - ccoffing@novell.com
  - Fix how bootloader is called by the xend during restarts.
    (#223850)
* Wed Nov 22 2006 - ccoffing@novell.com
  - Include Jan's patch, which accounts for selectors in protected
    mode with a non-zero base.  Fixes some HVM crashes. (#214568)
  - Default pae=1, otherwise 64 bit HVM does not work at all.
    (#217160)
* Fri Nov 17 2006 - ccoffing@novell.com
  - Backport several HVM fixes. (#176171?)
* Thu Nov 16 2006 - ccoffing@novell.com
  - Fix some problems in the xen-hvm-default-bridge patch. (#219092)
  - xmlrpc isn't 64-bit clean, causing xend to get exceptions when
    PFN is > 2 GB. (#220418)
* Tue Nov 14 2006 - kallan@novell.com
  - Backport changesets 11847, 11888, 1189[6-9], 119[00-18], 11974,
    1203[0-2], and 12205 from xen-unstable so that the PV drivers
    can compile on older kernels such as sles9 and rhel4
  - Fix netfront.c to fail the probe if it is called for an ioemu
    type device.  This allows both PV and FV drivers to exist at
    same time in the FV guest.
* Thu Nov 09 2006 - ccoffing@novell.com
  - Default bridge correctly for HVM guests. (#219092)
* Wed Nov 08 2006 - aj@suse.de
  - Set correct permissions on man files.
* Tue Nov 07 2006 - ccoffing@novell.com
  - Fix some 64 bit issues in Python 2.5 introduced by PEP353.
  - Update name of blktap.ko in xend init script. (#215384)
  - Remove some extraneous bad chars in xm manpage. (#218440)
  - Update logrotate.conf.
  - Update spec file.
* Wed Nov 01 2006 - kallan@novell.com
  - Backport xen-unstable changesets 12040 to address spurious
    interrupts with PV drivers in HVM guests.
* Tue Oct 31 2006 - ccoffing@novell.com
  - Backport xen-unstable changesets 1184[1-3] to address SVM
    interrupt injection issues.  Replaces earlier (broken) patches.
* Mon Oct 30 2006 - ccoffing@novell.com
  - /var/lib/xen/images should not be world readable. (#214638)
  - Update to xen-3.0.3-0 (changeset 11774; no code changes).
* Mon Oct 16 2006 - ccoffing@novell.com
  - Update to xen-3.0.3-testing changeset 11772 (rc5).
  - Fix several possible type errors when running domUloader.
  - Remove pygrub.  Was broken on reiserfs and never had ext2
    support, so it is useless. (#173384)
* Fri Oct 13 2006 - ccoffing@novell.com
  - Update to xen-3.0.3-testing changeset 11760 (rc4).
* Tue Oct 10 2006 - ccoffing@novell.com
  - Update to xen-3.0.3-testing changeset 11740 (rc3).
  - Fix crash on PAE when specifying dom0_mem=4096M. (#211399)
  - Make xend.balloon aware of kernel's memory floor, to fix
    "Privileged domain did not balloon" errors. (#184727)
* Mon Oct 09 2006 - ccoffing@novell.com
  - Include AMD's interrupt injection fix.
* Wed Oct 04 2006 - ccoffing@novell.com
  - Imported keymap patch. (#203758)
  - Account for minimum memory required by dom0 kernel. (#184727)
  - Package /usr/include/xen/hvm/*.h
* Tue Oct 03 2006 - ccoffing@novell.com
  - Update to xen-3.0.3-testing changeset 11686.
* Tue Oct 03 2006 - kallan@novell.com
  - Updated README.SuSE to reflect the current method of handling
    Xen network-bridging when using SuSEfirewall2.  (#205092)
* Sat Sep 30 2006 - aj@suse.de
  - Cleanup BuildRequires.
* Thu Sep 28 2006 - ccoffing@novell.com
  - Only "eval" disks once in domUloader, to match current Xen.
* Wed Sep 27 2006 - ccoffing@novell.com
  - Switch to xen-3.0.3-testing tree; changeset 11633.
  - Update (but disable) paravirtualized framebuffer patches.
* Tue Sep 26 2006 - ccoffing@novell.com
  - Update to xen-unstable changeset 11623.
  - Fix domUloader typo introduced in last update.
  - Build debug version of xen-pae.
* Mon Sep 25 2006 - ccoffing@novell.com
  - Update to xen-unstable changeset 11616.
* Tue Sep 12 2006 - ccoffing@novell.com
  - Update check_python script to identify Python 2.5 RCs as valid.
* Mon Sep 11 2006 - ccoffing@novell.com
  - Update to xen-unstable changeset 11440.
  - xen-tools conflicts with qemu.  Do not package qemu.1 manpage.
    (#204758)
  - Include Jan's updated patch for #192150 (to preserve register
    context when doing IO).
* Tue Sep 05 2006 - ccoffing@novell.com
  - Update block-nbd and xmexample.nbd, and add block-iscsi and
    xmexample.iscsi (from Kurt).
* Thu Aug 31 2006 - ccoffing@novell.com
  - Automatically create/destroy virtual frame buffer viewer.  Add
    "sdl=1" to config file of a paravirtualized VM to get the viewer.
  - Log files have moved to /var/log/xen.
* Tue Aug 29 2006 - ccoffing@novell.com
  - xendomains does not actually save domains.  (#201349)
  - Update to xen-unstable changeset 11299.
* Tue Aug 29 2006 - ccoffing@novell.com
  - Fix incorrect path on x86_64 for vncfb and sdlfb.
* Thu Aug 17 2006 - ccoffing@novell.com
  - Improve xendomains init script, to handle unset sysconfig vars.
  - Import virtual framebuffer patches.
  - Drop reboot patch; resync patches.
* Wed Aug 16 2006 - ccoffing@novell.com
  - Update to xen-unstable changeset 11134.
  - Drop xen-reverse-10064.diff now that kernel is updated.
* Tue Aug 08 2006 - ccoffing@novell.com
  - Re-enabled patch for #184175.
  - Update to xen-unstable changeset 10986.
  - Include Jan's patch to preserve register context when doing
    IO.  (#192150)
* Fri Jul 28 2006 - ccoffing@novell.com
  - Add support to domUloader for "xm create --dry-run".  Based on
    patch from HP.
* Thu Jul 27 2006 - ccoffing@novell.com
  - Add link for qemu-dm that is invariant across architectures, so
    that VM config files can be simple key/value pairs parsable by
    yast, and still be movable to another arch.  (#193854)
  - Add loop.ko to rescue image created by mk-xen-rescue-img, and
    remove usbfs from image's /etc/fstab since USB isn't yet
    supported, to avoid errors during boot.  (#191627)
* Mon Jul 17 2006 - ccoffing@novell.com
  - Update to xen-unstable changeset 10712.
  - Update domUloader and rcxend to work with blktap.
* Fri Jul 14 2006 - ccoffing@novell.com
  - When waiting for domains to shut down, must also wait for
    loopback devices to be torn down, otherwise higher-level tools
    may migrate a VM before the disk image is flushed.  (#185557)
  - More updates to the README.
* Thu Jul 13 2006 - kallan@novell.com
  - Added for loop to retry the losetup -d in /etc/xen/scripts/block.
    It is possible for the losetup -d to fail if another process is
    examining the loopback devices e.g. losetup -a.  (#151105)
* Wed Jul 12 2006 - ccoffing@novell.com
  - Corrected and updated README.
* Mon Jul 10 2006 - ccoffing@novell.com
  - Add Jeff Mahoney's block-sync.diff, to give control of
    "losetup -y" to the user (and potentially yast).  Defaults to
    old async behavior.  (#190869)
* Thu Jul 06 2006 - ccoffing@novell.com
  - Update to xen-unstable tree.  Revert changeset 10064, to maintain
    backwards compatibility with SLES 10.
* Wed Jul 05 2006 - ccoffing@novell.com
  - Do not open migration port by default.  (#190170)
  - Update patch for migration oops, to latest version in bug
    [#162865].
* Mon Jul 03 2006 - okir@suse.de
  - xen-losetup-sync.diff: use the new "losetup -y" option to force
    the loop device to use synchronous I/O (#189051)
* Fri Jun 30 2006 - ccoffing@novell.com
  - Increase balloon timeout value.  (#189815)
  - Update to xen-3.0-testing tree, changeset 9762.
* Thu Jun 29 2006 - ccoffing@novell.com
  - Fix some loopback races in domUloader.  (#151105)
* Tue Jun 27 2006 - ccoffing@novell.com
  - Add "max_para_memory" and "max_hvm_memory" to output of "xm info"
    for bug #184727.
  - Include Jan's patches for bug #184175.  Improves PAE guest
    support on HVM.
* Mon Jun 26 2006 - ccoffing@novell.com
  - Include patch from HP to fix a domU migration failure ("Kernel
    BUG at mm/mmap.c:1961").  Force L1/L2 page tables to be updated
    at the end, to avoid them from being dirtied and not transferred.
    (#162865)
* Fri Jun 23 2006 - kallan@novell.com
  - Updated xen-bonding.diff to enable bonding again after the latest
    patches to network-bridge etc. (#161888)
* Wed Jun 21 2006 - ccoffing@novell.com
  - Clean up the useless "Nothing to flush" messages, from 'ip addr
    flush', in /var/log/xen-hotplug.log
  - Fix race condition in domUloader.py, when another process did
    losetup -d while domUloader was running.  This would result in
    the mount failing, and so the VM would fail to start.
* Tue Jun 20 2006 - ccoffing@novell.com
  - Revamp balloon.py to account for pages currently being
    scrubbed.  (#185135)
* Mon Jun 19 2006 - ccoffing@novell.com
  - Update to xen-3.0-testing tree, changeset 9749.
  - DomUs are getting starved for CPU (up to 40 seconds was seen)
    when dom0 has a load.  This can cause pathological behavior, and
    can cause OCFS2 to fence (panic) the domain.  (#179368, #178884)
  - Import Gerd's fix to network-bridge script for bug #161888.
* Wed Jun 14 2006 - ccoffing@novell.com
  - Pull out accidentally-included debugging code.
  - Drop xenvers patch; this was for backwards compatibility for
    some early internal builds.
  - Update from Jan on the console patch.  Not all graphics cards /
    drivers properly reflect the state in the register being tested.
    Improved the check, to prevent screen corruption.  (#161541)
* Tue Jun 13 2006 - ccoffing@novell.com
  - Resync with new tarball from xen-3.0-testing; changeset 9738.
* Mon Jun 12 2006 - ccoffing@novell.com
  - Drop BUILD_BUG_ON and pirq-shared patches.  Last week's pirq
    sharing patch from upstream (for bug #152892) makes these patches
    redundant.  Dropping these makes our shared_info structure match
    upstream again, which is needed for compatibility with other
    paravirtualized guests.
  - Import changeset 9734 from xen-3.0-testing.  This fixes a hyper-
    call (used by the pcifront driver) to work on MP guests.  Without
    this, the pciback driver can hang on MP.  (#181467)
  - Import changeset 9733 from xen-3.0-testing.  This patch is
    required to match the Linux kernel, since Linux always calls
    this operation from VCPU0 during secondary VCPU bringup.
    Without this, process run-time accounting on secondary CPUs is
    completely wrong.
  - Updated README:  Documented work-around for bug #180058.
* Fri Jun 09 2006 - ccoffing@novell.com
  - Include Jan's patch: "IOPL is ignored for VM86 mode port
    accesses.  Fix Xen emulation to match native behaivour."  Fixes
    some X lockup issues.  (#179045)
  - Include Keir's patch to allow reading from port 0x61, to avoid
    an X server lockup.  (#171087)
  - Include xen-3.0-testing changeset 9726, which is needed to
    support the latest kernel-xen.  With this support, Linux will
    only trigger unhandled IRQ path if IRQ is not shared across
    multiple guests (another guest may have handled the interrupt).
    This is more upstream work that goes with bug #152892.
  - Add versioning to the Requires lines, to guard against mixing
    binary incompatible versions.  (#183292)
  - I accidentially dropped part of Clyde's fix for bug #162244.
    SMP support in HVM is working in xen-unstable, so upstream
    dropped the HT CPUID masking code, which we then inheirited.
    Re-add HT CPUID masking.  (#162244)
  - Updated README:  VNC installations, known issues.
* Thu Jun 08 2006 - ccoffing@novell.com
  - Drop our XCHG patch for the equivalent upstream patch, to fix
    patch application order.  No code change.
* Wed Jun 07 2006 - ccoffing@novell.com
  - Updated README:  HVM issues/tips, CDROM tips, known issues.
  - Add patch from Intel to decode LODS/STOS instructions to fix
    Windows installation.  Only affects HVM.  Xen changeset #9725
    consolidates this patch and xen-hvm-decode.diff; drop our 2 in
    favor of the consolidated upstream patch.  (#176717)
* Tue Jun 06 2006 - ccoffing@novell.com
  - Drop xen-8-way-bios patch, because it breaks Windows HVM
    installation.  The patch was only necessary when running SMP HVM
    with "acpi=0" on the kernel command line.  (#181974)
  - Include two patches from xen-3.0-testing that change the
    interface between Xen and guests.  Including these now to help
    forward-compatibility:
    + 9709: Changes interface for accessing %cr3 so that extra bits
    (>4GB) for PAE pgdirs are placed in low-order bits of %cr3.
    Kernels without support for this will still run fine.
    + 9721: Use explicitly-sized types in the dom0_ops and privcmd
    structures.
  - Fix ability to change ISOs images for HVM guest.  (#181895)
  - Removed pointless whitespace changes from xen-removable.diff, for
    better maintainability.  Cut the patch size in half; no code
    changes.
* Mon Jun 05 2006 - ccoffing@novell.com
  - Include select patches from xen-3.0-testing:
    + 9698: Official fix for bug #159001.  Dropped our patch.
    + 9702: Fix MMU_NORMAL_PT_UPDATE when passed a page that is no
    longer of type page-table.
    + 9703: Modification to fix for bug #159001; ignore empty PTEs.
    + 9704: Fix for obvious typo in map_pages_to_xen: When replacing
    a pte, free the page table pointed to by the old entry, not the
    new entry.
    + 9705: Jan's previous signed-ness patch (c/s 9695) was changed
    when accepted upstream, which broke it; this changeset
    attempts to fix the breakage.
    + 9708: HVM: Fix a hang when doing an "xm destroy" of Windows VM.
    + 9717: HVM: Interrupts must be kept disabled when entering Xen
    for external interrupt processing.
* Fri Jun 02 2006 - ccoffing@novell.com
  - Include xen-3.0-testing changeset 9693.  This scales the
    ballooning timeout with the amount of memory being requested
    (necessary for large memory machines).  This is a more proper fix
    for Novell bug #175805, and addresses XenSource bug #650.
* Thu Jun 01 2006 - ccoffing@novell.com
  - Update the README, regarding how to make the mouse work properly
    with VNC in HVM.
  - Update help text in mk-xen-rescue-img.
* Wed May 31 2006 - ccoffing@novell.com
  - Jan's backport of xen-unstable changesets 9517, 9518, and 9529.
    This allows Xen to boot on 4-node configurations without
    crashing.  (#150114)
  - Include patch from Jun Nakajima at Intel to fix inability to
    start XWindows after creating HVM guest.  (#159001)
  - Include select patches from xen-3.0-testing:
    + 9697: Fix infinite recursion loop in get_page_type() error path
  - Include xen-unstable changeset 9967, to improve Summagraphics
    tablet emulation, to help mouse tracking in HVM.  (#167187)
  - Include 3 patches from AMD to fix SMP support in HVM.  (#176171)
  - Add CPUID masking patches from AMD and Intel for HVM.  This
    prevents the OS from seeing (and trying to use) various hardware
    features that are not supported within the VM.  (#180879)
* Fri May 26 2006 - ccoffing@novell.com
  - Fix deadlock between xm and qemu.  Qemu should not call xm;
    issue xc commands directly.  This deadlock was exposed when
    making qemu exit nicely and clean up.  (#176400)
  - Include Gerd's update to his previous REP MOVS fix.  Calculating
    high_addr and low_addr is more complicated than previously
    thought, and the count was wrong.  (#165448).
  - Drop previous patch that forcefully turns off Xen's console
    logging to avoid video corruption; instead use Jan's patch which
    only turns logging off when in graphical mode.  (#161541)
  - Include Jan's patch to call machine_halt rather than inline
    assembly "hlt" when Xen crashes to sync display, disable watchdog
    timers, etc.
  - Tweak the auto-ballooning patch to limit the VM itself to the
    requested amount of memory, don't include the overhead, as
    suggested by Intel.  Separate calls exist elsewhere to increase
    the max as needed.  (#149179)
  - Include select patches from xen-3.0-testing:
    + 9688, 9696:  These remove some broken assembly string
    functions.  This is prep work from Jan for bug #160066.
    + 9695: Updates in the hypervisor to EDI and ESI could be
    incorrect, due to sign not being handled correctly.
* Fri May 19 2006 - ccoffing@novell.com
  - Update from Intel to previous patch to fix installation of HVM
    W2k.  Adds decoding for two more instructions.  (#176717)
  - Updated the README.
  - Included updated version of KY's patch to reserve some lowmem
    for PAE, to avoid kernel BUG() during boot.  The amounts of
    memory reserved at various physical memory sizes have been
    adjusted.  (#175124)
  - Include Intel's patch for unchecked allocations in shadow*.c.
    (#149179)
* Thu May 18 2006 - ccoffing@novell.com
  - Include Intel's patch to fix installation of HVM W2k.  This patch
    adds decoding for 'xor' and 'and' instructions.  Without this,
    the VM crashes when W2k attempts to install network components.
    (#176717)
  - While tidying xen-hvm-memory-check.diff for submission upstream,
    I noticed an error in the patch (such that low-memory while
    starting the HVM domain could still crash the physical machine.)
    Now all uses of iopm are protected by the check.  (#149179)
  - Xen must always relinquish control of the VGA console once dom0
    has started.  Otherwise, it could be over-writing dom0's memory,
    causing screen or other memory corruption.  Admin can use
    "xm dmesg" to view Xen's log instead.  (#161541)
  - First send a SIGTERM, rather than SIGKILL, to qemu to give it a
    chance to clean up.  This fixes both mouse and CD-ROM issues
    for fully virtualized VMs.  This is a work-around; Ross is
    still working on the proper fix.  (#176400, #171258, #176157)
  - Include select patches from xen-3.0-testing:
    + 9682,9683: These patches only affect full virtualization on
    AMD.  Fixes register corruption, cleans up event injection,
    cleans up IO handling.
    + 9685,9686: This patch only affects full virtualization on
    Intel.  Fixes VM's segment base address, to avoid vmentry
    failure.  Also remove 32/64 differences in vmx reg store/load.
* Wed May 17 2006 - ccoffing@novell.com
  - When auto-ballooning domain 0's memory for a new HVM domain,
    all memory (including memory intended for overhead) was given
    to the VM itself.  So increasing the memory size calculations
    did not actually free up any more memory.  Now, treat the amount
    to balloon and the amount to give to the VM as separate values.
    (#149179)
* Tue May 16 2006 - ccoffing@novell.com
  - Include Gerd's fix for HVM emulation of REP MOVS when the copy
    spans a page.  If the direction flag was set, the emulation code
    broke.  This caused the VM to freeze when configuring firewall
    (#165448).
  - Include KY's fix to default to reserving 16M of lowmem for PAE,
    to avoid hitting kernel BUG() during boot (#175124).
  - Don Dugger's (Intel) fix for HVM screen corruption (#164573).
  - Increase maximum time auto-ballooning will wait for domain 0 to
    respond, otherwise large VMs will fail to start from yast
    (#175805).
* Mon May 15 2006 - ccoffing@novell.com
  - Update memory size calculations when auto-ballooning for HVM
    to make more stable (#149179).
* Fri May 12 2006 - ccoffing@novell.com
  - Include select patches from xen-3.0-testing:
    + 9674: xc_ptrace: Fix reversed conditional, which broke single-
    stepping.
    + 9675: xc_ptrace: Fix out-of-bounds memory-access for FPU state.
    + 9678: Fix the performance issues of 2-level paging HVM guests
    on the PAE Xen.
  - Update man pages.
* Wed May 10 2006 - brogers@novell.com
  - Fix loading of binary images which either require PAE or
    dynamically support running on both PAE hypervisor and non-PAE
    hypervisors. (#174080)
* Wed May 10 2006 - carnold@novell.com
  - Handle memory failure when staring fully virtualized
    guests to prevent reboot of the box (AMD) or
    hanging the box (VT) (#149179).
* Tue May 09 2006 - ccoffing@novell.com
  - Include select patches from xen-3.0-testing:
    + 9665: Fix pciif parsing for compatibility variable.
    + 9666: Fix HVM hang; was broken due to previous "hda lost
    interrupt" patch. (#169146)
    + 9667: Do not set GP fault in VMCS for VMX (no bug#; from Intel)
* Thu May 04 2006 - cgriffin@novell.com
  - Update xen-3.0-testing tree, changeset 9664:
    + Changesets 9663 and 9664 fix AMD fully virtualized
    guests causing the system to reboot when
    first starting up.  (#169855)
* Thu May 04 2006 - cgriffin@novell.com
  - With a Xen domain set up with a loop-mountable file as rootfs,
    the "xm start " invocation fails. The cause is a bug
    domUloader.py (#172586)
* Thu May 04 2006 - rmaxfiel@novell.com
  - Added the ability to 'attach' and 'detach' removable media
    devices to hvm guests.  Also made cdrom eject when the eject
    request comes from the hvm guest. (#159907)
  - Fixed the loss of mouse when a SDL session ends with 'grab'
    in effect.  (#159001)
* Thu May 04 2006 - cgriffin@novell.com
  - Update xen-3.0-testing tree, changeset 9661:
    + Drop patches merged upstream
    + Took Kier's official patches for dropped patches most
    notably spurious interrupts (#152892)
  - Took Intel's patch to fix screen corruption when
    resizing the screen of windows hvm guests (#164573)
* Wed May 03 2006 - kallan@novell.com
  - Added configuring network interfaces when using Xen bridging instructions
    to the README.SuSE file as requested by bug #171533.
* Mon May 01 2006 - tthomas@novell.com
  - Added message to xm save to indicate that save is not currently
    supported for fully virtualized guests. (#161661)
* Fri Apr 28 2006 - ccoffing@novell.com
  - Close fds before exec-ing vncviewer, so yast2-vm doesn't hang
    when viewing fully-virtualized console (#168392).
* Thu Apr 27 2006 - ccoffing@novell.com
  - Update xen-3.0-testing tree, changeset 9656:
    + Drop patches merged upstream.
    + Fix reboot on large SMP machines (IBM, no bug #).
  - Integrate Jan's patches:
    + Spurious interrupt roundup (#152892).
* Mon Apr 24 2006 - ccoffing@novell.com
  - Integrate Jan's patches:
    + FXSR patch (#135677).
    + APIC option patch (work-around #150114).
    + Protect against hypervisor crash (#169143).
  - Update xen-3.0-testing tree, changeset 9649:
    + Avoid spurious timer activations in hypervisor.
    + Fix xen command line parsing (lapic / nolapic parsing).
    + Fix inverted BUG_ON w.r.t. SiS APIC bug.
* Fri Apr 21 2006 - ccoffing@novell.com
  - Update to 3.0.2-2 (xen-3.0-testing tree, changeset 9640):
    + Fix for "hda lost interrupt" for PAE VMX.
    + Increase L2 PDE to 1 GB; allows x86_64 to boot larger dom0.
    + Fix for SVM booting 32pae-on-32pae.
  - Drop upstream patches (SiS APIC bug, HTT, HVM interrupt race)
  - Add Jan's port of spurious interrupt patch (#152892).
  - Add /etc/xen/images link for convenience (#168070).
  - Updated README.
* Thu Apr 20 2006 - ccoffing@novell.com
  - SiS APIC bug patch (Jan Beulich, #116485).
* Wed Apr 19 2006 - agruen@suse.de
  - Create /boot symlinks in the %install section instead of in
    %post so that they will end up in the package file list.
* Wed Apr 19 2006 - ccoffing@novell.com
  - Don't kill xenstored and xenconsoled when stopping xend.
    (#158562, #156261)
* Wed Apr 19 2006 - ccoffing@novell.com
  - Update to 3.0.2-2 (xen-3.0-testing tree, changeset 9629):
    + Fix for SMP IA32 VMX guest booting.
    + KY's SETMAXMEM fix.
* Wed Apr 19 2006 - cgriffin@novell.com
  - Removed HTT bit from cpuid and set logical processor count to 1.
    Also fixed logic problem in svm code where apic=0 was not
    handled (#162244).
* Tue Apr 18 2006 - ccoffing@novell.com
  - Add /etc/xen/vm to vm config file search path (#167208).
* Fri Apr 14 2006 - kallan@novell.com
  - Add support for bonding in network-bridge. (#161678).
* Fri Apr 14 2006 - ccoffing@novell.com
  - Update to 3.0.2-2 (xen-3.0-testing tree, changeset 9620):
    + Fixes stack corruption in libxs (XenSource #411).
* Thu Apr 13 2006 - rmaxfiel@novell.com
  - Fixed a problem in ioemu which exited when the cdrom line was
    found in the guest def file but the cd device contained no media.
    (#161210)
* Wed Apr 12 2006 - ccoffing@novell.com
  - Auto-balloon domain 0 for HVM domains (#149179).
  - Update to 3.0.2-1 (xen-3.0-testing tree, changeset 9612):
    + Fixes xmlrpc issues.
    + Fixes several emulated instructions for HVM.
    + Fixes for x86_64 inline assembly.
* Tue Apr 11 2006 - ccoffing@novell.com
  - Fix "jitter" and race in dom0's memory target calculation, which
    could cause auto-ballooning to fail (#164714).
* Tue Apr 11 2006 - brogers@novell.com
  - Fix problem where localtime=1 results in zombie domains after
    they shutdown (#164960)
* Mon Apr 10 2006 - ccoffing@novell.com
  - Update to hg 9598 (xen-3.0-testing tree; 3.0.2-rc).  Discounting
    Linux changes and patches we already carry, this update contains:
    + Saner error handling in iret hypercall (x86/64).
    + Make root page table sanity check on restore more generic.
    + Additional sanity / compatability checks during guest build.
    + IO-APIC update hypercall fixes.
* Fri Apr 07 2006 - ccoffing@novell.com
  - Don't throw an exception if 'xm top' is run by non-root; print
    error message instead (#164224).
  - Change localtime patch to account for daylight savings time
    (Bruce Rogers).
  - Re-add patch to make tightvnc work.  It was accidentally dropped
    recently (#149556).
* Thu Apr 06 2006 - ccoffing@novell.com
  - Update to hg 9590 (xen-3.0-testing tree; 3.0.2-rc).
  - Fix type error in localtime patch for para (Bruce Rogers).
  - Fix default localtime for full (Bruce Rogers).
  - Fix path in mk-xen-resue-img.sh (#163622).
  - Update README (pathnames, yast2-vm descriptions, terminology).
* Tue Apr 04 2006 - garloff@suse.de
  - init script: Test for control_d in capabilities to determine dom0
    rather than privcmd.
  - init script: Try loading netloop and backend modules.
  - mk-xen-rescue-img.sh: Copy frontend drivers, remove stale files.
  - example config files: provide commented out domUloader exmaples.
* Mon Apr 03 2006 - ccoffing@novell.com
  - Update to hg 9514 (xen-unstable tree; 3.0.2-rc).
  - Fix for rebooting (Jan Beulich; #160064).
* Fri Mar 31 2006 - ccoffing@novell.com
  - Update to hg 9502 (xen-unstable tree; 3.0.2-rc).
  - Update man page (#162402).
  - xen-tools requires python-xml (#161712).
  - Include localtime patch to support NetWare (Bruce Rogers).
* Thu Mar 30 2006 - ccoffing@novell.com
  - Update to hg 9481 (xen-unstable tree; 3.0.2-rc).
  - Correctly default XAUTHORITY if it is not set.  This allows the
    GUI to come up for fully virtualized guests (was especially
    problematic when VM was started from YaST).  (#142472)
* Wed Mar 29 2006 - ccoffing@novell.com
  - Fixed reversed "Do I have enough memory?" test when creating
    new VMs (#156448).
* Tue Mar 28 2006 - ccoffing@novell.com
  - Pick up two critical fixes for AMD to fix full virtualization:
    c/s 9453 & c/s 9456.
* Thu Mar 23 2006 - ccoffing@novell.com
  - Update to hg 9434 (xen-unstable tree; 3.0.2-rc).
  - Fix /etc/xen/scripts/block to properly check if devices can be
    shared.
  - Default XENDOMAINS_AUTO_ONLY to true; previous setting
    contradicts yast2-vm's claim that only VM's marked auto will be
    auto-started.
* Mon Mar 20 2006 - ccoffing@novell.com
  - Update to hg 9329 (xen-unstable tree).
* Wed Mar 15 2006 - ccoffing@novell.com
  - Update to hg 9251 (xen-unstable tree).
  - Update to latest versions of Intel's VNC patches:
    patch-vga-sse2-0314.l, patch-vnc_loop-0314.l,
    patch-vncmouse-0315.l
  - Gather example files in /etc/xen/examples.
* Tue Mar 14 2006 - rmaxfiel@novell.com
  - Removed the intermediate sym-link between xen.gz and
    xen-<version>-<release>.gz.  Grub 0.97 XFS can not handle a
    double indirect to a file.  (#151792)
* Tue Mar 14 2006 - garloff@suse.de
  - Update README.SuSE: Document limits (mem, cpu hotplug, max_loop),
    more network troubleshooting, update security info.
  - Be more tolerant against errors in ifdown/ifup to better coexist
    with non-std network setups (e.g. ifplugd/NetworkManager).
* Tue Mar 07 2006 - ccoffing@novell.com
  - Update to hg 9172 (xen-unstable tree).
  - Create new xen-libs package, split from xen-tools (#154473).
  - Update mk-xen-rescume-img and xmexample.rescue to work with
    current rescue image on CD (#152971).
  - Include Kurt's patch to domUloader, to pass command line args.
  - xendomains shouldn't try to migrate or save HVM domains, as this
    isn't supported and will stall the shutdown (#155265).
  - Create empty /etc/xen/vm directory for YaST to place config files
    in, to avoid name collisions (#156322).
  - Update and re-enable vga patch from Intel (Don Dugger).  VGA
    emul is faster and not corrupted.
  - ifup is run to ensure IPs are assigned before rearranging for
    xen, but this can fail with ifplugd; this should not kill the
    whole script (Kirk Allan) (#154115).
  - Make network-bridge script more robust, by checking /sys instead
    of grep-ing.
* Mon Mar 06 2006 - ccoffing@novell.com
  - Update to hg 9148 (xen-unstable tree).  Drop patches merged
    upstream.
  - More README improvements (#154134).
  - Fix "vncviewer=1" to bring up vncviewer (#149556).
* Mon Mar 06 2006 - ccoffing@novell.com
  - Fix build of hvmloader and vmxassist by removing external
    CFLAGS (XS changeset #9110).
  - Fix build by forcing --prefix during installation of *.py.
* Wed Mar 01 2006 - ccoffing@novell.com
  - Update to hg 9029 (xen-unstable tree).  Adds support for HVM on
    64 bit hardware.
  - Update vncmouse diff to 20060301 from Intel; compensates for lack
    of eager events in our LibVNCServer.
  - Fix many bugs in lomount.
  - Cap maximum value of "xm mem-set" for domain 0, based on size of
    dom0's page tables (#152667).
* Mon Feb 27 2006 - ccoffing@novell.com
  - Update to hg 9015 (xen-unstable tree).  More bug fixes.
  - Update patch to better honor RPM_OPT_FLAGS.
  - Updated README (#154134).
  - Disable xen-vga-0213 patch; it speeds VGA updates but was
    corrupting the display.
  - Change max mouse polling time from 1ms to 10ms to reduce CPU
    load (from Intel).
* Thu Feb 23 2006 - ccoffing@novell.com
  - Update to hg 8954 (xen-unstable tree).  More bug fixes.
  - Don't use a dummy IP of 1.2.3.4 for NFS server when booting domU
    with DHCP.  Seems to hang x86_64 Linux.
  - Remove unnecessary x86_64 patch.
  - Fix auto-ballooning of dom0 memory for HVM domUs (XenSource bug
    521).
* Tue Feb 21 2006 - ccoffing@novell.com
  - Update to hg 8920 (xen-unstable tree).  Fixes instruction decode
    for fully virtualized guests, fixing booting from CDs.
  - Integrate 3 patches from Intel, to improve VNC performance.
* Tue Feb 21 2006 - ccoffing@novell.com
  - Update to hg 8910 (xen-unstable tree).
    fixes 32 on 32, 32 pae on 32pae, 64 on 64, 32 on 64.
    critical HVM fixes, for fully virtualized guests.
* Fri Feb 17 2006 - ccoffing@novell.com
  - Update to hg 8870 (xen-unstable tree).  More HVM fixes.
  - Remove duplicate balloon.free call.
  - Add patch from Intel to fix dom0 crash on 64 bit SMP HVM.
* Thu Feb 16 2006 - carnold@novell.com
  - Update to hg 8858 (xen-unstable tree).
* Wed Feb 15 2006 - ccoffing@novell.com
  - Update to hg 8857 (xen-unstable tree).  Syncs hypervisor core
    with Linux 2.6.16, which may fix some ACPI issues.  Fixes HVM.
  - Fix uninitialized variable in xc_load_bin (from Bruce Rogers).
  - Auto-balloon dom0 for fully virtualized domains (#149179).
  - xen-doc-html was missing image files.
* Mon Feb 13 2006 - ccoffing@novell.com
  - Update to hg 8830 (xen-unstable tree).
  - Restore cs 8783/8792 to match kernel.
* Wed Feb 08 2006 - ccoffing@novell.com
  - Update to hg 8800 (xen-unstable tree).
  - Update BuildRequires.
  - Add "max-free-memory" to "xm info", to support yast2-vm (#147612)
  - Insserv xendomains, to support yast2-vm.
  - Fix exit code of "xend stop".
  - Revert cs 8783/8792 to allow xenstore to start (until kernel
    catches up).
  - Ensure eth0 aka veth0 really comes up in network-bridge.
* Sat Feb 04 2006 - mls@suse.de
  - converted neededforbuild to BuildRequires
* Fri Jan 27 2006 - ccoffing@novell.com
  - Update to hg 8728 (xen-unstable tree).
  - Improve network-bridge:
    + Ensure netdev really is up, to fix STARTMODE="manual".
    + Stop ifplugd when doing ifdown, to fix STARTMODE="ifplugd".
    + Improve check for whether bridge already exists.
    + Improve defaults for netdev.
  - Fix log rotate so xend moves to new log.
  - xen-tools "Requires" python, et.al.; xen proper doesn't.
  - Revamp mk-xen-rescue-img.sh (#118566).
  - Revamp rcxendomains:  improved output, error checking, return
    values (#143754, #105677).
* Tue Jan 24 2006 - ccoffing@novell.com
  - Update to hg 8659 (xen-unstable tree).
* Mon Jan 23 2006 - ccoffing@novell.com
  - Correct return values and improve messages of init scripts.
* Fri Jan 20 2006 - ccoffing@novell.com
  - Use domUloader instead of pygrub.
* Thu Jan 19 2006 - carnold@novell.com
  - Build based on the xen-unstable.hg 8628
* Wed Jan 18 2006 - carnold@novell.com
  - Update to hg 8646 xen-unstable-hvm.hg tree.
* Fri Jan 13 2006 - ccoffing@novell.com
  - Allow version string "XEN_VER=3.0" instead of just
    "XEN_VER=xen-3.0" for backwards compatibility.
  - Correctly set changeset in compile.h.
* Thu Jan 12 2006 - carnold@novell.com
  - Added two patches from AMD that apply to the 8513 changeset.
* Thu Jan 12 2006 - kukuk@suse.de
  - Add libreiserfs-devel to nfb.
* Wed Jan 11 2006 - carnold@novell.com
  - Update to hg 8513 xen-unstable-hvm.hg tree.
* Tue Jan 10 2006 - ccoffing@novell.com
  - Update to hg 8269 (xen-3.0-testing).
  - Support try-restart in init scripts.
  - Clean up installation of udev rules.
* Wed Dec 14 2005 - ccoffing@novell.com
  - Update to hg 8257 (xen-3.0-testing).
  - Update documentation.
  - Fix gcc 4.1 warnings.
* Wed Dec 07 2005 - ccoffing@novell.com
  - Update to hg 8241 (xen-3.0-testing).
* Mon Nov 28 2005 - ccoffing@novell.com
  - Update to hg 8073.
  - Rationalize command names (eg, setsize -> xentrace-setsize).
  - Fix gcc 4.1 warnings.
* Wed Nov 16 2005 - ccoffing@novell.com
  - Update to hg 7782.
  - Honor RPM_OPT_FLAGS better.
  - Include a few simple, obvious fixes from upstream.
  - Build xm-test package.
  - Update udev scripts.
* Mon Nov 14 2005 - ccoffing@novell.com
  - Includes upstream fixes to fix i586 save/restore.
* Thu Nov 10 2005 - ccoffing@novell.com
  - Include a few simple, obvious fixes: 7609, 7618, 7636, 7689,
    7690, 7692, 7696
* Thu Nov 03 2005 - ccoffing@novell.com
  - Update to hg 7608.
  - Fix warn_unused_result warnings.
  - Drop some patches (merged upstream)
  - Tidy README.SuSE.
* Tue Nov 01 2005 - ccoffing@novell.com
  - Update to hg 7583.
* Thu Oct 20 2005 - ccoffing@novell.com
  - Don't mention unwritten man pages.
  - Update xmexample* to match SUSE paths.
  - Update xs-include patch.
* Wed Oct 19 2005 - garloff@suse.de
  - Avoid race in watchdog functionality.
  - Improve network-bridge script.
* Tue Oct 18 2005 - garloff@suse.de
  - Ignore zombies in the xendomains shutdown procedure and have a
    configurable timeout for the commands. Make xendomains status
    report something useful.
  - Make xendomains script comaptible to non-SUSE distros.
* Mon Oct 17 2005 - garloff@suse.de
  - Update to hg 7398.
* Mon Oct 17 2005 - garloff@suse.de
  - Create useful xendomains init script and sysconfig file.
* Mon Oct 17 2005 - garloff@suse.de
  - Create symlinks also for -pae and -dbg hypervisor.
  - Build doxygen documentation.
  - Include block-nbd script and xen-nbd example config.
  - Include patchset info.
* Wed Oct 12 2005 - garloff@suse.de
  - Update docu.
  - Enable xen-dbg hypervisor for gdbserver domU debugging.
* Tue Oct 11 2005 - garloff@suse.de
  - Update docu.
  - Update to hg 7313.
  - Move libxenstore.so to xen-tools.
* Tue Oct 11 2005 - garloff@suse.de
  - Fix buglet in /sbin/xen-vbd.
* Mon Oct 10 2005 - garloff@suse.de
  - Downgrade to hg 7267.
  - Add troubleshooting section to README.SUSE.
* Mon Oct 10 2005 - garloff@suse.de
  - Fix typo in SrvDomain for mem-set operation.
  - Workaround: write directly to balloon in dom0 setMemoryTarget.
  - Kill xenconsoled and xenstored in rcxend stop.
* Sun Oct 09 2005 - garloff@suse.de
  - Update to hg 7278.
  - Provide udev rules to setup vifs and vbds in dom0 when domUs
    boot (kraxel).
  - Change default FS size for rescue images to 80MB.
* Sat Sep 10 2005 - garloff@suse.de
  - Update to hg 6715.
  - Fix network-bridge down.
* Thu Sep 08 2005 - garloff@suse.de
  - Build PAE version along non-PAE version of Hypervisor.
* Tue Sep 06 2005 - garloff@suse.de
  - Try to fix network bridge down issue.
  - Document netowrking and firewalling caveats in README.SUSE.
  - Enable PAE.
* Tue Sep 06 2005 - garloff@suse.de
  - Update to hg 6644.
* Sun Sep 04 2005 - garloff@suse.de
  - Update to hg 6610.
  - Rename default name of xen-br0 to xenbr0.
  - Fix pygrub installation.
  - Use libreiserfs to support pygrub on reiser.
* Mon Aug 29 2005 - ccoffing@novell.com
  - xen-bridge-net.diff: do not destroy domain 0's network setup
    when starting xend.
* Mon Aug 29 2005 - garloff@suse.de
  - Update to hg 6458.
  - Drop privileged port check -- we use Unix dom sockets anyway
    (#105178).
  - init.xend: Fix linebreaks in PID list.
  - Correctly assign insserv to xen-tools subpackage.
* Thu Aug 25 2005 - garloff@suse.de
  - Add dirs /var/run/xenstored and /var/lib/xenstored.
* Thu Aug 25 2005 - garloff@suse.de
  - Update to hg 6393.
* Mon Aug 22 2005 - garloff@suse.de
  - Update to hg 6315.
  - Include linux-public headers in xen-devel package.
* Sun Aug 21 2005 - garloff@suse.de
  - Update to hg 6305.
* Sun Aug 21 2005 - garloff@suse.de
  - Update to hg 6299.
  - Enable VNC support (depending on LibVNCServer).
* Sun Aug 21 2005 - garloff@suse.de
  - Split off xen-tools-ioemu for supporting unmodified guests.
* Sat Aug 20 2005 - garloff@suse.de
  - Enable pygrub (at the cost of depending on e2fsprogs-devel)
  - Enable VMX ioemu SDL support (at the cost of many dependencies)
* Fri Aug 19 2005 - garloff@suse.de
  - Update to mercurial changeset 6223.
  - Move /usr/libexec/xen/ to /usr/lib[64]/xen/bin/.
  - Split off -tools package.
* Mon Aug 15 2005 - garloff@suse.de
  - Create symlinks in %post.
  - Update README.SUSE.
  - Mark /etc/xen/ as %config(noreplace).
  - Fix x86-64 build (movl -> mov, lib vs. lib64 inst dirs).
  - Remove PYTHONOPTIMIZE.
* Tue Aug 02 2005 - ccoffing@novell.com
  - Fix warn_unused_result warnings
* Thu Jul 28 2005 - ccoffing@novell.com
  - Update to latest 3.0-unstable snapshot.
* Wed Jul 13 2005 - ccoffing@novell.com
  - Fixed bug in glibc24 patch that caused erroneous "out of memory"
    errors
* Fri Jun 24 2005 - ccoffing@novell.com
  - Fix gcc4 patch that caused a panic in Xen at boot.
* Fri Jun 24 2005 - ccoffing@novell.com
  - Fix xen-syms link.
* Fri Jun 17 2005 - ccoffing@novell.com
  - Fix version-check in NetWare loader (0x336ec577 -> 0x326ec578).
* Fri Jun 17 2005 - ccoffing@novell.com
  - Backport NetWare-friendly loader from Xen 3.0.
* Thu Jun 16 2005 - ccoffing@novell.com
  - Destroy domains that failed to be fully created.
* Fri Jun 10 2005 - garloff@suse.de
  - Update to latest 2.0-testing snapshot.
  - Use RPM version and release no as xen version.
* Wed Jun 08 2005 - garloff@suse.de
  - Update mk-xen-rescue-img.sh script: Handle SLES9 better.
  - Export PYTHONOPTIMIZE in xend start script.
* Tue Jun 07 2005 - garloff@suse.de
  - Merge _perform_err fixes.
* Mon May 23 2005 - ccoffing@novell.com
  - update to 2.0.6
* Wed Apr 13 2005 - garloff@suse.de
  - More gcc4 and binutils related fixes.
* Wed Apr 13 2005 - garloff@suse.de
  - Build fixes for gcc4.
* Sun Apr 03 2005 - garloff@suse.de
  - Update xen: Various fixes (scheduling, memset, domain crash
    handling) and enhancements (bg page scrubbing).
* Thu Mar 24 2005 - garloff@suse.de
  - xen-bridge-net.diff: Make sure bridge netdev is up after adding
    addresses to it.
* Wed Mar 23 2005 - garloff@suse.de
  - xen-secure.diff: Check for privileged port before allowing
    certain control operations.
  - README.SUSE: Document this change.
* Wed Mar 23 2005 - garloff@suse.de
  - Require ports < 1024 to allow controlling VMs.
* Mon Mar 21 2005 - garloff@suse.de
  - Update xen.
* Wed Mar 16 2005 - garloff@suse.de
  - Update xen.
  - Add /var/lib/xen/xen-db/ subdirs.
* Sun Mar 13 2005 - garloff@suse.de
  - Update to post-2.0.5
  - Make /usr/sbin/xm root:trusted 0750
  - Drop some patches (merged upstream)
* Tue Mar 08 2005 - garloff@suse.de
  - Update README with security notes.
  - Update mk-xen-rescue-image.sh script allowing to specify the
    kernel version to be used.
  - Rather than busy-looping, exit console on a domain that has
    shutdown.
* Mon Mar 07 2005 - garloff@suse.de
  - Update xen to latest snapshot.
  - tgif not needed any more.
* Tue Mar 01 2005 - garloff@suse.de
  - Include serial-split from Charles Coffing.
* Tue Mar 01 2005 - garloff@suse.de
  - Update xen to latest snapshot.
* Mon Feb 21 2005 - garloff@suse.de
  - Update README.SuSE.
  - Update xen to latest snapshot.
* Sun Feb 13 2005 - garloff@suse.de
  - Add init header to xendomains init script.
  - Add bridge-utils dependency.
  - Update config file and README.
  - Activate xend init script on installation.
* Thu Feb 10 2005 - ro@suse.de
  - remove te_etex and te_pdf from neededforbuild.
* Thu Feb 10 2005 - garloff@suse.de
  - Update README about IDE dma.
  - Default to dhcp.
* Wed Feb 09 2005 - garloff@suse.de
  - Update to xen post-2.0.4.
  - Little bugfix for xen rescue install script.
  - Update README.SUSE: Better explanation of root FS creation.
* Mon Jan 24 2005 - garloff@suse.de
  - Change some defaults to be more secure (xend only binds to
    localhost, ip spoof protection on).
  - Avoid ipv6 issue with xend network script.
  - Extensive docu in README.SUSE now.
  - mk-xen-rescue-img.sh creates a xen root fs image from the std
    SUSE rescue image.
  - Put boot.local script in root img to parse ip boot par.
* Thu Jan 20 2005 - garloff@suse.de
  - Update to newer snapshot.
* Thu Jan 20 2005 - garloff@suse.de
  - Update to xen-2.0-unstable (post 2.0.3).
* Thu Dec 09 2004 - garloff@suse.de
  - Initial creation of package xen, xen-doc-*.
  - i686 only for now.

Files

à?



Generated by rpm2html 1.8.1

Daniel Veillard, Wed Oct 8 04:55:09 2008