VirtualBox 2.2.0 正式版
创始人
2024-03-25 07:20:19
0

VirtualBox最早是德国一家软件公司InnoTek所开发的虚拟系统软件,后来被Sun收购,改名为Sun VirtualBox,性能有很大的提高.因为他是开源的,不同于VM,而且功能强大,可以在 Linux/Mac 和 Windows 主机中运行,并 支持在其中安装 Windows (NT 4.0、2000、XP、Server 2003、Vista)、DOS/Windows 3.x、Linux (2.4 和 2.6)、OpenBSD 等系列的客户操作系统.假如你曾经有用过虚拟机软件的经历的话,相信使用 VirtualBox 不在话下。即便你是一个新手,也没有关系。VirtualBox 提供了详细的文档,可以助你在短期内入门。

下载:VirtualBox 2.2.0 for Windows (36.5 MB)
访问:VirtualBox 2.2.0

VirtualBox 2.2.0 (released 2009-08-04)

This version is a major update. The following major new features were added:

    * OVF (Open Virtualization Format) appliance import and export (see chapter 3.8, Importing and exporting virtual machines, User Manual page 55)
    * Host-only networking mode (see chapter 6.7, Host-only networking, User Manual page 88)
    * Hypervisor optimizations with significant performance gains for high context switching rates
    * Raised the memory limit for VMs on 64-bit hosts to 16GB
    * VT-x/AMD-V are enabled by default for newly created virtual machines
    * USB (OHCI & EHCI) is enabled by default for newly created virtual machines (Qt GUI only)
    * Experimental USB support for OpenSolaris hosts
    * Shared folders for Solaris and OpenSolaris guests
    * OpenGL 3D acceleration for Linux and Solaris guests (see chapter 4.8, Hardware 3D acceleration (OpenGL), User Manual page 70)
    * Added C API in addition to C++, Java, Python and Web Services

