[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] can't start domains
On Mon, 23 Aug 2004, Ian Pratt wrote: > Cool. I've requested a new sourceforge mailing list called > 'xen-changelog' that the email could be fed too. I'll get on that list as soon as it exists. The changelog script is up and running. > The fact that people are reading the changelog might encourage us > to write more detailed entries too... The changelogs mails can be generated automatically and look like the mail below. I'll run the changelog script on the hour, so people will learn of new commits quickly. ---------- Forwarded message ---------- Date: Fri, 20 Aug 2004 18:19:24 +0000 From: BitKeeper Bot <riel@xxxxxxxxxxx> Reply-To: Xen Development List <xen-devel@xxxxxxxxxxxxxxxxxxxxx> To: riel@xxxxxxxxxxx Subject: Fix bad migration interaction with /lib/tls emulation code. ChangeSet 1.1247.1.16, 2004/08/20 19:19:24+01:00, iap10@xxxxxxxxxxxxxxxxxxxxxx Fix bad migration interaction with /lib/tls emulation code. reboot.c | 7 +++++++ 1 files changed, 7 insertions(+) diff -Nru a/linux-2.6.7-xen-sparse/arch/xen/kernel/reboot.c b/linux-2.6.7-xen-sparse/arch/xen/kernel/reboot.c --- a/linux-2.6.7-xen-sparse/arch/xen/kernel/reboot.c 2004-08-23 19:35:06 -04:00 +++ b/linux-2.6.7-xen-sparse/arch/xen/kernel/reboot.c 2004-08-23 19:35:06 -04:00 @@ -94,6 +94,13 @@ HYPERVISOR_suspend(virt_to_machine(suspend_record) >> PAGE_SHIFT); + HYPERVISOR_vm_assist(VMASST_CMD_enable, + VMASST_TYPE_4gb_segments); +#ifdef CONFIG_XEN_WRITABLE_PAGETABLES + HYPERVISOR_vm_assist(VMASST_CMD_enable, + VMASST_TYPE_writeable_pagetables); +#endif + shutting_down = -1; memcpy(&start_info, &suspend_record->resume_info, sizeof(start_info)); ------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |