Displaying 20 results from an estimated 10000 matches similar to: "[PATCH] [Xend] Move some backend configuration"
2007 Nov 05
7
[PATCH] Recover from corrupt tdb on reboot
This patch was created for 3.1.0. Based on inspection, I believe the
current version has the same problem, but I did not actually try it.
I hope you''ll find the patch useful anyway.
Xen cannot work when xenstored''s tdb is corrupt. When that happens
somehow (and we''ve seen it happen), even reboot doesn''t recover from
it. It could: there is no state in tdb
2007 Nov 12
5
Solaris build fix breaks Solaris
16396:055d98aa2dd0 almost works but not quite. LDFLAGS_DIRECT means we
end up with:
gld -melf_i386 -nostdlib -N -Ttext 0x100000 -o hvmloader.tmp hvmloader.o mp_tables.o util.o smbios.o 32bitbios_support.o acpi/acpi.a
Specifying a linker script and asking for -nostdlib is obviously
contradictory. Removing $(LDFLAGS_DIRECT) fixes the problem.
regards
john
2007 May 23
6
xm shutdown timeout
xend has a timeout such that if an ''xm shutdown'' request does not result
in the domain shutting down within a certain time period, the domain is
violently destroyed.
This seems like a strange choice - if the domain isn''t responding
properly to such requests, then it must be in a buggy state, and should
surely be preserved for administrator action (dumping core,
2006 Oct 17
4
[PATCH] Fix tools build on Solaris
# HG changeset patch
# User john.levon@sun.com
# Date 1161090606 25200
# Node ID c6bfe43048f3becda6966deceb7b70baea833b7c
# Parent 03d4223c846b14fc415cfd05d970c7b4d688fddb
Many of the tools use C99 features such as bool, or expect certain functions.
Fix the CFLAGS to enable these on Solaris.
Signed-off-by: John Levon <john.levon@sun.com>
diff --git a/config/SunOS.mk b/config/SunOS.mk
---
2008 Mar 28
4
grant tables and HVM+PV
This changeset:
changeset: 15606:17820aa1b2c0
user: Keir Fraser <keir.fraser@citrix.com>
date: Fri Dec 14 11:58:37 2007 +0000
summary: hvm: Remove duplicate assignment of __HYPERVISOR_grant_table_op in
Has broken our HVM PV drivers. Previously we were using:
520 if ((HYPERVISOR_grant_table_op(GNTTABOP_setup_table, pset, 1) != 0) ||
521
2008 Jan 16
8
PATCH [xenconsoled]: makes pty slave raw early
Hi,
on my system (Linux 2.6.18.8 - ia64), if a domain write on the xencons
before xenconsole is initialized the domain gets back what it wrote.
This patch fixes this issue by making raw the pty slave very early.
(I suppose it doesn''t happen with linux as a guest because it takes a little
bit of time before writing to xencons).
Tristan.
_______________________________________________
2006 Oct 17
2
[PATCH] as fixes for Solaris
# HG changeset patch
# User john.levon@sun.com
# Date 1161090418 25200
# Node ID 8dcda57ee98a51ce528982a5f5d848e09584d08a
# Parent dff351e52952cc08be67ee5c7173c2c83167c15b
On sysv platforms, gas defaults ''/'' to a comment character. Pass in the right
option to disable this behaviour, so Xen''s semantics of "divide" apply.
Signed-off-by: John Levon
2011 Dec 14
18
[PATCH 0 of 3] Support for VM generation ID save/restore and migrate
This patch series adds support for preservation of the VM generation ID buffer
address in xenstore across save/restore and migrate, and also code to
increment the value in all cases except for migration.
The first patch modifies creation of the hvmloader key in xenstore and adds
creation of a new read/write hvmloader/generation-id-addr key.
The second patch changes hvmloader to use the new key (as
2006 Oct 17
15
Has 3.0.3 been released?
http://www.xensource.com/xen/downloads/index.html
The XenSource site seems to think so but I haven''t seen an announcement
here. Is rc4 tag the same changeset for 3.0.3?
Regards,
Anthony Liguori
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2008 Sep 04
5
xm dump-core options are useless
This cset:
changeset: 11473:0008fca70351
date: Thu Sep 14 08:19:38 2006 +0100
description:
xm dump command add on
xm dump-core [-L|--live][-C| --crash] <domID> [output path]
Didn''t actually implement anything. Worse, it looks like we don''t even
pause the domain, so it''s always live (not good). What''s going on?
regards
john
2007 Mar 06
1
Transaction mapping in xenstored
(Sorry, lost Keir''s mail).
I''m unclear on why we have to have the mapping part of solving the
xendev problem. Can''t we just allocate a transaction as usual if we see
an ID without a transaction existing, mark it as pre-fail, and when we
see the transaction end, discard the copy as if it had raced?
Surely the ID lookup is guaranteed to fail in the circumstances we care
2007 Mar 26
12
System time monotonicity
It seems that VCPU system time isn''t monotonic (using 3.0.4). It seems
it might be correlated to when a VCPU is switched across real CPUs but I
haven''t conclusively proved that. But e.g.:
{
old = {
time = {
version = 0x4ec
pad0 = 0xe8e0
tsc_timestamp = 0x22cc8398b7194
system_time =
2012 Jan 04
98
RFC: Still TODO for 4.2?
What are the outstanding things to do before we think we can start on
the 4.2 -rc''s? Does anyone have a timetable in mind?
hypervisor:
* ??? - Keir, Tim, Jan?
tools:
* libxl stable API -- we would like 4.2 to define a stable API
which downstream''s can start to rely on not changing. Aspects of
this are:
* event handling (IanJ working
2006 Dec 11
13
xm dump-core and analyzing
Hi,
Is there any tool out there that can help me analyze a coredump?
Thanks,
David.
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2011 Dec 16
13
[PATCH 0 of 4] Support for VM generation ID save/restore and migrate
This patch series adds support for preservation of the VM generation ID buffer
address in xenstore across save/restore and migrate, and also code to
increment the value in all cases except for migration.
Patch 1 modifies the guest ro and rw node creation to an open coding style
and cleans up some extraneous node creation.
Patch 2 modifies creation of the hvmloader key in xenstore and adds
2012 Jul 27
17
Time for 4.2.0 rc0?
Hey Keir,
I committed the last of the big outstanding tools blockers for 4.2
yesterday. Currently they are still in staging because they added some
new xenstore paths which tickled the leak detector in the test system
What do you think of doing an rc0 release next week?
There''s still some smaller issues remaining but I think they can wait
until rc1.
Ian.
2007 Dec 19
23
3.1.x and 3.2.x releases
Folks,
A new release candidate for 3.2.0 has just been checked into the
xen-unstable tree. It''s available from staging and will be in the main tree
when it has passed internal regression tests.
Meanwhile, in preparation for 3.1.3, please let me know if there are any
further patches from xen-unstable that should be backported into the 3.1
branch. You can pull the xen-3.1-testing.hg
2007 Jan 08
7
bimodal PAE and compatibility
We currently ship a PAE 32-bit domU that we can trivially make bimodal,
except that if we set it to "bimodal", then older Xens will default to
thinking the domU is not PAE:
353 dsi->pae_kernel = PAEKERN_no;
354 if ( dsi->__elfnote_section )
355 {
356 p = xen_elfnote_string(dsi, XEN_ELFNOTE_PAE_MODE);
357 if ( p != NULL && strncmp(p,
2013 Aug 29
3
[PATCH 0/2] Fix SMBios table regressions in HVM guests
The series "HVM firmware passthrough" series in Jan 2013 from Ross Philipson
cause two regressions for HVM guests which sadly found their way into the Xen
4.3 release.
The first regression causes an incorrect count of tables to be placed in the
main header, and can be seen by running dmidecode in any applicable HVM domain.
The second regression found its way into the public ABI, making
2012 Dec 20
2
[PATCH v4 01/04] HVM firmware passthrough HVM defs header
Add public HVM definitions header for firmware passthrough support (including
comment describing the feature''s use). In addition this header is used to
collect the various xenstore string values that are used in HVMLOADER.
Signed-off-by: Ross Philipson <ross.philipson@citrix.com>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org