Univention Bugzilla – Attachment 3233 Details for
Bug 22321
Die Einstellung der RTC Referenz kann nicht wieder zurückgesetzt werden
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix domxml-from-native xen-sxpr for /domain/clock/@offset='localtime'
22321_libvirt_xen_localtime.diff (text/plain), 1.05 KB, created by
Philipp Hahn
on 2011-04-27 15:19:07 CEST
(
hide
)
Description:
fix domxml-from-native xen-sxpr for /domain/clock/@offset='localtime'
Filename:
MIME Type:
Creator:
Philipp Hahn
Created:
2011-04-27 15:19:07 CEST
Size:
1.05 KB
patch
obsolete
>Bug #22321: fix domxml-from-native xen-sxpr for /domain/clock/@offset='localtime' >diff --git a/src/xenxs/xen_sxpr.c b/src/xenxs/xen_sxpr.c >index 0241695..5b997af 100644 >--- a/src/xenxs/xen_sxpr.c >+++ b/src/xenxs/xen_sxpr.c >@@ -1194,12 +1194,15 @@ xenParseSxpr(const struct sexpr *root, > if (sexpr_int(root, "domain/image/hvm/hap")) > def->features |= (1 << VIR_DOMAIN_FEATURE_HAP); > >- /* Old XenD only allows localtime here for HVM */ >+ /* Old(?) XenD only allows localtime here for HVM */ > if (sexpr_int(root, "domain/image/hvm/localtime")) > def->clock.offset = VIR_DOMAIN_CLOCK_OFFSET_LOCALTIME; > } > >- /* Current XenD allows localtime here, for PV and HVM */ >+ /* XenD-3.4.3 allows localtime here, for PV and HVM */ >+ if (sexpr_int(root, "domain/platform/localtime")) >+ def->clock.offset = VIR_DOMAIN_CLOCK_OFFSET_LOCALTIME; >+ /* Current(?) XenD allows localtime here, for PV and HVM */ > if (sexpr_int(root, "domain/localtime")) > def->clock.offset = VIR_DOMAIN_CLOCK_OFFSET_LOCALTIME; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 22321
: 3233