Install the QEMU Virtual Disk Utility
Many VM environments, such as MS Azure, Google Cloud, and others, support only certain disk formats. The QEMU image utility can be used to convert between disk image types.
To install QEMU for Mac OSX:
brew install qemu
To install QEMU for Windows:
- Navigate to https://www.qemu.org/download/ and select Windows.
- Select either 32-bit or 64-bit.
- Download and run the qemu-*setup*.exe file and follow the prompts.
Related topics
- For information on installing brew see https://brew.sh/.
- For information about QEMU as a whole see https://www.qemu.org/.
- For a complete list of QEMU supported operating systems and associated downloads see https://www.qemu.org/download/.