In addition, the following items were fixed and/or added:

    * VMM: FreeBSD guest related fix for V86 flags (bug #2342)
    * VMM: fixed guru meditation when booting an AsteriskNow Linux VM (bug #2342)
    * VMM: fixed PGMPOOLKIND_FREE guru meditation (bugs #3356, #3431)
    * VMM: fixed Windows XP boot hang (guest PAE + nested paging only)
    * VMM: allow mixing of VT-x/AMD-V and software virtualization
    * VMM: fixed extremely slow safe mode booting in e.g. Windows 2008 (VT-x/AMD-V only)
    * VMM: significant speedup of certain GRUB boot loaders (e.g. Solaris) (VT-x/AMD-V only)
    * VMM: real-mode IOPL fix for DOS guests (VT-x only)
    * VMM: fixed VT-x detection with certain BIOSes that enable VT-x, but don’t set the lock bit in MSR_IA32_FEATURE_CONTROL
    * VMM: fixed hibernation issues on Windows XP hosts (VT-x only; bug #1794)
    * VMM: properly emulate RDMSR from the TSC MSR, should fix some NetBSD guests
    * VMM: emulate RDPMC; fixes Windows guests crashes when using the Kaspersky virus scanner (bug #1778)
    * NAT: fixed truncated downloads (FTP) (bug #3257)
    * NAT: blocked UDP packets caused a crash (bug #3426)
    * NAT: allow to configure the next server and the boot file via VBoxManage (bug #2759)
    * IDE: fixed hard disk upgrade from XML-1.2 settings (bug #1518)
    * Hard disk: support more VMDK file variants (including fixed-size ESX server images)
    * Hard disks: refuse to start the VM if a disk image is not writable
    * USB: further reduced host CPU utilization for OHCI and EHCI; the “VBoxInternal/Devices/usb-ohci/0/Config/FrameRate” CFG key is no longer necessary and no longer supported
    * USB: fixed BSOD on the host with certain USB devices (Windows hosts only; bug #1654)
    * E1000: properly handle cable disconnects (bug #3421)
    * VRDP: fixed hangs when VRDP server is enabled or disabled in runtime
    * Shared folders: respect umask settings on Linux, OSX and Solaris hosts when creating files
    * X11 guests: prevented setting the locale in vboxmouse, as this caused problems with Turkish locales (bug #3563)
    * X11 guests: show the guest mouse pointer at the right position if the virtual desktop is larger than the guest resolution (bug #2306)
    * Linux additions: fixed typo when detecting Xorg 1.6 (bug #3555)
    * Solaris guests: added xpg4/xcu4 dependency to the guest additions installer (bug #3524)
    * Windows guests: bind the VBoxMouse.sys filter driver to the correct guest pointing device (bug #1324)
    * Windows hosts: fixed BSOD when starting a VM with enabled host interface (bug #3414)
    * Linux hosts: do proper reference counting to prevent unloading the vboxnetflt module as long as this code is in use (bug #3104)
    * Linux hosts: do not leave zombies of VBoxSysInfo.sh (bug #3586)
    * Linux installers: fixes for Slackware, Arch Linux and Linux from Scratch systems
    * Windows installers: combined installer executable which contains both (32- and 64-bit) architectures.
    * VBoxManage: less cryptic command-line error messages
    * VBoxManage list vms commands now default to compact format
    * VBoxManage controlvm dvdattach did not work if the image was attached before
    * VBoxManage: allow creation of all supported disk image variants
    * VBoxManage showvminfo: don’t spam the release log if the additions don’t support statistics information (bug #3457)
    * VBoxManage: big command line processing cleanup, the legacy single-dash options are deprecated and will be removed in the next major release, so switch to the new options now
    * Hard disks: improved immutable disk support to auto-reset diff file at VM startup (related to bug #2772)
    * GUI: enable the audio adapter by default for new VMs
    * GUI: warn if VT-x/AMD-V is not operational when starting a 64-bit guest
    * GUI: deactivate 64-bit guest support when the host CPU does not support VT-x/AMD-V
    * GUI: removed floppy icon from the status bar
    * GUI: show build revision in about dialog
    * GUI: fixed sticky status bar text
    * GUI: improved error dialogs
    * GUI: fail with an appropriate error message when trying to boot a read-only disk image (bug #1745)
    * GUI/Mac OS X: fixed disabled close button
    * GUI/Windows: re-enabled support for copy and paste (Windows hosts 2.0 regression; bug #2065)
    * 3D support: added OpenGL select/feedback support (bug #2920)
    * 3D support: close OpenGL subsystem for terminated guest applications (bug #3243)
    * 3D support: fixed VM hangs when starting guests with 3D acceleration enabled (bug #3437)
    * PXE: fixed boot hangs when hardware virtualization is used (bug #2536)
    * LsiLogic: fixed problems with Solaris guests

【编辑推荐】

  1. Linux系统下配置Netware服务器方法
  2. 嵌入式设备上的 Linux 系统开发
  3. 深度介绍Linux内核是如何工作的(1)

相关内容

热门资讯

PHP新手之PHP入门 PHP是一种易于学习和使用的服务器端脚本语言。只需要很少的编程知识你就能使用PHP建立一个真正交互的...
网络中立的未来 网络中立性是什... 《牛津词典》中对“网络中立”的解释是“电信运营商应秉持的一种原则,即不考虑来源地提供所有内容和应用的...
各种千兆交换机的数据接口类型详... 千兆交换机有很多值得学习的地方,这里我们主要介绍各种千兆交换机的数据接口类型,作为局域网的主要连接设...
什么是大数据安全 什么是大数据... 在《为什么需要大数据安全分析》一文中,我们已经阐述了一个重要观点,即:安全要素信息呈现出大数据的特征...
如何允许远程连接到MySQL数... [[277004]]【51CTO.com快译】默认情况下,MySQL服务器仅侦听来自localhos...
如何利用交换机和端口设置来管理... 在网络管理中,总是有些人让管理员头疼。下面我们就将介绍一下一个网管员利用交换机以及端口设置等来进行D...
P2P的自白|我不生产内容,我... 现在一提起P2P,人们就会联想到正在被有关部门“围剿”的互联网理财服务。×租宝事件使得劳...
Intel将Moblin社区控... 本周二,非营利机构Linux基金会宣布,他们将担负起Moblin社区的管理工作,而这之前,Mobli...
施耐德电气数据中心整体解决方案... 近日,全球能效管理专家施耐德电气正式启动大型体验活动“能效中国行——2012卡车巡展”,作为该活动的...
Windows恶意软件20年“... 在Windows的早期年代,病毒游走于系统之间,偶尔删除文件(但被删除的文件几乎都是可恢复的),并弹...