Replace separate targets for each disk kind with a make flag
A command like make qemu_nvme
will become make qemu disk=nvme
with
this change.
Also add support for selecting a virtio-blk disk and remove the *_no_build targets as they didn't do anything different from the regular targets anyway.