qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v6 23/51] i386/xen: implement HYPERVISOR_event_channel_op


From: David Woodhouse
Subject: Re: [PATCH v6 23/51] i386/xen: implement HYPERVISOR_event_channel_op
Date: Mon, 16 Jan 2023 19:54:08 +0000
User-agent: Evolution 3.44.4-0ubuntu1

On Mon, 2023-01-16 at 17:59 +0000, Paul Durrant wrote:
> > +
> > +    switch (cmd) {
> > +    case EVTCHNOP_init_control:
> > +        err = -ENOSYS;
> > +        break;
> 
> The commit comment doesn't explain why the above op is singled out for 
> this treatment. I assume it is because there is no intention to 
> implement FIFO event channels in subsequent patches, but it'd be nice to 
> say so here.

Indeed. I added EVTCHNOP_expand_array and EVTCHNOP_set_priority too, while I'm 
at it.

Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

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