In hardware virtualized environment, which answer best describes the drivers that are used in dom0 and the guest to communicate block I/O requests?
QEMU emulation is used in dom0, and a blkfront driver is used in the guest.
A native device driver is used in dom0, and QEMU emulation is used in the guest.
A blkfront driver is used in dom0, and a blkback driver is usedin the guest
QEMU emulation is used in dom0, and a native device driver is used in the guest.
Native drivers are used in both dom0, and the guest.
Submit