|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] Re: [PATCH 0 of 8] Remove static variables from xc_domain_{s
Shriram Rajagopalan writes ("[Xen-devel] Re: [PATCH 0 of 8] Remove static
variables from xc_domain_{save, restore}.c"):
> I ll do it!!.. I have been waiting for this. Thanks a lot for
> cleaning up this chaff! I was under the impression that this was
> some arcane legacy code that shouldnt be touched.
No, it's arcane legacy code that we have been gradually cleaning up
:-).
> One particular
> thing that I would like to do is to factor out the write functions
> (outbuf_*, noncached_write, ratewrite*, etc) into a separate file
> and make it sort of pluggable.
Do you have a particular use case fot that ? Without a different set
of implementations I'm not sure that we need it to be pluggable.
> (selfish :P) I wanted to introduce a patch that would overlap outbuf
> flush operation and guest memory copy operation instead of the
> current model <flush,copy,flush,copy..>. This might be helpful for
> both Remus and live migration of large domains.
But yes, if that produces a speedup, certainly.
> Shriram, does this have any impact on Remus?
I think it should be OK but we should hear what Shriram has to say
(CC'd).
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- Re: [Xen-devel] [PATCH 1 of 8] libxc: save/restore: remove static context variables, (continued)
- [Xen-devel] [PATCH 2 of 8] libxc: save: drop code under ADAPTIVE_SAVE ifdef, Ian Campbell
- [Xen-devel] [PATCH 3 of 8] libxc: save: rename ratewrite to uncached, Ian Campbell
- [Xen-devel] [PATCH 4 of 8] libxc: save: noncached write doesn't use live parameter, Ian Campbell
- [Xen-devel] [PATCH 5 of 8] libxc: save: move static "write_count" variable into outbuf, Ian Campbell
- [Xen-devel] [PATCH 7 of 8] libxc: save: don't bother calculating stat's deltas unless we are going to print them, Ian Campbell
- [Xen-devel] [PATCH 6 of 8] libxc: save: encapsulate time stats in a struct, Ian Campbell
- [Xen-devel] [PATCH 8 of 8] libxc: save: move static stats variable to stack variable, Ian Campbell
- [Xen-devel] Re: [PATCH 0 of 8] Remove static variables from xc_domain_{save, restore}.c, Shriram Rajagopalan
- [Xen-devel] Re: [PATCH 0 of 8] Remove static variables from xc_domain_{save, restore}.c,
Ian Jackson <=
|
|
|
|
|