Displaying 16 results from an estimated 16 matches for "event_notifier_cleanup".
2015 Mar 11
4
[PATCH] virtio-pci: fix host notifiers on bi-endian architectures
...> - true, n, notifier);
> > + true, cpu_to_host_notifier16(vdev, n),
> > + notifier);
> > virtio_queue_set_host_notifier_fd_handler(vq, false, false);
> > event_notifier_cleanup(notifier);
> > }
>
2015 Mar 11
4
[PATCH] virtio-pci: fix host notifiers on bi-endian architectures
...> - true, n, notifier);
> > + true, cpu_to_host_notifier16(vdev, n),
> > + notifier);
> > virtio_queue_set_host_notifier_fd_handler(vq, false, false);
> > event_notifier_cleanup(notifier);
> > }
>
2015 Mar 11
1
[Qemu-ppc] [PATCH] virtio-pci: fix host notifiers on bi-endian architectures
...true, n, notifier);
> > > + true, cpu_to_host_notifier16(vdev, n),
> > > + notifier);
> > > virtio_queue_set_host_notifier_fd_handler(vq, false, false);
> > > event_notifier_cleanup(notifier);
> > > }
> >
>
2015 Mar 11
1
[Qemu-ppc] [PATCH] virtio-pci: fix host notifiers on bi-endian architectures
...true, n, notifier);
> > > + true, cpu_to_host_notifier16(vdev, n),
> > > + notifier);
> > > virtio_queue_set_host_notifier_fd_handler(vq, false, false);
> > > event_notifier_cleanup(notifier);
> > > }
> >
>
2015 Mar 11
2
[PATCH] virtio-pci: fix host notifiers on bi-endian architectures
...mp;proxy->bar, VIRTIO_PCI_QUEUE_NOTIFY, 2,
- true, n, notifier);
+ true, cpu_to_host_notifier16(vdev, n),
+ notifier);
virtio_queue_set_host_notifier_fd_handler(vq, false, false);
event_notifier_cleanup(notifier);
}
2015 Mar 11
2
[PATCH] virtio-pci: fix host notifiers on bi-endian architectures
...mp;proxy->bar, VIRTIO_PCI_QUEUE_NOTIFY, 2,
- true, n, notifier);
+ true, cpu_to_host_notifier16(vdev, n),
+ notifier);
virtio_queue_set_host_notifier_fd_handler(vq, false, false);
event_notifier_cleanup(notifier);
}
2015 Oct 26
9
[PATCH 0/7] Hyper-V Synthetic interrupt controller
Hyper-V SynIC (synthetic interrupt controller) device
implementation.
The implementation contains:
* msr's support
* irq routing setup
* irq injection
* irq ack callback registration
* event/message pages changes tracking at Hyper-V exit
* Hyper-V test device to test SynIC by kvm-unit-tests
Andrey Smetanin (7):
standard-headers/x86: add Hyper-V SynIC constants
target-i386/kvm: Hyper-V
2015 Oct 26
9
[PATCH 0/7] Hyper-V Synthetic interrupt controller
Hyper-V SynIC (synthetic interrupt controller) device
implementation.
The implementation contains:
* msr's support
* irq routing setup
* irq injection
* irq ack callback registration
* event/message pages changes tracking at Hyper-V exit
* Hyper-V test device to test SynIC by kvm-unit-tests
Andrey Smetanin (7):
standard-headers/x86: add Hyper-V SynIC constants
target-i386/kvm: Hyper-V
2015 Mar 11
0
[Qemu-ppc] [PATCH] virtio-pci: fix host notifiers on bi-endian architectures
...true, n, notifier);
> > > > + true, cpu_to_host_notifier16(vdev, n),
> > > > + notifier);
> > > > virtio_queue_set_host_notifier_fd_handler(vq, false, false);
> > > > event_notifier_cleanup(notifier);
> > > > }
> > >
> >
>
>
2015 Mar 11
0
[Qemu-ppc] [PATCH] virtio-pci: fix host notifiers on bi-endian architectures
...true, n, notifier);
> > > > + true, cpu_to_host_notifier16(vdev, n),
> > > > + notifier);
> > > > virtio_queue_set_host_notifier_fd_handler(vq, false, false);
> > > > event_notifier_cleanup(notifier);
> > > > }
> > >
> >
>
>
2015 Mar 11
0
[PATCH] virtio-pci: fix host notifiers on bi-endian architectures
...PCI_QUEUE_NOTIFY, 2,
> - true, n, notifier);
> + true, cpu_to_host_notifier16(vdev, n),
> + notifier);
> virtio_queue_set_host_notifier_fd_handler(vq, false, false);
> event_notifier_cleanup(notifier);
> }
2015 Mar 11
0
[PATCH] virtio-pci: fix host notifiers on bi-endian architectures
...PCI_QUEUE_NOTIFY, 2,
> - true, n, notifier);
> + true, cpu_to_host_notifier16(vdev, n),
> + notifier);
> virtio_queue_set_host_notifier_fd_handler(vq, false, false);
> event_notifier_cleanup(notifier);
> }
2015 Mar 12
0
[PATCH] virtio-pci: fix host notifiers on bi-endian architectures
...true, n, notifier);
> > > + true, cpu_to_host_notifier16(vdev, n),
> > > + notifier);
> > > virtio_queue_set_host_notifier_fd_handler(vq, false, false);
> > > event_notifier_cleanup(notifier);
> > > }
> >
2015 Mar 12
0
[PATCH] virtio-pci: fix host notifiers on bi-endian architectures
...true, n, notifier);
> > > + true, cpu_to_host_notifier16(vdev, n),
> > > + notifier);
> > > virtio_queue_set_host_notifier_fd_handler(vq, false, false);
> > > event_notifier_cleanup(notifier);
> > > }
> >
2012 Jul 24
14
[RFC 0/9] vhost-scsi: Add support for host virtualized target
From: Nicholas Bellinger <nab at linux-iscsi.org>
Hi Anthony + QEMU storage folks,
The following is a reviewable RFC series of vhost-scsi against yesterday's
QEMU.git/master @ commit 401a66357d.
The series is available directly from:
git://git.kernel.org/pub/scm/virt/kvm/nab/qemu-kvm.git vhost-scsi-merge
It contains the squashed + re-ordered patches from Stefan -> Zhi's
2012 Jul 24
14
[RFC 0/9] vhost-scsi: Add support for host virtualized target
From: Nicholas Bellinger <nab at linux-iscsi.org>
Hi Anthony + QEMU storage folks,
The following is a reviewable RFC series of vhost-scsi against yesterday's
QEMU.git/master @ commit 401a66357d.
The series is available directly from:
git://git.kernel.org/pub/scm/virt/kvm/nab/qemu-kvm.git vhost-scsi-merge
It contains the squashed + re-ordered patches from Stefan -> Zhi's