Re: [PULL v2 2/5] hw/xen: Expose handle_bufioreq in xen_register_ioreq

2024-10-08 Thread Edgar E. Iglesias
On Mon, Oct 07, 2024 at 04:42:49PM +0100, Peter Maydell wrote: > On Thu, 3 Oct 2024 at 19:57, Edgar E. Iglesias > wrote: > > > > From: "Edgar E. Iglesias" > > > > Expose handle_bufioreq in xen_register_ioreq(). > > This is to allow machines to enable or disable buffered ioreqs. > > > > No functi

Re: [PULL v2 2/5] hw/xen: Expose handle_bufioreq in xen_register_ioreq

2024-10-07 Thread Peter Maydell
On Thu, 3 Oct 2024 at 19:57, Edgar E. Iglesias wrote: > > From: "Edgar E. Iglesias" > > Expose handle_bufioreq in xen_register_ioreq(). > This is to allow machines to enable or disable buffered ioreqs. > > No functional change since all callers still set it to > HVM_IOREQSRV_BUFIOREQ_ATOMIC. > >

[PULL v2 2/5] hw/xen: Expose handle_bufioreq in xen_register_ioreq

2024-10-03 Thread Edgar E. Iglesias
From: "Edgar E. Iglesias" Expose handle_bufioreq in xen_register_ioreq(). This is to allow machines to enable or disable buffered ioreqs. No functional change since all callers still set it to HVM_IOREQSRV_BUFIOREQ_ATOMIC. Reviewed-by: Stefano Stabellini Signed-off-by: Edgar E. Iglesias ---