Zhang, Xing Z
2007-Aug-24 05:14 UTC
[XEN-DEVEL][PATCH]Use a marco to standardize XEN uuid length
This patch use a marco instead of hard code in smbios.c. IA64 also need this marco. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Keir Fraser
2007-Aug-24 14:45 UTC
Re: [XEN-DEVEL][PATCH]Use a marco to standardize XEN uuid length
Should just use xen_domain_handle_t directly. What does smbios.c have to do with IA64? -- Keir On 24/8/07 06:14, "Zhang, Xing Z" <xing.z.zhang@intel.com> wrote:> This patch use a marco instead of hard code in smbios.c. > IA64 also need this marco. > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Alex Williamson
2007-Aug-24 14:58 UTC
Re: [XEN-DEVEL][PATCH]Use a marco to standardize XEN uuid length
On Fri, 2007-08-24 at 15:45 +0100, Keir Fraser wrote:> Should just use xen_domain_handle_t directly. What does smbios.c have to do > with IA64?ia64 systems can have an SMBIOS table. We''re adding one for HVM domains so that we can hook into the DMI capabilities in the Linux kernel and make the ACPI _OSI call return true for "Linux" (2.6.18 already does this, but 2.6.23 doesn''t by default). This way we can identify whether the HVM guest is Linux or Windows and tune per domain optimizations in Xen accordingly. Thanks, Alex -- Alex Williamson HP Open Source & Linux Org. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Zhang, Xing Z
2007-Aug-27 06:22 UTC
RE: [XEN-DEVEL][PATCH]Use a marco to standardize XEN uuid length
xen_domain_handle_t is ok. We add SMBios for IA64>-----Original Message----- >From: Keir Fraser [mailto:Keir.Fraser@cl.cam.ac.uk] >Sent: 2007年8月24日 22:45 >To: Zhang, Xing Z; xen-devel@lists.xensource.com >Cc: xen-ia64-devel >Subject: Re: [XEN-DEVEL][PATCH]Use a marco to standardize XEN uuid length > >Should just use xen_domain_handle_t directly. What does smbios.c have to do >with IA64? > > -- Keir > >On 24/8/07 06:14, "Zhang, Xing Z" <xing.z.zhang@intel.com> wrote: > >> This patch use a marco instead of hard code in smbios.c. >> IA64 also need this marco. >> _______________________________________________ >> Xen-devel mailing list >> Xen-devel@lists.xensource.com >> http://lists.xensource.com/xen-devel_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel