On Fri, 31 Oct 2014 10:31:19 +1030
Rusty Russell wrote:
> Cornelia Huck writes:
> > On Tue, 28 Oct 2014 19:37:58 +0200
> > "Michael S. Tsirkin" wrote:
> >
> >> On Tue, Oct 28, 2014 at 04:39:12PM +0100, Sebastian Ott wrote:
> >
> >> > virtio_ccw: remove unused variable
> >> >
> >> > Fix this wa
Cornelia Huck writes:
> On Tue, 28 Oct 2014 19:37:58 +0200
> "Michael S. Tsirkin" wrote:
>
>> On Tue, Oct 28, 2014 at 04:39:12PM +0100, Sebastian Ott wrote:
>
>> > virtio_ccw: remove unused variable
>> >
>> > Fix this warning:
>> > drivers/s390/kvm/virtio_ccw.c: In function ‘virtio_ccw_int_handl
On Tue, 28 Oct 2014 19:37:58 +0200
"Michael S. Tsirkin" wrote:
> On Tue, Oct 28, 2014 at 04:39:12PM +0100, Sebastian Ott wrote:
> > virtio_ccw: remove unused variable
> >
> > Fix this warning:
> > drivers/s390/kvm/virtio_ccw.c: In function ‘virtio_ccw_int_handler’:
> > drivers/s390/kvm/virtio_c
On Tue, Oct 28, 2014 at 04:39:12PM +0100, Sebastian Ott wrote:
> On Mon, 20 Oct 2014, Michael S. Tsirkin wrote:
> > On Mon, Oct 20, 2014 at 12:48:18PM +0200, Sebastian Ott wrote:
> > > Hi,
> > >
> > > 016c98c6f virtio: unify config_changed handling
> > >
> > > introduced a warning in virtio_ccw w
On Mon, 20 Oct 2014, Michael S. Tsirkin wrote:
> On Mon, Oct 20, 2014 at 12:48:18PM +0200, Sebastian Ott wrote:
> > Hi,
> >
> > 016c98c6f virtio: unify config_changed handling
> >
> > introduced a warning in virtio_ccw which is fixed by the following patch.
> >
> > Regards,
> > Sebastian
> > ---
Hi,
016c98c6f virtio: unify config_changed handling
introduced a warning in virtio_ccw which is fixed by the following patch.
Regards,
Sebastian
---
virtio_ccw: remove unsued variable
Fix this warning:
drivers/s390/kvm/virtio_ccw.c: In function ‘virtio_ccw_int_handler’:
drivers/s390/kvm/virtio_
On Mon, Oct 20, 2014 at 12:48:18PM +0200, Sebastian Ott wrote:
> Hi,
>
> 016c98c6f virtio: unify config_changed handling
>
> introduced a warning in virtio_ccw which is fixed by the following patch.
>
> Regards,
> Sebastian
> ---
> virtio_ccw: remove unsued variable
s/unsued/unused/
>
> Fix
On Mon, 20 Oct 2014 12:48:18 +0200 (CEST)
Sebastian Ott wrote:
> Hi,
>
> 016c98c6f virtio: unify config_changed handling
>
> introduced a warning in virtio_ccw which is fixed by the following patch.
>
> Regards,
> Sebastian
> ---
> virtio_ccw: remove unsued variable
>
> Fix this warning:
> dr