Linux KVM Installation Error

Hello, I’m trying to install HA on my Linux workstation running RHEL 8.3. I enabled UEFI was in the BIOS and are following KVM installation instructions. On the last step, Begin Installation, I get this error:

Unable to complete install: ‘unsupported configuration: IDE controllers are unsupported for this QEMU binary or machine type’

Traceback (most recent call last):
File “/usr/share/virt-manager/virtManager/asyncjob.py”, line 75, in cb_wrapper
callback(asyncjob, *args, **kwargs)
File “/usr/share/virt-manager/virtManager/createvm.py”, line 2089, in _do_async_install
guest.installer_instance.start_install(guest, meter=meter)
File “/usr/share/virt-manager/virtinst/install/installer.py”, line 544, in start_install
doboot, transient)
File “/usr/share/virt-manager/virtinst/install/installer.py”, line 491, in _create_guest
domain = self.conn.createXML(install_xml or final_xml, 0)
File “/usr/lib64/python3.6/site-packages/libvirt.py”, line 4034, in createXML
if ret is None:raise libvirtError(‘virDomainCreateXML() failed’, conn=self)
libvirt.libvirtError: unsupported configuration: IDE controllers are unsupported for this QEMU binary or machine type