search for: conf_ind

Displaying 5 results from an estimated 5 matches for "conf_ind".

Did you mean: conf_id
2013 Jul 09
0
[RFC PATCH v2] virtio-ccw: Document adapter interrupts.
...6 @@ To communicate the location of the indicator bits for host->guest notification, \begin_layout Standard -\change_inserted -385801441 1347015749 +\change_inserted -385801441 1369814376 For the indicator bits used in the configuration change host->guest notification , the CCW_CMD_SET_CONF_IND command is used analogously. \end_layout +\begin_layout Subsubsection* + +\change_inserted -385801441 1369814399 +Setting Up Indicators For Adapter Interrupts +\end_layout + +\begin_layout Standard + +\change_inserted -385801441 1369815013 +If the guest wishes to use adapter interrupts for host-...
2013 Jul 09
1
[RFC PATCH v2] Adapter interrupts for virtio-ccw.
Hi, here's again my proposal for adapter (thin) interrupt support for virtio-ccw devices, originally posted at http://marc.info/?l=linux-virtualization&m=137060143904927&w=2 The document is unchanged, only rebased against current master. Cornelia Huck (1): virtio-ccw: Document adapter interrupts. virtio-spec.lyx | 147 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1
2013 Jul 09
1
[RFC PATCH v2] Adapter interrupts for virtio-ccw.
Hi, here's again my proposal for adapter (thin) interrupt support for virtio-ccw devices, originally posted at http://marc.info/?l=linux-virtualization&m=137060143904927&w=2 The document is unchanged, only rebased against current master. Cornelia Huck (1): virtio-ccw: Document adapter interrupts. virtio-spec.lyx | 147 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1
2013 Jun 07
1
[PATCH RFC] Adapter interrupts for virtio-ccw.
Hi, here's a proposal to support adapter (aka thin) interrupts for virtio-ccw. The basic idea is to make host->guest signalling on s390 more lightweight. Normal I/O interrupts have two parts: an interrupt that is made pending on any of the guest cpus, and status that is made pending on the subchannel. This means that we need two exits for every interrupt. With adapter interrupts, only
2013 Jun 07
1
[PATCH RFC] Adapter interrupts for virtio-ccw.
Hi, here's a proposal to support adapter (aka thin) interrupts for virtio-ccw. The basic idea is to make host->guest signalling on s390 more lightweight. Normal I/O interrupts have two parts: an interrupt that is made pending on any of the guest cpus, and status that is made pending on the subchannel. This means that we need two exits for every interrupt. With adapter interrupts, only