|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Crash with 3.0.3 on domain creation
On 26/10/06 12:08, "Jacob Gorm Hansen" <jacobg@xxxxxxx> wrote:
> Got back to this and found the problem: If xc_domain_max_vcpus() is not
> called before the domain gets build, Xen will crash when trying to test
> for the HVM guest bit in the hvm_guest() macro. Would it make sense to
> start out with one rather than no vcpus to prevent this crash?
>
> Jacob
Ah. I'm going to fix this by having HVM be a flag that is set when the
domain is first created. That will get rid of the bogus test on VCPU0.
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|