VMWARE vs ORACLE VM -- an important question
The xen hypervisor does not present the same driver for hardware devices such as nic, scsi controller which means that we would have to manage device drivers like we do with the different operating systems (win and lin/unix) whereas, VMWARE presents a virtual driver to all the operating systems and it appears as the same driver. Basically, vmware virtualizes the hardware presented to virtual machines where virtual machines running on oracle vm will need native drivers.
Is the above statement correct.....Do we need separate drivers for guest OS in oracle VM ??