On Mon, Oct 19, 2015 at 08:54:14AM +0800, Xiao Guangrong wrote: > +exit: > + /* Write our output result to dsm memory. */ > + ((dsm_out *)dsm_ram_addr)->len = out->len;
Missing byteswap? I thought you were going to remove this field because it wasn't needed by the guest.