VirtualBox5.0.0-101573

VirtualBox무료 오픈 소스 가상화 소프트웨어로, 사용자가 컴퓨터에서 가상 머신을 생성하고 실행할 수 있게 해줍니다. VirtualBox를 사용하면, 사용자는 별도의 파티션을 생성하거나 추가 하드웨어를 구매하지 않고도 컴퓨터에서 여러 운영 체제를 동시에 설치하고 실행할 수 있습니다.

VirtualBox의 주요 장점 중 하나는 사용이 간편하다는 점입니다. 가상화 기술에 대한 경험이 거의 없거나 전혀 없는 사람들도 설치 및 설정이 간단합니다. VirtualBox는 또한 각 가상 머신에 할당된 RAM, CPU 코어 및 하드 디스크 공간의 양을 조정할 수 있는 다양한 사용자 정의 옵션을 제공합니다.

VirtualBox의 또 다른 훌륭한 기능은 다양한 운영 체제와의 호환성입니다. 사용자는 가상 머신에 Windows, Linux, macOS 및 많은 다른 운영 체제를 설치하고 실행할 수 있습니다. 이것은 개발자, 소프트웨어 테스터, 그리고 단일 컴퓨터에서 여러 운영 체제를 실행해야 하는 모든 사람에게 훌륭한 도구가 됩니다.

VirtualBox는 USB 장치, 공유 폴더 및 네트워크 어댑터 지원과 같은 다양한 고급 기능을 제공합니다. 이러한 기능은 가상 라우터, 방화벽 및 서버와 같이 하드웨어 또는 네트워크 리소스를 요구하는 소프트웨어를 실행할 수 있게 해줍니다.

VirtualBox는 여러 운영 체제를 단일 컴퓨터에서 실행해야 하는 사람들에게 훌륭한 선택입니다. 사용의 용이성, 다양한 맞춤화 옵션, 다양한 운영 체제와의 호환성 덕분에 개발자, IT 전문가 및 가정 사용자 모두에게 다재다능하고 강력한 도구입니다.


주요 기능:

  • 크로스 플랫폼 호환성.
  • 직관적인 그래픽 사용자 인터페이스.
  • 다양한 운영 체제 지원.
  • 호스트 운영 체제와의 매끄러운 통합.
  • 스냅샷과 클론.
  • 네트워킹 기능.
  • 가상 장치 지원.
  • 추가 기능을 위한 익스텐션 팩.


새로운 소식은 무엇인가요?

