Signed-off-by: Alex Williamson <alex.williamson@redhat.com> Acked-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
···19301930PTE's RPN field (ie, it needs to be shifted left by 12 to OR it19311931into the hash PTE second double word).1932193219331933+4.75 KVM_IRQFD19341934+19351935+Capability: KVM_CAP_IRQFD19361936+Architectures: x8619371937+Type: vm ioctl19381938+Parameters: struct kvm_irqfd (in)19391939+Returns: 0 on success, -1 on error19401940+19411941+Allows setting an eventfd to directly trigger a guest interrupt.19421942+kvm_irqfd.fd specifies the file descriptor to use as the eventfd and19431943+kvm_irqfd.gsi specifies the irqchip pin toggled by this event. When19441944+an event is tiggered on the eventfd, an interrupt is injected into19451945+the guest using the specified gsi pin. The irqfd is removed using19461946+the KVM_IRQFD_FLAG_DEASSIGN flag, specifying both kvm_irqfd.fd19471947+and kvm_irqfd.gsi.19481948+19491949+193319505. The kvm_run structure19341951------------------------19351952