Displaying 20 results from an estimated 1000 matches similar to: "[PATCH] Remove no longer used cpu_possible definitions"
2011 Feb 14
7
[PATCH] xl cpupool-numa-split: reduce number of Dom0 vcpus
When reducing the number of physical cpus available for Domain-0 by xl
cpupool-numa-split, reduce the number of vcpus accordingly.
Signed-off-by: juergen.gross@ts.fujitsu.com
1 file changed, 20 insertions(+), 2 deletions(-)
tools/libxl/xl_cmdimpl.c | 22 ++++++++++++++++++++--
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
2010 Jul 28
22
ACPI-Tables corrupted?
Hi,
on a Nehalem system with VT-d enabled we are seeing strange ACPI-Table
contents, especially a corrupted DMAR entry.
The hypervisor shows following data on boot:
(XEN) ACPI: RSDP 000F80E0, 0024 (r2 PTLTD )
(XEN) ACPI: XSDT BF7C469E, 00D4 (r1 PTLTD XSDT 60000 LTP 0)
(XEN) ACPI: FACP BF7C9CC9, 00F4 (r3 FSC TYLERBRG 60000 PTL F4240)
(XEN) ACPI: DSDT BF7C4772, 54D3 (r1
2011 Nov 17
12
[PATCH] Avoid panic when adjusting sedf parameters
When using sedf scheduler in a cpupool the system might panic when setting
sedf scheduling parameters for a domain.
Signed-off-by: juergen.gross@ts.fujitsu.com
1 file changed, 4 insertions(+)
xen/common/sched_sedf.c | 4 ++++
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2013 Mar 15
2
strange phenomenon on CPU affinity
Hello,
My testing machine has 2 quad-core CPU (It supports hyperthreading,
but i disable it in BIOS). I uses Xen 4.0.1 as the hypervisor. When I use 8
VMs to conduct a test, CPU affinity of the VMs is very strange. Like this:
vm_name vcpu_num cpu_affinity
Domain-0 8 any
VM1 4 1,3,5,7
VM2 4 1,3,5,7
VM3 4 1,3,5,7
VM4 4
2011 Jan 27
7
[PATCH]: xl: fix broken cpupool-numa-split
Hi,
the implementation of xl cpupool-numa-split is broken. It basically
deals with only one poolid, but there are two to consider: the one from
the original root CPUpool, the other from the newly created one.
On my machine the current output looks like:
root@dosorca:/data/images# xl cpupool-numa-split
libxl: error: libxl.c:2803:libxl_create_cpupool Could not create cpupool
error on creating
2012 Jul 13
11
Backport requests of cs 23420..23423 for 4.0 and 4.1
Hi,
we are experiencing significant performance degradation after live migration of
hvm domains in Xen 4.0 (SLES11 SP1): after live migration the performance is
dropping to less than 90%. I did a backport of cs 23420-23423 and the
performance is okay now.
I would like to request to include these changesets in 4.0 and 4.1. The
backport is quite trivial, I can send patches if you are willing to
2011 Nov 15
2
xen-unstable/staging: qemu git file corrupt
Hi,
when I try to build xen-unstable/staging (cs 24143) tools via
make tools
I get:
...
got 1b6bfb99c2b55ff2e35ab61caf307dad3aebc82a
got efd594c960330cc3eee44e65f5fee258c798e610
got ccc9677505c0dd2c6c5054e73a42cef2d25687b4
got 86a2a2a59a8b76117b221c712ba0a156d21441c9
error: File efd594c960330cc3eee44e65f5fee258c798e610
2010 Jul 28
23
HVM hypercalls
Hi
I need to use hypercalls from HVM domain (e.g. HYPERVISOR_add_to_physmap). However, it does not work when I am trying to invoke it from HVM Linux guest. Basically, I don''t see that anything happens on hypervisor''s side. I also grep''ed the guest code for ''vmmcall''/''vmcall'' and did not find anything. Is it possible to do it at all?
2008 Dec 17
36
[Patch 2 of 2]: PV-domain SMP performance Linux-part
--
Juergen Gross Principal Developer
IP SW OS6 Telephone: +49 (0) 89 636 47950
Fujitsu Siemens Computers e-mail: juergen.gross@fujitsu-siemens.com
Otto-Hahn-Ring 6 Internet: www.fujitsu-siemens.com
D-81739 Muenchen Company details: www.fujitsu-siemens.com/imprint.html
_______________________________________________
2012 Jan 10
0
Live Migration of BS2000 DomU
Hi,
we (Fujitsu) are proud to announce the successful live migration of a BS2000
domU (pvHVM). The domU had 32 GB of memory, 8 active vcpus, an active LAN
connection and about 2500 FC-disks online. The domU had an active test load
on 8 disks running and several cpu intensive test jobs.
All BS2000 peripherals are connected via a special pv-driver handling all
devices with just one
2010 Sep 08
0
[Patch] xl: correct vcpu-pin and vcpu-list parameter checking
Hi,
attached patch corrects parameter checking of vcpu-pin and vcpu-list
sub-commands.
Juergen
--
Juergen Gross Principal Developer Operating Systems
TSP ES&S SWE OS6 Telephone: +49 (0) 89 3222 2967
Fujitsu Technology Solutions e-mail: juergen.gross@ts.fujitsu.com
Domagkstr. 28 Internet: ts.fujitsu.com
D-80807
2008 Dec 17
4
[Patch 0 of 2]: PV-domain SMP performance
Hi,
I''ve played a little bit with the xen scheduler to enhance the performance of
paravirtualized SMP domains including Dom0.
Under heavy system load a vcpu might be descheduled in a critical section.
This in turn leads to even higher system load if other vcpus of the same
domain are waiting for the descheduled vcpu to leave the critical section.
I''ve created a patch for xen
2008 Oct 28
2
late lapic timer interrupts for hvm guest
Hi,
When using lapic as timer source the hypervisor delivers timer interrupts
late.
In the source xen/arch/x86/hvm/vpt.c function create_periodic_time creates a
timer element with a "bonus" of 50% of the desired time until the interrupt:
pt->scheduled = NOW() + period;
/*
* Offset LAPIC ticks from other timer ticks. Otherwise guests which use
* LAPIC ticks for
2012 Feb 22
5
[PATCH] Add gtags target for xen/Makefile. Also update .hgignore.
# HG changeset patch
# User Wei Liu <wei.liu2@citrix.com>
# Date 1329922671 0
# Node ID bb2986677df84b9709a60aea7e70ffd9f9e23f76
# Parent d433a9cb0089683b8f75458807c5437341f2cdcc
Add gtags target for xen/Makefile. Also update .hgignore.
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -23,6 +23,7 @@
^\.config$
^\.pc
2011 Feb 15
2
strptime format = "%H:%M:%OS6"
I read a dataset with times in them, e.g., "09:31:29.18761".
I then parse them:
> all$X.Time <- strptime(all$X.Time, format = "%H:%M:%OS6");
and get a vector of NAs (how do I check that except for a visual inspection?)
then I do
> options("digits.secs"=6);
> all$X.Time <- strptime(all$X.Time, format = "%H:%M:%OS");
and it, apparently, works:
2010 Apr 06
29
Xen 4.1 Feature Request List
Xen Community:
As many of you are aware, the Xen 4.0 hypervisor is due to ship tomorrow (shhhh, don''t tell anyone) and I wanted to get submissions underway for Xen 4.1 features. I have updated the Roadmap Wiki page (http://wiki.xensource.com/xenwiki/XenRoadMap) with a new section for Xen 4.1 features to be added. Feel free to add your ideas or send me your features and I will update the
2010 Apr 06
29
Xen 4.1 Feature Request List
Xen Community:
As many of you are aware, the Xen 4.0 hypervisor is due to ship tomorrow (shhhh, don''t tell anyone) and I wanted to get submissions underway for Xen 4.1 features. I have updated the Roadmap Wiki page (http://wiki.xensource.com/xenwiki/XenRoadMap) with a new section for Xen 4.1 features to be added. Feel free to add your ideas or send me your features and I will update the
2008 Dec 04
3
rssync source code as a windows project
Hi Friends,
I have started learning rsync source code but I am finding very difficult to
go back and forth to find the execution flow. I could see that rsync code is
written in UNIX and the compilation is difficult. Does anybody converted it
into Windows Project so that we can open in using Visual Studio IDE and it
will be very simple to search for some function and find the complete work
flow.
2013 Jan 19
21
[PATCH]: PVH: specify xen features strings cleany for PVH
On Thu, 17 Jan 2013 22:22:47 -0500
Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> wrote:
> Jan had some comments about that patch:
>
> https://patchwork.kernel.org/patch/1745041/
>
> Please fix it up so I can put it in the Linux tree.
Please see below.
Signed-off-by: Mukesh Rathor <mukesh.rathor@oracle.com>
Thanks,
Mukesh
diff --git a/arch/x86/xen/xen-head.S
2003 Nov 05
1
save(iris,file=
I tried it using file and it seems to work for saving:
> data(iris)
> con <- file("clipboard","w")
> save(iris,ascii=T,file=con)
> close(con)
> readLines("clipboard")
... lengthy output follows which seems correct ...
but not for loading:
> con <- file("clipboard","r")
> load(con)
Error in load(con) : loading from