search for: ryanh

Displaying 20 results from an estimated 30 matches for "ryanh".

Did you mean: ryan
2008 Apr 16
1
[PATCH] add virtio disk geometry feature
From: Ryan Harper <ryanh at us.ibm.com> Rather than faking up some geometry, allow the backend to push the disk geometry via virtio pci config option. Keep the old geo code around for compatibility. Signed-off-by: Ryan Harper <ryanh at us.ibm.com> Reviewed-by: Anthony Liguori <aliguori at us.ibm.com> dif...
2008 Apr 16
1
[PATCH] add virtio disk geometry feature
From: Ryan Harper <ryanh at us.ibm.com> Rather than faking up some geometry, allow the backend to push the disk geometry via virtio pci config option. Keep the old geo code around for compatibility. Signed-off-by: Ryan Harper <ryanh at us.ibm.com> Reviewed-by: Anthony Liguori <aliguori at us.ibm.com> dif...
2010 Jun 24
3
[PATCH 0/2] v2: Add 'serial' attribute to virtio-blk devices
...qemu supplies serial numbers, the correct value is supplied to /sys/block/vdX/serial and can be used by udev for generating disk/by-id paths (without separate utility). When running without serial number support the path still exists in sysfs but produces no output. Signed-off-by: Ryan Harper <ryanh at us.ibm.com>
2010 Jun 24
3
[PATCH 0/2] v2: Add 'serial' attribute to virtio-blk devices
...qemu supplies serial numbers, the correct value is supplied to /sys/block/vdX/serial and can be used by udev for generating disk/by-id paths (without separate utility). When running without serial number support the path still exists in sysfs but produces no output. Signed-off-by: Ryan Harper <ryanh at us.ibm.com>
2006 Mar 07
8
[PATCH] xm,xend: flesh out xm sched-sedf
...t;] sedf_do_schedule+0x133/0x410 (XEN) [<ff11d69a>] __enter_scheduler+0xe3/0x479 (XEN) [<ff11e63a>] do_softirq+0xa2/0xb7 (XEN) [<ff12d1a2>] idle_loop+0x5d/0x5f -- Ryan Harper Software Engineer; Linux Technology Center IBM Corp., Austin, Tx (512) 838-9253 T/L: 678-9253 ryanh@us.ibm.com diffstat output: a/tools/xm-test/tests/sedf/01_sedf_multi_pos.py | 28 -- b/tools/xm-test/tests/sedf/01_sedf_period_slice_pos.py | 62 ++++++ b/tools/xm-test/tests/sedf/02_sedf_period_lower_neg.py | 41 ++++ b/tools/xm-test/tests/sedf/03_sedf_slice_lower_ne...
2005 Jun 07
8
[PATCH] add dom0 vcpu hotplug control
...ange the VCPU''s state (e.g. sending a down message to a vcpu that is already down). Please apply. 1. http://lists.xensource.com/archives/html/xen-devel/2005-06/msg00192.html -- Ryan Harper Software Engineer; Linux Technology Center IBM Corp., Austin, Tx (512) 838-9253 T/L: 678-9253 ryanh@us.ibm.com diffstat output: linux-2.6.11-xen-sparse/arch/xen/i386/kernel/smpboot.c | 81 +++++++++++++++++ tools/python/xen/lowlevel/xu/xu.c | 16 +++ tools/python/xen/xend/XendClient.py | 6 + tools/python/xen/xend/XendDomain.py |...
2010 Jun 18
4
[PATCH 1/2] Add 'serial' attribute to virtio-blk devices
...t if the serial is 19 chars or less that we get a NULL terminated string. When copying this value into a string buffer, we must be careful to copy up to the NULL (if it present) and only 20 if it is longer and not to attempt to NULL terminate; this isn't needed. Signed-off-by: Ryan Harper <ryanh at us.ibm.com> Signed-off-by: john cooper <john.cooper at redhat.com> --- drivers/block/virtio_blk.c | 32 ++++++++++++++++++++++++++++++++ 1 files changed, 32 insertions(+), 0 deletions(-) diff --git a/drivers/block/virtio_blk.c b/drivers/block/virtio_blk.c index 258bc2a..f1ef26f 1006...
2010 Jun 18
4
[PATCH 1/2] Add 'serial' attribute to virtio-blk devices
...t if the serial is 19 chars or less that we get a NULL terminated string. When copying this value into a string buffer, we must be careful to copy up to the NULL (if it present) and only 20 if it is longer and not to attempt to NULL terminate; this isn't needed. Signed-off-by: Ryan Harper <ryanh at us.ibm.com> Signed-off-by: john cooper <john.cooper at redhat.com> --- drivers/block/virtio_blk.c | 32 ++++++++++++++++++++++++++++++++ 1 files changed, 32 insertions(+), 0 deletions(-) diff --git a/drivers/block/virtio_blk.c b/drivers/block/virtio_blk.c index 258bc2a..f1ef26f 1006...
2006 Jul 31
1
[PATCH 5/6] xen, tools: calculate nr_cpus via num_online_cpus
...so and attempts to change all users over to nr_cpus field in physinfo. This patch touches arch/ia64/xen/dom0_ops.c, but I''ve not done any IA64 testing with this patch applied. -- Ryan Harper Software Engineer; Linux Technology Center IBM Corp., Austin, Tx (512) 838-9253 T/L: 678-9253 ryanh@us.ibm.com diffstat output: tools/python/xen/lowlevel/xc/xc.c | 3 ++- tools/python/xen/xend/XendNode.py | 4 ---- tools/xenmon/xenbaked.c | 5 +---- tools/xenstat/libxenstat/src/xenstat.c | 4 +--- tools/xentrace/xentrace.c | 5 +---- xen/arc...
2005 Oct 10
13
[PATCH] 0/2 VCPU creation and allocation
...within the map. The patch lets us control vcpu allocation at a high level (start all VCPUS on hyperthreads, NODE1, CPU2). 1. http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=288 -- Ryan Harper Software Engineer; Linux Technology Center IBM Corp., Austin, Tx (512) 838-9253 T/L: 678-9253 ryanh@us.ibm.com _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2005 May 17
8
scheduler independent forced vcpu selection
...(prev) failed) which tells me I don''t fully understand all of the book-keeping that is needed. Has anyone thought about how to do this with either BVT or the new EDF scheduler? -- Ryan Harper Software Engineer; Linux Technology Center IBM Corp., Austin, Tx (512) 838-9253 T/L: 678-9253 ryanh@us.ibm.com _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2009 Nov 16
3
[PATCH] Add support for vendor hooks during ovirt-early start()
...pt embedded in the image. If this script is executable, we will then source it during ovirt-early start() after command line processing and before mounting of /config. We also call a post hook at the end of ovirt-early start(). Also include a sample vendor script. Signed-off-by: Ryan Harper <ryanh at us.ibm.com> --- scripts/ovirt-early | 25 ++++++++++++++++++++++++- scripts/ovirt-vendor.sample | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+), 1 deletions(-) create mode 100644 scripts/ovirt-vendor.sample diff --git a/scripts/ovirt-early b/scripts/...
2007 Mar 26
3
[PATCH] pciback: restore PCI BARs on D3->D0 transition
Ever since xen-unstable cset 14308 ("pci back: Fix registration of of filters on subsections of config space") I''ve been getting an MCA on the *2nd* boot of a driver domain using an e1000 NIC. Cset 14308 allowed the proper setup of the PM control registers, so the NIC is put in the D3 power state when the driver domain shuts down. Unfortunately, pci_set_power_state()
2006 Sep 29
0
[PATCH 2/6] xen: add per-node bucks to page allocator
...ard pages between node boundaries in the case that said boundary isn''t already guarded by the MAX_ORDER boundary to prevent the buddy allocator from merging pages between nodes. -- Ryan Harper Software Engineer; Linux Technology Center IBM Corp., Austin, Tx (512) 838-9253 T/L: 678-9253 ryanh@us.ibm.com diffstat output: common/page_alloc.c | 211 +++++++++++++++++++++++++++++++++++++++++----------- include/xen/mm.h | 7 + 2 files changed, 173 insertions(+), 45 deletions(-) Signed-off-by: Ryan Harper <ryanh@us.ibm.com> --- NUMA-ify Xen heap and page allocator diff -r e8...
2006 Sep 29
4
[PATCH 4/6] xen: export NUMA topology in physinfo hcall
...3:0x0000000470000000-0x0000000640000000 node_to_cpu : node0:0-7 node1:8-15 node2:16-23 node3:24-31 -- Ryan Harper Software Engineer; Linux Technology Center IBM Corp., Austin, Tx (512) 838-9253 T/L: 678-9253 ryanh@us.ibm.com diffstat output: b/xen/include/public/numa_structs.h | 26 ++++++ tools/libxc/xc_misc.c | 4 + tools/libxc/xenctrl.h | 3 tools/python/xen/lowlevel/xc/xc.c | 77 ++++++++++++++++---...
2005 Dec 16
3
[PATCH] 0/7 xen: Add basic NUMA support
...NUMA-aware systems (i.e, no SRAT tables): IBM Dual Xeon : 1 Node, 2 CPU, 2GB IBM P4 : 1 Node, 1 CPU, 1GB We look forward to your review of the patches for acceptance. -- Ryan Harper Software Engineer; Linux Technology Center IBM Corp., Austin, Tx (512) 838-9253 T/L: 678-9253 ryanh@us.ibm.com _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2006 Oct 23
0
[PATCH 1/6] xen: ACPI SRAT table parser and data structures
The attached tarball will generate a patch that integrates the APCI SRAT parser from linux-2.6.16.29 into Xen. To generate the patch, unpack the tarball and run ./numa.sh. -- Ryan Harper Software Engineer; Linux Technology Center IBM Corp., Austin, Tx (512) 838-9253 T/L: 678-9253 ryanh@us.ibm.com _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2005 Sep 20
1
timer interrupts, virqs, irq balance questions
..._processor_id() to index into the shared page for current values Any thoughts or comments on this would be most helpful. 1. http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=195 -- Ryan Harper Software Engineer; Linux Technology Center IBM Corp., Austin, Tx (512) 838-9253 T/L: 678-9253 ryanh@us.ibm.com _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2006 Sep 29
0
[PATCH 0/6] add NUMA support to Xen
...ave tested the NUMA patches that have any issues. I would like to see the NUMA patches included in xen-unstable once it is open for wider testing prior to the next release after 3.0.3. -- Ryan Harper Software Engineer; Linux Technology Center IBM Corp., Austin, Tx (512) 838-9253 T/L: 678-9253 ryanh@us.ibm.com _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2006 Oct 04
2
NUMA support on Xen ?
Hi, I am a Masters student from Carnegie Mellon University. I am looking for a research topics for an Advanced OS & DS course we have. I wanted to know what is the current support for NUMA on Xen ? Does it support the IBM x440 and AMD64 Opteron ? Also, does the Xen scheduler do NUMA aware scheduling so it does not degrade the VM performace ? My group is currently looking into Scheduling