All VMs fail with guru meditation error

I suddenly cannot get any VM to start on my Ubuntu machine. The (I think) relevant sections in the logs show:
and
I have no idea when this started happening but it must have been in the past day or so. As far as I know, the only thing that might have changed in that time frame is that I installed the qemu-kvm package in Ubuntu (the host), then added my user to the kvm group and rebooted. I was just spinning up some react-native development on my machine and android-studio was complaining about not having access to /dev/kvm so I installed qemu-kvm and added my user to the kvm group to fix that.
Not sure what is causing the E_ACCESSDENIED error. Would be nice if it logged the exact resource/file handle/whatever that it was trying to access when it encountered that error...
00:00:00.792984 Changing the VM state from 'POWERING_ON' to 'RUNNING'
00:00:00.792993 Console: Machine state changed to 'Running'
00:00:00.794930 Changing the VM state from 'RUNNING' to 'GURU_MEDITATION'
00:00:00.794952 Console: Machine state changed to 'GuruMeditation'
00:00:00.796260 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
00:00:00.796260 !!
00:00:00.796260 !! VCPU0: Guru Meditation -79 (VERR_INVALID_STATE)
00:00:00.796263 !!
00:00:00.796266 !!
00:00:00.796267 !! {mappings, <NULL>}
00:00:00.796267 !!
00:00:00.796272
00:00:00.796272 The mappings are DISABLED.
00:00:00.796274 00000000fd800000 - 00000000febfffff Hypervisor Memory Area
00:00:00.796276 00000000fec00000 - 00000000ffbfffff Above 4GB Base RAM
00:00:00.796277 !!
00:00:00.796277 !! {hma, <NULL>}
00:00:00.796278 !!
and
00:00:02.793906 ERROR [COM]: aRC=E_ACCESSDENIED (0x80070005) aIID={ab4164db-c13e-4dab-842d-61ee3f0c1e87} aComponent={DisplayWrap} aText={The console is not powered up}, preserve=false aResultDetail=0
00:00:02.794673 GUI: Aborting startup due to invalid machine state detected: 1
I have no idea when this started happening but it must have been in the past day or so. As far as I know, the only thing that might have changed in that time frame is that I installed the qemu-kvm package in Ubuntu (the host), then added my user to the kvm group and rebooted. I was just spinning up some react-native development on my machine and android-studio was complaining about not having access to /dev/kvm so I installed qemu-kvm and added my user to the kvm group to fix that.
Not sure what is causing the E_ACCESSDENIED error. Would be nice if it logged the exact resource/file handle/whatever that it was trying to access when it encountered that error...