All of lore.kernel.org
 help / color / mirror / Atom feed
* xl: common_domname issue
@ 2017-04-05 13:13 Oleksandr Grytsov
  2017-04-05 16:07 ` Wei Liu
  0 siblings, 1 reply; 2+ messages in thread
From: Oleksandr Grytsov @ 2017-04-05 13:13 UTC (permalink / raw)
  To: xen-devel; +Cc: Wei Liu, Ian Jackson

Hi All,

There is global variable common_domname in xl.c.
It is used for domain migration. But there is an issue with it in
following use case:
if for example I call find_domain in xl_parse.c to find backend id for
a device parameter and then
issue reboot command for this domain, reboot fails as common_domname set to
the backend name.
Fail occurs due to following lines in xl_vmcontrol.c:

                if (common_domname
                    && strcmp(d_config.c_info.name, common_domname)) {
                    d_config.c_info.name = strdup(common_domname);
                }

It means that find_domain can be used only in specific places and only
for domain that
is currently handled. Is it expected behavior?

Thanks.
-- 
Best Regards,
Oleksandr Grytsov.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: xl: common_domname issue
  2017-04-05 13:13 xl: common_domname issue Oleksandr Grytsov
@ 2017-04-05 16:07 ` Wei Liu
  0 siblings, 0 replies; 2+ messages in thread
From: Wei Liu @ 2017-04-05 16:07 UTC (permalink / raw)
  To: Oleksandr Grytsov; +Cc: xen-devel, Ian Jackson, Wei Liu

On Wed, Apr 05, 2017 at 04:13:42PM +0300, Oleksandr Grytsov wrote:
> Hi All,
> 
> There is global variable common_domname in xl.c.
> It is used for domain migration. But there is an issue with it in
> following use case:
> if for example I call find_domain in xl_parse.c to find backend id for
> a device parameter and then
> issue reboot command for this domain, reboot fails as common_domname set to
> the backend name.
> Fail occurs due to following lines in xl_vmcontrol.c:
> 
>                 if (common_domname
>                     && strcmp(d_config.c_info.name, common_domname)) {
>                     d_config.c_info.name = strdup(common_domname);
>                 }
> 
> It means that find_domain can be used only in specific places and only
> for domain that
> is currently handled. Is it expected behavior?

Feel free to refactor the code if find it unfit for your purpose.

Wei.

> 
> Thanks.
> -- 
> Best Regards,
> Oleksandr Grytsov.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-04-05 16:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-05 13:13 xl: common_domname issue Oleksandr Grytsov
2017-04-05 16:07 ` Wei Liu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.