VirtualBox è un software di virtualizzazione commerciale proprietario (con una versione ridotta distribuita secondo i termini della GNU General Public License) per architettura x86 che supporta Windows, GNU/Linux e Mac OS X come sistemi operativi host, ed è in grado di eseguire Windows, GNU/Linux, OS/2 Warp, OpenBSD e FreeBSD come sistemi operativi guest. Nel gennaio 2007 ne è stata rilasciata una versione ridotta.
VirtualBox supporta la soluzione per la virtualizzazione hardware di Intel VT-x ed, in via sperimentale la soluzione di AMD, AMD-V, ma non usa nessuna delle due per impostazione predefinita.
Il 12 febbraio 2008 Sun Microsystems ha acquistato Innotek GmbH, l'azienda tedesca sviluppatrice di VirtualBox.
Il 27 gennaio 2010 è stata perfezionata l'acquisizione di Sun da parte di Oracle Corporation.
Ambiente emulato:
VirtualBox emula i seguenti componenti hardware:
Gli hard disk vengono emulati con uno speciale formato contenitore chiamato "Virtual Disk Images" (file VDI), che è, al momento, incompatibile con i formati utilizzati dalle altre soluzioni di virtualizzazione. Sono comunque supportati i file VMDK (VMware ed altri) e VHD (Microsoft). Inoltre, VirtualBox ha la caratteristica peculiare di poter collegarsi a supporti iSCSI, e di poterli utilizzare come dischi virtuali.
Come scheda grafica, per impostazione predefinita VirtualBox fornisce una periferica VESA con 12 MB di RAM configurabili. Un driver video speciale viene fornito dalle Guest Additions (per sistemi guest Windows, GNU/Linux e Solaris): questo driver conferisce maggiore performance e la possibilità di regolare la risoluzione del sistema guest quando la finestra della macchina virtuale viene ridimensionata. Dalla versione 2.1.0 è inoltre possibile eseguire applicazioni che utilizzano le librerie OpenGL sulla macchina client sfruttando direttamente la scheda video del computer host.
Come scheda di rete Ethernet, VirtualBox fornisce le seguenti NIC:
AMD PCnet PCI II (Am79C970A);
AMD PCnet-Fast III (Am79C973) (default);
Intel PRO/1000 MT Desktop (82540EM);
Intel PRO/1000 T Server (82543GC);
Intel PRO/1000 MT Server (82545EM).
Come scheda audio, VirtualBox mette a disposizione una periferica Intel ICH AC'97 oppure una SoundBlaster 16.
Installando il pacchetto proprietario di estensioni per VirtualBox, viene emulato un controller USB, così che qualunque periferica USB collegata al sistema host può essere vista da quello guest. Se VirtualBox svolge il ruolo di server RDP, può anche utilizzare periferiche USB connesse al client RDP remoto come se fossero connesse all'host.
VirtualBox tenta di eseguire quanto più codice guest possibile in maniera nativa (vale a dire sul processore host). Questo va bene per il codice in modalità utente che funziona a ring 3 (nel contesto dell'architettura ring di Intel). Tuttavia, il codice ring 0 del sistema guest, che contiene di solito decine di istruzioni privilegiate, dovrà essere gestito in modo particolare. VirtualBox usa un approccio abbastanza inconsueto per risolvere il problema: convince il sistema operativo guest ad eseguire il codice ring 0 in ring 1, normalmente non utilizzato sull'architettura Intel.
Se dovessero sorgere problemi, VirtualBox ha un ricompilatore dinamico, come gli altri software di virtualizzazione. Il ricompilatore di VirtualBox si basa su QEMU. Inoltre, VirtualBox disassembla e, in alcuni casi, aggiunge delle patch al codice guest per evitare ricompilazioni future, dal momento che sono abbastanza onerose. In questo modo, sia il codice a ring 3 che quello a ring 0 può essere eseguito in maniera nativa nella maggior parte delle occasioni, e con questa combinazione di ricompilazione "tradizionale" e patch per il codice VirtualBox raggiunge una velocità simile a quella di VMware.
Alcuni Esempi:
Guest Linux - Host Windows XP
Guest MAC - Host Windows Seven
Guest Windows Seven - Host Ubuntu
Ultimi Changelog:
Codice:
VirtualBox 4.1.14 (released 2012-04-26)
This is a maintenance release. The following items were fixed and/or added:
Network: fixed the problem with packets larger than MTU-4 when PCnet or PRO/1000 was bridged to certain types of adapters on OS X hosts (bug #3783)
NAT: fixed a segfault under rare circumstances
3D Support: fixed Windows WDDM video driver crash for SMP guests (bugs #10200, #10331)
Windows Guest Additions, VRDP: fixed occasional text corruption (bug #3001)
VirtualBox 4.1.12 (released 2012-04-02)
This is a maintenance release. The following items were fixed and/or added:
VMM: fixed VERR_NOT_SUPPORTED and VERR_RAW_MODE_INVALID_SMP guru meditation due to an invalid reschedule to raw mode (bug #10370)
VMM: fixed PDMCritSectLeave guru meditation under rare circumstances with SMP guests
VMM: proper Math Fault handling with certain legacy guests (bug #9042)
NAT: fixed a socket leak under certain conditions
Storage: better sanity check against reading beyond end-of-file
Audio: fixed a crash in the NUL audio backend (bug #10374; 4.1.10 regression)
HGCM: fixed a crash during savestate under rare circumstances
VBoxSVC: several locking fixes
VBoxManage: return the correct error code if controlvm savestate failed (bug #10134)
Guest Additions: VBoxService should not crash on exit (bug #10326; 4.1.10 regression)
Windows Additions: set the correct time stamp when a file is closed (bug #6473)
Windows Additions: better help if the DirectX backups are not properly installed
Linux Additions: Linux 3.4-rc1 com
Salve a tutti . Volevo far presente che la Evolution e la Micro non hanno il driver per la scheda ethernet di virtual box , pertanto se si vuole emulare una di queste realizzazioni e collegarsi ad internet bisogna procurarsi il driver .
Devi fare la ricerca dentro il cd delle guest addition! io l'ho installata così...
guarda la prima immagine quella "CON EVOLUTION" se guardi bene io sono collegato al msn e sto aggiornando antiVir! (l'ho fatta a posta!) invece ho problemi con la scheda audio...
ora non sono a casa altrimenti ti facevo degli screen di dove andare per trovare i dirver... ma lo faccio più tardi...
Io ho fatto un percorso più complicato per trovarli, perchè credevo che dovevo installare i driver della mobo originale e a complicare il tutto c'era anche che la mobo ha i "famosi" realtek . Sto per aprire un topic in "hardware" , ti sarei molto grato se ci dai un occhiata. Grazie
ok ora guardo comunque rispondo con le immagini per chi in futuro riscontra questo problema...
Allora per prima cosa dentro a DISPOSITIVI dovete fare Installa Guest Additions:
e vi appare una unità virtuale con dentro il contenuto:
Allora a questo punto che abbiamo visto che l'unita è presente, andiamo a pannello di controllo\sistema\gestione periferiche.
ci posizioniamo sulla scheda ethernet che sarà contro distinta con e facciamo aggiorna driver.
non automaticamente ma da percorso:
X:\AMDPC_net
This version is a major update. The following major new features were added:
* 64 bits guest support (64 bits host only)[/b] :!:
* New native Leopard user interface on Mac OS X hosts
* The GUI was converted from Qt3 to Qt4 with many visual improvements
* New-version notifier
* Guest property information interface
* Host Interface Networking on Mac OS X hosts
* New Host Interface Networking on Solaris hosts
* Support for Nested Paging on modern AMD CPUs (major performance gain)
* Framework for collecting performance and resource usage data (metrics)
* Added SATA asynchronous IO (NCQ: Native Command Queuing) when accessing raw disks/partitions (major performance gain)
* Clipboard integration for OS/2 Guests
* Created separate SDK component featuring a new Python programming interface on Linux and Solaris hosts :!:
* Support for VHD disk images
In addition, the following items were fixed and/or added:
* VMM: VT-x fixes
* AHCI/SATA: improved performance
* GUI: keyboard fixes
* Linux installer: properly uninstall the package even if unregistering the DKMS module fails
* Linux additions: the guest screen resolution is properly restored
* Network: added support for jumbo frames (> 1536 bytes)
* Shared Folders: fixed guest crash with Windows Media Player 11
* Mac OS X: Ctrl+Left mouse click doesn’t simulate a right mouse click in the guest anymore. Use Hostkey+Left for a right mouse click emulation. (bug #1766)
molte cose nuove interessanti direi! sopratutto questa: * 64 bits guest support (64 bits host only)
La possibilità di virtualizzare sistemi 64! (solo se il sistema in qui è installato il programma è 64 bit ) non è poco...
Chuck cosa ne pensi?
Si infatti io l'ho installato su xp Evolution questa volta (volevo provare un po' di cose!) e va alla grande, ho notato anche che ora c'è la possibilità di scegliere la scheda di rete fra 4 possibilità (come già succedeva con quella audio). Vorrei provarla con il x64 (forse al prossimo format!)
This is a maintenance release. The following items were fixed and/or added:
Citazione:
* VMM: fixed inability to run more than one VM in parallel (AMD-V on CPUs with erratum 170 only; bug #2167)
* VMM: VT-x stability fixes (bug #2179 and others)
* VMM: fixed Linux 2.6.26+ kernel crashes (used by Ubuntu 8.10 Alpha, Fedora 10 Alpha; bug #1875)
* VMM: fixed 64 bits Linux 2.6.26 kernel crashes (Debian)
* VMM: fixed Vista (32 bits) guest crash during boot when PAE and NX are enabled (applied to 64 bits hosts with VT-x enabled only)
* VMM: fixed OS/2 guest crashes during boot (AMD-V; bug #2132)
* GUI: fixed crash when trying to release an inaccessible image in the virtual disk manager
* GUI: fixed invalid error message for a changed snapshot path even if that path wasn't changed (bug #2064)
* GUI: fixed crash when creating a new hard disk image (bug #2060)
* GUI: fixed crash when adding a hard disk in the VM settings (bug #2081)
* GUI: fixed a bug where VirtualBox isn't working with the new QGtkStyle plugin (bug #2066)
* GUI: fixed VM close dialog in seamless mode (Mac OS X hosts only; bug #2067)
* GUI: fixed standard menu entries for NLS versions (Mac OS X hosts only)
* GUI: disable the VT-x/AMD-V setting when it's not supported by the CPU (or on Mac OS X hosts)
* VBoxManage: fixed crash during internalcommands createrawvmdk (bug #2184)
* VBoxManage: fixed output of snapshot showvminfo (bug #698)
* Guest properties: added information about guest network interfaces (Windows guests only)
* Shared Folders: fixed regression that caused Windows guest crashes (bug #2055)
* API: fixed number of installed CPUs (Solaris hosts only)
* VRDP: allow a client to reconnect to an existing session on the VRDP server by dropping the existing connection (configurable and disabled by default; only relevant when multiconnection mode is disabled)
* VRDP: fixed an image repaint problem
* Linux hosts: fixed bug in vboxdrv.ko that could corrupt kernel memory and panic the kernel (bug #2078)
* Linux hosts: compile fixes for kernel module on Linux 2.6.27
* Mac OS X hosts: added Python support
* Additions: fixed a possible hang in HGCM communication after a VM reboot
* Windows additions: added support for Windows XP 64 bits (bug #2117)
* Linux additions: deactivate dynamic resizing on Linux guests with buggy X servers
* Linux additions: support Ubuntu 8.10 guests and Fedora 9 guests (dynamic resizing disabled for the latter) (bug #1854)
* Linux additions: added installer check for the system architecture
* Linux additions: fixed Xorg modules path for some Linux distributions (bug #2128)
* VMDK: be more liberal with ambiguous parts of the format specification and accept more format variants (bug #2062)
* VHD: fixed a bug in the VHD backend which resulted in reading the wrong data (bug #2085)
* Solaris hosts: fixed kernel panic on certain machines when starting VMs with host interface networking (bug #2183)
* Solaris hosts: fixed inability to access NFS shares on the host when host interface networking was enabled
* Solaris hosts: installer now detects and reports when installing under the wrong architecture
* Solaris hosts: fixed security hardening that prevented starting VMs from non-global zones even as root (bug #1948)
* Solaris additions: combined the 32 bit and 64 bit additions installer into a single package
* Mac OS X hosts: experimental support for attaching a real serial port to the guest
infatti... ma il problema è sorto con la 1.6.6 che non funzionava per niente
dopo subito è arrivata la 2.0.0 (dopo 4 gg. mi pare) ma anche questa con tanti bug (basta vedere la lista su) io non riuscivo a fargli riconoscere l'audio... speriamo in questa "maintenance release".
Sto installando il tuo Media Center Ed. ma mi dice che restano 60 g. per l'att. _________________
Tutti i fusi orari sono GMT + 1 ora Vai a pagina 1, 2, 3, 4, 5, 6, 7, 8, 9Successivo
Pagina 1 di 9
Non puoi inserire nuovi Topic in questo forum Non puoi rispondere ai Topic in questo forum Non puoi modificare i tuoi messaggi in questo forum Non puoi cancellare i tuoi messaggi in questo forum Non puoi votare nei sondaggi in questo forum Non puoi allegare files in questo forum Puoi scaricare files da questo forum
Prova le nostre Toolbar per il tuo browser
TVlinks Web Edition guarda la TV online i films e ascolta la musica in streaming