Skip to content
Snippets Groups Projects
Commit 1fd74012 authored by Cam Macdonell's avatar Cam Macdonell Committed by Blue Swirl
Browse files

Add kvm_set_ioeventfd_mmio_long definition for non-KVM systems

parent b1d6d51d
No related branches found
No related tags found
No related merge requests found
......@@ -136,3 +136,8 @@ int kvm_set_ioeventfd_pio_word(int fd, uint16_t addr, uint16_t val, bool assign)
{
return -ENOSYS;
}
int kvm_set_ioeventfd_mmio_long(int fd, uint32_t adr, uint32_t val, bool assign)
{
return -ENOSYS;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment