Displaying 14 results from an estimated 14 matches for "memory_region_del_eventfd".
2015 Mar 11
4
[PATCH] virtio-pci: fix host notifiers on bi-endian architectures
...tfd(&proxy->bar, VIRTIO_PCI_QUEUE_NOTIFY, 2,
> > - true, n, notifier);
> > + true, cpu_to_host_notifier16(vdev, n),
> > + notifier);
> > } else {
> > memory_region_del_eventfd(&proxy->bar, VIRTIO_PCI_QUEUE_NOTIFY, 2,
> > - true, n, notifier);
> > + true, cpu_to_host_notifier16(vdev, n),
> > + notifier);
> > virtio_queue_set_host_notif...
2015 Mar 11
4
[PATCH] virtio-pci: fix host notifiers on bi-endian architectures
...tfd(&proxy->bar, VIRTIO_PCI_QUEUE_NOTIFY, 2,
> > - true, n, notifier);
> > + true, cpu_to_host_notifier16(vdev, n),
> > + notifier);
> > } else {
> > memory_region_del_eventfd(&proxy->bar, VIRTIO_PCI_QUEUE_NOTIFY, 2,
> > - true, n, notifier);
> > + true, cpu_to_host_notifier16(vdev, n),
> > + notifier);
> > virtio_queue_set_host_notif...
2015 Mar 11
1
[Qemu-ppc] [PATCH] virtio-pci: fix host notifiers on bi-endian architectures
...IRTIO_PCI_QUEUE_NOTIFY, 2,
> > > - true, n, notifier);
> > > + true, cpu_to_host_notifier16(vdev, n),
> > > + notifier);
> > > } else {
> > > memory_region_del_eventfd(&proxy->bar, VIRTIO_PCI_QUEUE_NOTIFY, 2,
> > > - true, n, notifier);
> > > + true, cpu_to_host_notifier16(vdev, n),
> > > + notifier);
> > > virtio_...
2015 Mar 11
1
[Qemu-ppc] [PATCH] virtio-pci: fix host notifiers on bi-endian architectures
...IRTIO_PCI_QUEUE_NOTIFY, 2,
> > > - true, n, notifier);
> > > + true, cpu_to_host_notifier16(vdev, n),
> > > + notifier);
> > > } else {
> > > memory_region_del_eventfd(&proxy->bar, VIRTIO_PCI_QUEUE_NOTIFY, 2,
> > > - true, n, notifier);
> > > + true, cpu_to_host_notifier16(vdev, n),
> > > + notifier);
> > > virtio_...
2015 Mar 11
2
[PATCH] virtio-pci: fix host notifiers on bi-endian architectures
...rue, set_handler);
memory_region_add_eventfd(&proxy->bar, VIRTIO_PCI_QUEUE_NOTIFY, 2,
- true, n, notifier);
+ true, cpu_to_host_notifier16(vdev, n),
+ notifier);
} else {
memory_region_del_eventfd(&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);...
2015 Mar 11
2
[PATCH] virtio-pci: fix host notifiers on bi-endian architectures
...rue, set_handler);
memory_region_add_eventfd(&proxy->bar, VIRTIO_PCI_QUEUE_NOTIFY, 2,
- true, n, notifier);
+ true, cpu_to_host_notifier16(vdev, n),
+ notifier);
} else {
memory_region_del_eventfd(&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);...
2017 Jan 12
1
[PATCH 1/2] virtio_mmio: add standard header file
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
---
include/standard-headers/linux/virtio_mmio.h | 141 +++++++++++++++++++++++++++
1 file changed, 141 insertions(+)
create mode 100644 include/standard-headers/linux/virtio_mmio.h
diff --git a/include/standard-headers/linux/virtio_mmio.h b/include/standard-headers/linux/virtio_mmio.h
new file mode 100644
index 0000000..c4b0968
---
2017 Jan 12
1
[PATCH 1/2] virtio_mmio: add standard header file
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
---
include/standard-headers/linux/virtio_mmio.h | 141 +++++++++++++++++++++++++++
1 file changed, 141 insertions(+)
create mode 100644 include/standard-headers/linux/virtio_mmio.h
diff --git a/include/standard-headers/linux/virtio_mmio.h b/include/standard-headers/linux/virtio_mmio.h
new file mode 100644
index 0000000..c4b0968
---
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);
> > > > } else {
> > > > memory_region_del_eventfd(&proxy->bar, VIRTIO_PCI_QUEUE_NOTIFY, 2,
> > > > - true, n, notifier);
> > > > + true, cpu_to_host_notifier16(vdev, n),
> > > > + 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);
> > > > } else {
> > > > memory_region_del_eventfd(&proxy->bar, VIRTIO_PCI_QUEUE_NOTIFY, 2,
> > > > - true, n, notifier);
> > > > + true, cpu_to_host_notifier16(vdev, n),
> > > > + notifier);
> > > &...
2015 Mar 11
0
[PATCH] virtio-pci: fix host notifiers on bi-endian architectures
...memory_region_add_eventfd(&proxy->bar, VIRTIO_PCI_QUEUE_NOTIFY, 2,
> - true, n, notifier);
> + true, cpu_to_host_notifier16(vdev, n),
> + notifier);
> } else {
> memory_region_del_eventfd(&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, f...
2015 Mar 11
0
[PATCH] virtio-pci: fix host notifiers on bi-endian architectures
...memory_region_add_eventfd(&proxy->bar, VIRTIO_PCI_QUEUE_NOTIFY, 2,
> - true, n, notifier);
> + true, cpu_to_host_notifier16(vdev, n),
> + notifier);
> } else {
> memory_region_del_eventfd(&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, f...
2015 Mar 12
0
[PATCH] virtio-pci: fix host notifiers on bi-endian architectures
...IRTIO_PCI_QUEUE_NOTIFY, 2,
> > > - true, n, notifier);
> > > + true, cpu_to_host_notifier16(vdev, n),
> > > + notifier);
> > > } else {
> > > memory_region_del_eventfd(&proxy->bar, VIRTIO_PCI_QUEUE_NOTIFY, 2,
> > > - true, n, notifier);
> > > + true, cpu_to_host_notifier16(vdev, n),
> > > + notifier);
> > > virtio_...
2015 Mar 12
0
[PATCH] virtio-pci: fix host notifiers on bi-endian architectures
...IRTIO_PCI_QUEUE_NOTIFY, 2,
> > > - true, n, notifier);
> > > + true, cpu_to_host_notifier16(vdev, n),
> > > + notifier);
> > > } else {
> > > memory_region_del_eventfd(&proxy->bar, VIRTIO_PCI_QUEUE_NOTIFY, 2,
> > > - true, n, notifier);
> > > + true, cpu_to_host_notifier16(vdev, n),
> > > + notifier);
> > > virtio_...