search for: jsong

Displaying 11 results from an estimated 11 matches for "jsong".

Did you mean: json
2008 Nov 25
7
when timer go back in dom0 save and restore or migrate, PV domain hung
...issue. Thanks -- Song Wei diff -r a5ed0dbc829f tools/libxc/xc_domain_restore.c --- a/tools/libxc/xc_domain_restore.c Tue Nov 18 14:34:14 2008 +0800 +++ b/tools/libxc/xc_domain_restore.c Fri Nov 21 17:34:15 2008 +0800 @@ -328,6 +328,16 @@ /* For info only */ nr_pfns = 0; + //jsong@novell.com, james song + memset(&domctl, 0, sizeof(domctl)); + domctl.domain = dom; + domctl.cmd = XEN_DOMCTL_restoredomain; + frc = do_domctl(xc_handle, &domctl); + if ( frc != 0 ) + { + ERROR("Unable to set flag of restore."); + goto ou...
2008 Nov 27
1
Re: RE: Re: Re: when timer go back in dom0 save and restore ormigrate, PV domain hung
...ver change until a time interval equal to the value of time delay. And also, you can run some applicatin without many relation with time. such as vi,cd...etc, but if you run ping x.x.x.x you will find only one line''s respose and never go on. Thanks --James From: James Song [mailto:jsong@novell.com] Sent: Thursday, November 27, 2008 11:20 AM To: keir.fraser@eu.citrix.com; Tian, Kevin; xen-devel@lists.xensource.com Subject: 答复: Re: [Xen-devel] when timer go back in dom0 save and restore ormigrate, PV domain hung Hi, yes, there is a patch before to fix problem w...
2010 Mar 26
0
[PATCH] del xend entry when destroy pv usb host controller of a guest os with no pv-frontend driver
delete xend entry when destroying pv usb host controller of a guest os which has no pv-frontend driver loaded. -James (Song Wei) Signed-off-by: James (Song Wei) <jsong@novell.com> diff -r f42ff98a2cdc tools/python/xen/xend/XendDomainInfo.py --- a/tools/python/xen/xend/XendDomainInfo.py Thu Mar 25 09:32:21 2010 +0000 +++ b/tools/python/xen/xend/XendDomainInfo.py Fri Mar 26 13:27:25 2010 +0800 @@ -1305,8 +1305,15 @@ frontpath = self.getDevi...
2010 May 05
1
[PATCH 1/2] reap the blktapctl thread and notify the tapdisk backend driver to release resource like memory..
...ussion thread before, more detail, please see : http://lists.xensource.com/archives/html/xen-devel/2010-04/msg01140.html. I write a new patch for this issue, which modified qemu code. So Ian, could you take a look this patch,too. thanks, James (Song Wei) Signed-off-by: James ( Song Wei ) <jsong@novell.com> diff -r efa1b905d893 tools/python/xen/xend/image.py --- a/tools/python/xen/xend/image.py Tue May 04 13:59:55 2010 +0100 +++ b/tools/python/xen/xend/image.py Wed May 05 10:46:52 2010 +0800 @@ -629,30 +629,6 @@ os.kill(self.pid, signal.SIGHUP)...
2008 Oct 10
0
答复: Re: 答复:Re: a
Thanks samuel, zhang dd, wang zhigang. I have start pvgrub successfully. Thanks you very much. best regards, -- James >>> Samuel Thibault <samuel.thibault@ens-lyon.org> 08年10月10日 下午 16:36 >>> Zhang, Dongdong, le Fri 10 Oct 2008 14:55:00 +0800, a écrit : > if you see "grubdom>", this maybe grub can''t find its config file > Check your
2009 Jan 06
0
Re: RE: Re: BSOD "A clock interrupt was not recevied onasecondary processor within the allocated time interval"
yes, the cause of BSOD 0x101 is that watchdog time interrupt was not received by the vcpu in a certain timeout in Windows kernel . this is taken place especially in vista kernel. Generally speaking, we have some ways to fix this, one is that we an write a programme whitch can intercept the trigger of BSOD 0x101, on the other word, we make kernel don''t care the watchdog time interrrupt.
2008 Sep 18
2
start stubdom issue
I test stubdom in xen-3.3.1, when I start it, just see the message bellow using "xm li" . It seems stubdom haven''t start. Name ID Mem VCPUs State Time(s) Domain-0 0 964 2 r----- 34.8 hvmachine 1 1024 1 ------ 0.0 the two config
2008 Sep 18
1
答复: RE: 答复: RE:
Hi all, I have copy hvmachine-dm to /etc/xen/ , and start hvmachine, all is the same, failed. this is the message of running "ifconfig" linux-7b6o:/home/james/Desktop # ifconfig eth0 Link encap:Ethernet HWaddr 00:21:70:99:97:D4 inet addr:147.2.207.55 Bcast:147.2.207.255 Mask:255.255.255.0 inet6 addr: fe80::221:70ff:fe99:97d4/64 Scope:Link UP
2008 Sep 23
0
答复: Re: 答复: RE: 答复:RE:
Hi all, I have started stubdom, thank all of you. But I still met a problem, that is I found stubdom block when it run 107s. the message in "xm li" : Domain-0 0 1719 2 r----- 171.9 hvmachine 1 256 1 -b---- 110.6 hvmachine-dm
2008 Oct 09
1
about pvgrub
Hi, I test pvgrub on xen-3.3.0. After starting pvgrub with "xm cr xmexample.pv-grub", I can see nothing but qemu window. With "xm li" , I can see this domain is running: Name ID Mem VCPUs State Time(s) Domain-0 0 1024 2 r-----
2008 Oct 10
2
答复: Re: about pvgrub
Thank Zhigang Wang for your response. I have test pvgrub with this config file: #pv-config kernel = "/usr/lib/xen/boot/pv-grub-x86_32.gz" extra = "(hd0,5)/boot/grub/menu.lst" memory = 512 name = "ExampleDomain" disk = [ ''file:/var/lib/xen/images/opensuse11-1/disk0,xvda,w'' ] vif = [ "bridge=eth0" ] root = "/dev/sda5 ro" start