Marco Sinhoreli
2008-May-14 13:46 UTC
[Pkg-xen-devel] Bug#481200: xend: Handle unspecified timer_mode domain platform parameter.
Package: xen-3 Severity: important Tags: patch Cheers, Marco Sinhoreli -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 2.6.18.8-xen (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash -------------- next part -------------- --- xen-3-3.2.0.old/tools/python/xen/xend/XendDomainInfo.py 2008-01-18 15:31:10.000000000 -0200 +++ xen-3-3.2.0/tools/python/xen/xend/XendDomainInfo.py 2008-05-14 10:22:15.000000000 -0300 @@ -1650,9 +1650,10 @@ self._recreateDom() # Set timer configration of domain - if hvm: + timer_mode = self.info["platform"].get("timer_mode") + if hvm and timer_mode is not None: xc.hvm_set_param(self.domid, HVM_PARAM_TIMER_MODE, - long(self.info["platform"].get("timer_mode"))) + long(timer_mode)) # Set maximum number of vcpus in domain xc.domain_max_vcpus(self.domid, int(self.info['VCPUs_max']))
Marco Sinhoreli
2008-May-14 14:35 UTC
[Pkg-xen-devel] Bug#481200: Bug#481200: xend: Handle unspecified timer_mode domain platform parameter.
With this issue, isn't possible create HVM machines. It was fixed post-release in xen-unstable changeset 16764:3f26758bcc02 Cheers, Marco Sinhoreli -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 2.6.18.8-xen (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash _______________________________________________ Pkg-xen-devel mailing list Pkg-xen-devel at lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo/pkg-xen-devel -- Marco Sinhoreli -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: unspecified-timer_mod.patch Url: http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20080514/1767c5e3/attachment.txt
Bastian Blank
2008-May-14 16:30 UTC
[Pkg-xen-devel] Bug#481200: Bug#481200: xend: Handle unspecified timer_mode domain platform parameter.
severity 481200 normal tags 481200 moreinfo thanks On Wed, May 14, 2008 at 10:46:43AM -0300, Marco Sinhoreli wrote: [nothing] Which problem does this adress? Which version affects this? Bastian -- The more complex the mind, the greater the need for the simplicity of play. -- Kirk, "Shore Leave", stardate 3025.8
Marco Sinhoreli
2008-May-14 17:38 UTC
[Pkg-xen-devel] Bug#481200: Bug#481200: xend: Handle unspecified timer_mode domain platform parameter.
http://www.mail-archive.com/et-mgmt-tools at redhat.com/msg00493.html http://lists.xensource.com/archives/html/xen-devel/2008-02/msg00980.html Cheers On Wed, May 14, 2008 at 1:30 PM, Bastian Blank <waldi at debian.org> wrote:> severity 481200 normal > tags 481200 moreinfo > thanks > > On Wed, May 14, 2008 at 10:46:43AM -0300, Marco Sinhoreli wrote: > [nothing] > > Which problem does this adress? Which version affects this? > > Bastian > > -- > The more complex the mind, the greater the need for the simplicity of play. > -- Kirk, "Shore Leave", stardate 3025.8 >-- Marco Sinhoreli