> -----Original Message----- > From: Jan Beulich [mailto:jbeul...@suse.com] > Sent: 02 February 2015 10:04 > To: Paul Durrant; Don Slutz > Cc: Andrew Cooper; George Dunlap; Ian Campbell; Ian Jackson; Stefano > Stabellini; Wei Liu; xen-devel@lists.xen.org; Keir (Xen.org) > Subject: RE: [PATCH 3/5] hvmemul_do_io: If the send to the ioreq server > failed do not retry. > > >>> On 02.02.15 at 10:51, <paul.durr...@citrix.com> wrote: > >> From: Don Slutz [mailto:dsl...@verizon.com] > >> --- a/xen/arch/x86/hvm/hvm.c > >> +++ b/xen/arch/x86/hvm/hvm.c > >> @@ -2507,9 +2507,45 @@ int hvm_buffered_io_send(ioreq_t *p) > >> return 1; > >> } > >> > >> -bool_t hvm_has_dm(struct domain *d) > >> +static bool_t hvm_complete_assist_req(ioreq_t *p) > > > > You'll need to change this to a void return as Jan requested. > > I don't think I did. >
Oh, sorry. I thought you suggested that the constant return of 1 from hvm_complete_assist_req() was a bad idea. Paul > Jan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel