Okay, some notes on emulators and virtual machine options. First of
all, QEMU is indeed a pretty good all-around choice if you want to
both virtualize and emulate modern computer architectures where the
binary software being executed is predominantly compiled from C/C++.
It’s especially good for operating systems designed on modern Intel
x86, x86-64, PowerPC, SPARC32, SPARC64, MIPS, ARM, and RISC-V
architectures, just to name a few.
20181121/https://en.wikipedia.org/wiki/QEMU
So, you’re wondering about Compact Disc Digital Audio access under
virtualization? How do you pack a virtual disc image to include this
data? Is this feature even supported? If so, what virtualization
solutions support it? This is a must-have feature for virtualizing
some 1990s era game software under modern computer hardware.
Unfortunately, the best I can say for this is that virtual machine
solutions in general don’t provide support for this. The main support
for optical discs that they provide is for data optical discs. The
primary and most common example of such data discs that are used is
exclusively for booting an operating system installation CD.
Read on →