qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 15/16] linux-user: support the KDSIGACCEPT io


From: Paul Burton
Subject: Re: [Qemu-devel] [PATCH v2 15/16] linux-user: support the KDSIGACCEPT ioctl
Date: Sun, 22 Jun 2014 11:08:46 +0100
User-agent: Mutt/1.5.23 (2014-03-12)

On Sun, Jun 22, 2014 at 12:13:27AM +0100, Peter Maydell wrote:
> > diff --git a/linux-user/ioctls.h b/linux-user/ioctls.h
> > index 309fb21..cd21e64 100644
> > --- a/linux-user/ioctls.h
> > +++ b/linux-user/ioctls.h
> > @@ -64,6 +64,7 @@
> >       IOCTL(KDSKBLED, 0, TYPE_INT)
> >       IOCTL(KDGETLED, 0, TYPE_INT)
> >       IOCTL(KDSETLED, 0, TYPE_INT)
> > +     IOCTL(KDSIGACCEPT, 0, TYPE_INT)
...snip...
> 
> The argument to this ioctl is a signal number, right?
> Surely we need to translate it to a host signal number,
> not just pass it through as TYPE_INT...

True, not sure how I missed that - the clue is in the name!

Thanks,
    Paul

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]