Re: [Qemu-devel] [PATCH 1/6] s390x/virtio-ccw: Adapter interrupt support.

2014-03-04 Thread Christian Borntraeger
On 04/03/14 10:05, Cornelia Huck wrote: > On Tue, 25 Feb 2014 18:25:15 +0100 > Cornelia Huck wrote: > >> Handle the new CCW_CMD_SET_IND_ADAPTER command enabling adapter interrupts >> on guest request. When active, host->guest notifications will be handled >> via global_indicator -> queue indicato

Re: [Qemu-devel] [PATCH 1/6] s390x/virtio-ccw: Adapter interrupt support.

2014-03-04 Thread Cornelia Huck
On Tue, 25 Feb 2014 18:25:15 +0100 Cornelia Huck wrote: > Handle the new CCW_CMD_SET_IND_ADAPTER command enabling adapter interrupts > on guest request. When active, host->guest notifications will be handled > via global_indicator -> queue indicators instead of queue indicators + > subchannel I/O

[Qemu-devel] [PATCH 1/6] s390x/virtio-ccw: Adapter interrupt support.

2014-02-25 Thread Cornelia Huck
Handle the new CCW_CMD_SET_IND_ADAPTER command enabling adapter interrupts on guest request. When active, host->guest notifications will be handled via global_indicator -> queue indicators instead of queue indicators + subchannel I/O interrupt. Indicators for virtqueues may be present at an offset.