[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v3 1/2] x86/mem-sharing: Bulk mem-sharing entire domains
On Fri, Oct 16, 2015 at 12:46 AM, Jan Beulich <JBeulich@xxxxxxxx> wrote: >>> On 15.10.15 at 20:09, <tamas@xxxxxxxxxxxxx> wrote: Pointless but harmless. Â
Yes, keep forgetting.. Â
Thanks! Â
I'll take a look. Â
Sure. Â
Coding style matches the rest of the file. Â
It shouldn't be an issue as I don't really care about how many pages were shared by the operation itself, I care about the total number of pages shared on the domain. If there were already some pages shared before this operation, those should be counted here again. I could of course issue a separate getdomaininfo to get this same information, it's just more expedient to report it right away instead of having to do a separate call. By default shr_pages will be equivalent to the number of pages successfully shared during this operation. If someone decides to also do unsharing in parallel to this op (..how would that make sense?).. well, that's not supported right now so all bets are off from my perspective. Also, we are copying it back to guest memory when the operation finishes for all mso. It's not bulk specific, applies to all !rc cases further down. Â
Not sure what you mean by explicit padding here. The way it's right now matches pretty much what was already in place. Tamas _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |