qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v10 35/59] hw/xen: Implement EVTCHNOP_alloc_unbound


From: David Woodhouse
Subject: Re: [PATCH v10 35/59] hw/xen: Implement EVTCHNOP_alloc_unbound
Date: Fri, 10 Feb 2023 14:17:22 +0000
User-agent: Evolution 3.44.4-0ubuntu1

On Fri, 2023-02-10 at 14:13 +0000, Paul Durrant wrote:
> > --- a/target/i386/kvm/xen-emu.c
> > +++ b/target/i386/kvm/xen-emu.c
> > @@ -918,6 +918,21 @@ static bool kvm_xen_hcall_evtchn_op(struct 
> > kvm_xen_exit *exit, X86CPU *cpu,
> >            err = xen_evtchn_send_op(&send);
> >            break;
> >        }
> > +    case EVTCHNOP_alloc_unbound: {
> > +        struct evtchn_alloc_unbound alloc;
> > +
> > +        qemu_build_assert(sizeof(alloc) == 8);
> 
> Why?

Because if that builds successfully for both x86_64 and i686 hosts, I
was right that I didn't need to do any compat handling.

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


reply via email to

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