VM-Ware Klon auf Open Source Basis. Durchaus einen Blick wert.

homepage

Changelog:
  • * USB 2.0 support
    * PulseAudio backend
    * GUI: ?xed accelerators in German translation
    * GUI: ?xed registration dialog crashes
    * GUI: allow to enter unicode characters to the name of the registration dialog
    * GUI: pre-select attached media in the disk manager when opened from the VM settings dialog
    * GUI: remember the last active VM
    * GUI: don?t accept empty paths for serial/parallel ports in XML
    * GUI: ?xed NumLock / CapsLock synchronizazion on Windows hosts
    * GUI: don?t start the kernel timer if no VM is active (Linux host)
    * VMM: improved compatibility with FreeBSD guests
    * VMM: properly restore CR4 after leaving VT-x mode
    * VMM: patch code and disassembler updates
    * VMM: with VT-x a pending interrupt could be cleared behind our back
    * VMM: workaround for missed cpuid patch (some Linux guests refuse to boot on multi-core CPUs)
    * VMM: ?xed code for overriding CPUID values
    * API: don?t crash when trying to create a VM with a duplicate name
    * API: don?t crash when trying to access the settings of a VM when some other VMs are not accessible
    * API: ?xed several memory leaks
    * ATA/IDE: ?xed SuSE 9.1 CD read installer regression
    * Floppy: ?xed inverted write protect ?ag
    * USB: virtualize an EHCI controller
    * USB: several minor ?xes
    * Network: ?xed MAC address check
    * Network: host interface ?xes for Solaris guests
    * Network: guest networking stopped completely after taking a snapshot
    * Network: don?t crash if a network card is enabled but not attached
    * PXE: ?x for PXE-EC8 error on soft reboot
    * NAT: update the DNS server IP address on every DNS packet sent by the guest
    * VGA: reset VRAM access handers after a fullscreen update
    * VGA: don?t overwrite guest?s VRAM when displaying a blank screen
    * ACPI: implemented the sleep button event
    * VRDP: ?xed crash when querying VRDP properties
    * VRDP: netAddress ?xes
    * VRDP: ?xed the Pause/Break keys over VRDP
    * VRDP: sync NumLock / CapsLock sync over VRDP
    * VRDP: workaround for scrambled icons with a guest video mode of 16bpp
    * VRDP: reset modifer keys on RDP_INPUT_SYNCHRONIZE
    * VRDP: reset RDP updates after resize to prevent obsolete updates
    * Clipboard: Windows host/guest ?xes
    * Clipboard: ?xed a SEGFAULT on VM exit (Linux host)
    * Clipboard: ?xed a buffer over?ow (Linux host)
    * Shared Folders: ?xed memory leaks
    * Linux installer: remove the old kernel module before compiling a new one
    * Linux host: compatibility ?xes with Linux 2.6.24
    * Linux host: script ?xes for ArchLinux
    * Linux host: load correct HAL library to determine DVD/?oppy (libhal.so.1 not libhal.so)
    * Linux host: make sure the tun kernel module is loaded before initializing static TAP interfaces
    * Windows additions: ?xed hang during HGCM communication
    * Windows additions: ?xed delay when shutting down the guest
    * Linux additions: added send?le support to allow HTTP servers to send ?les on shared folders
    * Linux additions: make additions work with Fedora 8 (SELinux policy added)
    * Linux additions: sometimes ARGB pointers were display incorrectly
    * Linux additions: several small script ?xes