Displaying 10 results from an estimated 10 matches for "ronghui".
Did you mean:
ronggui
2008 Feb 26
7
[PATCH]Add free memory size of every NUMA node in phsical info
Returns free memory size per node in "xm info". This info can help users
who want to bind their guest domain in one node of their NUMA machines
thought set CPU affinity. I also write IA64 part support which I would
send to XEN-IA64 mail-list. Thanks.
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
2012 Aug 16
0
[RFC v1 3/5] VBD: enlarge max segment per request in blkfront
refactoring balback
Signed-off-by: Ronghui Duan <ronghui.duan@intel.com<mailto:ronghui.duan@intel.com>>
diff --git a/drivers/block/xen-blkback/blkback.c b/drivers/block/xen-blkback/blkback.c
index 73f196c..b4767f5 100644
--- a/drivers/block/xen-blkback/blkback.c
+++ b/drivers/block/xen-blkback/blkback.c
@@ -64,6 +64,11 @@ MODUL...
2012 Aug 16
0
[RFC v1 5/5] VBD: enlarge max segment per request in blkfront
add segring support in blkback
Signed-off-by: Ronghui Duan <ronghui.duan@intel.com>
diff --git a/drivers/block/xen-blkback/blkback.c b/drivers/block/xen-blkback/blkback.c
index 45eda98..0bbc226 100644
--- a/drivers/block/xen-blkback/blkback.c
+++ b/drivers/block/xen-blkback/blkback.c
@@ -60,6 +60,10 @@ static int xen_blkif_reqs = 64;
module_par...
2012 Jul 02
0
VMX status report. Xen:25517 & Dom0:3.4.3
...est boot process with qcow image
http://bugzilla.xen.org/bugzilla/show_bug.cgi?id=1821
9. vcpu-set doesn''t take effect on guest
http://bugzilla.xen.org/bugzilla/show_bug.cgi?id=1822
10.Fail to probe NIC driver in domu
http://bugzilla.xen.org/bugzilla/show_bug.cgi?id=1824
Thanks,
Wu Ronghui(Gabriel)
2012 Oct 15
0
VMX status report. Xen:26042 & Dom0:3.6.1
...http://bugzilla.xen.org/bugzilla/show_bug.cgi?id=1784
7. vcpu-set doesn''t take effect on guest
http://bugzilla.xen.org/bugzilla/show_bug.cgi?id=1822
8. Dom0 cannot be shutdown before PCI device detachment from guest
http://bugzilla.xen.org/bugzilla/show_bug.cgi?id=1826
Best Regards,
Ronghui Wu(Gabriel)
2007 Aug 21
0
Re: [Xen-ia64-devel] [PATCH] Fix unaligned reference of QEMU
On Tue, 2007-08-21 at 06:23 -0600, Alex Williamson wrote:
> On Tue, 2007-08-21 at 14:58 +0800, Duan, Ronghui wrote:
> > Hi
> >
> > In current changeset.,qemu copy data uses memcpy_words, which copies 4
> > bytes at once if the length is larger than 4. This causes unaligned
> > reference and leads to a performance downgrade. The issue met in
> > rtl8139 emulator. This p...
2007 Aug 30
4
free_irq_vector on ia64
Hi Alex:
I was looking at an ia64 bug report and noticed that we don''t
actually free IRQs in the free_irq_vector hypercall. This
would eventually lead to alloc_irq_vector failing. Unless I''m
mistaken something like calling pci_disable_device and
pci_enable_device can lead to this situation.
So I''m wondering what the original problem was and how could
we resolve it
2008 Mar 19
0
RE: [Xen-ia64-devel] New error trying to create a domain(usinglatestxend-unstable
...node in case that there may be less cpus on some nodes
than others.
Sorry for triggering this bug and how do you think about the change?
>-----Original Message-----
>From: xen-ia64-devel-bounces@lists.xensource.com
[mailto:xen-ia64-devel-
>bounces@lists.xensource.com] On Behalf Of Duan, Ronghui
>Sent: Tuesday, March 18, 2008 6:00 PM
>To: Kayvan Sylvan; Masaki Kanno; xen-ia64-devel@lists.xensource.com
>Subject: RE: [Xen-ia64-devel] New error trying to create a
>domain(usinglatestxend-unstable
>
>I see the info in your "xm info"
>>node_to_cpu : n...
2012 May 04
10
VMX status report. Xen:25256 & Dom0:d93dc5c...
...information
http://bugzilla.xen.org/bugzilla/show_bug.cgi?id=1809
7. RHEL6.2/6.1 guest runs quite slow
http://bugzilla.xen.org/bugzilla/show_bug.cgi?id=1811
8. after detaching a VF from a guest, shutdown the guest is very slow
http://bugzilla.xen.org/bugzilla/show_bug.cgi?id=1812
Thanks,
Wu Ronghui(Gabriel)
2013 Apr 19
14
[GIT PULL] (xen) stable/for-jens-3.10
...g the array in the
request expand from 11 to a variable size negotiated. But it had limits: this extension
still limits the number of segments per request to 255 (as the total number must be
specified in the request, which only has an 8-bit field for that purpose).
The other solution (from Intel - Ronghui) was to create one extra ring that only has the
‘struct blkif_request_segment’ in them. The ‘struct blkif_request’ would be changed to have
an index in said ‘segment ring’. There is only one segment ring. This means that the size of
the initial ring is still the same. The requests would point to th...