Displaying 2 results from an estimated 2 matches for "invesgate".
2011 Jul 18
1
Re: trip to shanghai
...alloc that calls
> > xc_domain_populate_physmap_exact.
> > xc_domain_populate_physmap_exact is the hypercall that should ask Xen to
> > add the missing vram pages in the guest. Maybe this hypercall is failing
> > in your case?
>
>
> Hi,
>
> I continue to invesgate this bug and find hypercall_mmu_update in
> qemu_remap_bucket(xc_map_foreign_bulk) is failing:
>
> do_mmu_update
> ->mod_l1_entry
> -> if ( !p2m_is_ram(p2mt) || unlikely(mfn == INVALID_MFN) )
> return -EINVAL;
>
> mfn==...
2011 Jul 21
51
Linux Stubdom Problem
..._domain_populate_physmap_exact.
>> > xc_domain_populate_physmap_exact is the hypercall that should ask Xen to
>> > add the missing vram pages in the guest. Maybe this hypercall is failing
>> > in your case?
>>
>>
>> Hi,
>>
>> I continue to invesgate this bug and find hypercall_mmu_update in
>> qemu_remap_bucket(xc_map_foreign_bulk) is failing:
>>
>> do_mmu_update
>> ->mod_l1_entry
>> -> if ( !p2m_is_ram(p2mt) || unlikely(mfn == INVALID_MFN) )
>> return -EINV...