Version 5.0.0-101573

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

  • Paravirtualization support for Windows and Linux guests to improve time-keeping accuracy and performance (see the manual for more information)
  • Make more instruction set extensions available to the guest when running with hardware-assisted virtualization and nested paging. Among others this includes: SSE 4.1, SSE4.2, AVX, AVX-2, AES-NI, POPCNT, RDRAND and RDSEED
  • xHCI Controller to support USB 3 devices (see the manual for more information)
  • Drag and drop support (bidirectional) for Windows, Linux and Solaris guests
  • Disk image encryption (see the manual for more information)
  • VMs can now be started in separate mode. The VM process is started headless while the frontend runs as a separate process which can be terminated without stopping the VM.
  • GUI: VM guest-content scaling support (including 3D acceleration)
  • GUI: New User Interface settings page for customizing status-bar, menu-bar and guest-content scaling
  • GUI: New Encryption settings tab for customizing encryption options for disk images
  • GUI: HiDPI support including application icons and optional unscaled HiDPI output on Mac OS X (including 3D acceleration)
  • GUI: Hotplugging support for SATA disks
  • New, modular audio architecture for providing a better abstraction of the host audio backends
  • Support for the NDIS6 networking framework on Windows (default on Vista and later)

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

  • VMM: improved timing on Solaris hosts with older VT-x hosts without preemption timers
  • VMM: further improvements for TSC frequency measurements and guest timekeeping
  • VMM: debug facility now includes the guest CPU's FPU/SSE/extended state in the core dump
  • VMM: fixed a hang under rare conditions on 32-bit hosts
  • VMM: several fixes
  • GUI: improved HID LEDs synchronization for Mac and Windows hosts. The physical LEDs state now restored together with the VM state.
  • GUI: take the guest screen aspect ratio into account for the preview window
  • GUI: provide direct access to storage media in the VM selector
  • GUI: allow to save the VM state from the selector even if the VM is already paused
  • VBoxManage: when exporting an appliance, support the suppression of MAC addresses, which means they will be always recreated on import, avoiding duplicate MAC addresses for VMs which are imported several times
  • VBoxManage: now supports renaming storage controllers and USB controllers
  • Guest Control: major overhaul, for example fixing wrong parameter quoting (bug #13157)
  • USB: added USB traffic capturing (see the manual for more information)
  • Made resizing X11 guests work more reliably
  • API: block the removal of the current snapshot if it has child snapshots (only relevant for VMs without snapshottable hard disks, their presence always prevented removal), which resulted in VM config corruption
  • API: mark VM configs with snapshots but without current snapshot as inaccessible, as this combination is nonsense
  • API: fix information for some automatically generated events (only with XPCOM, Windows host was not affected), which caused errors when getting some of the attributes over the webservice (bug #12379)
  • API: fix crashes in Java API clients using the XPCOM binding, happened with output parameters only (bug #11232)
  • API: a number of settings (e.g. network settings) can now also be changed when the VM is in saved state
  • API: fixed incorrect resuming of VMs on host-resume unless they were previously paused due to a host-suspend
  • API: don't lose the saved state and "current state changed" flag during cloning of a VM
  • API: OS type description consistency fix (bug #14162)
  • VBoxSVC: don't keep the support driver permanently open
  • Main/Properties: properly drop transient guest properties when the VM is powered off
  • VRDP: fixed a couple of races which may cause a crash during VM poweroff
  • ExtPack: don't fail if the TMP directory contains non-latin1 characters (bug #14159)
  • 3D: fix potential race in which might cause a crash on VM termination
  • 3D: fixed a possible memory leak in the host service
  • Serial: new TCP/IP backend (see the manual for more information)
  • Storage: added USB mass storage device class (see the manual for more information)
  • Storage: added vbox-img standalone tool for direct manipulation of virtual hard disk images without VBoxManage
  • Storage: fixed crash as a result of I/O errors in certain conditions (bug #13105)
  • NAT: fixed several potential crashes
  • NAT: don't forcibly reset/drop all connections when the link goes down
  • Netsniffer: properly handle changing of the trace file name at VM runtime
  • Audio: fixed audio output and input when changing the default audio device more than once on OS X
  • Audio: fixed audio input on OS X under certain circumstances
  • ICH9: fixed the interrupt disable logic for MSI interrupts; should fix old Linux guests with AHCI
  • USB: improve playback with USB sound devices attached to the emulated OHCI controller
  • Audio: provide Linux guests a different AC97 audio codec type so Linux ALSA does not mis-detect the link speed (default for new VMs)
  • BIOS: fix for booting from SCSI CD/DVD media
  • BIOS: fix for reads partially beyond end of disk (bug #14021)
  • VRDP: fixed listening for IPv6 on some systems (bug #14038)
  • rdesktop-vrdp: upgraded to version 1.8.3
  • Linux hosts: fixed a bug which made the netfilter driver ignore certain events (bug #12264)
  • Mac OS X hosts: El Capitan fixes
  • Mac OS X hosts: fixed a bug which might trigger a host kernel panic if a VM is started and another hypervisor is active
  • Solaris hosts: installer fix for very recent versions of Solaris
  • Guest Additions: added a heartbeat service (see the manual for more information)
  • Linux hosts / guests: support for Linux distributions using systemd without sysv emulation (e.g. ArchLinux)
  • Windows Additions/WDDM: improved video memory utilization and allow more/bigger guest screens with large resolutions (including HiDPI)
  • Linux Additions: added -s parameter to mount.vboxsf to be sloppy with invalid parameters
  • X11 Additions: fixed wrong DPI value (bug #14151)
  • Mac OS X guests: limit the CPU family for legacy guests
  • Solaris Additions: added quiesce support to co-operate with Solaris' fast-reboot feature

다른 언어로 제공되는 프로그램

사용자 리뷰

사용자 평가

5/5

101

면허:

자유로운

요구사항:

Windows All

언어들:

Multi-languages

크기:

111MB

출판사:

Oracle Corporation

업데이트됨:

Jul 9, 2015

깨끗한

리포트 소프트웨어

개발자 소프트웨어

VirtualBox 7.2.18

보안 수준

장치에 잠재적인 손상이 발생하지 않도록 하고 데이터 및 개인 정보를 보호하기 위해, 저희 팀은 새로운 설치 파일이 저희 서버에 업로드되거나 원격 서버에 연결될 때마다 이를 확인하고 주기적으로 파일을 검토하여 상태를 확인하거나 업데이트합니다. 이러한 검토를 기반으로 다운로드 가능한 파일에 대해 다음과 같은 보안 수준을 설정합니다.

깨끗한

이 소프트웨어 프로그램이 안전할 가능성이 높습니다.

우리는 이 소프트웨어 프로그램과 관련된 파일과 URL을 세계 60개 이상의 주요 안티바이러스 서비스에서 검사했으며, 가능한 위협은 발견되지 않았습니다. 또한 서드파티 소프트웨어가 포함되어 있지 않습니다.

경고

이 프로그램은 광고 지원을 받으며 필수는 아닌 제3자 프로그램 설치를 제안할 수 있습니다. 여기에는 툴바 설치, 홈페이지 변경, 기본 검색 엔진 변경 또는 다른 제3자 프로그램 설치가 포함될 수 있습니다. 이러한 프로그램은 오탐일 수 있으며, 사용자들은 이 소프트웨어를 설치하고 사용할 때 주의할 것을 권장합니다.

장애인

이 소프트웨어는 더 이상 다운로드할 수 없습니다. 이 소프트웨어 프로그램은 악성일 가능성이 높거나 보안 문제 또는 기타 이유가 있을 수 있습니다.

보고서를 제출하다

감사합니다!
귀하의 보고서가 전송되었습니다.

귀하의 요청을 검토하고 적절한 조치를 취하겠습니다.

이 보고서와 관련하여 취해지는 조치에 대한 알림은 받지 않으실 것임을 알려드립니다. 이로 인해 불편을 끼쳐 드려 죄송합니다.

웹사이트를 깨끗하고 안전하게 유지하는 데 도움을 주셔서 감사합니다.