Displaying 20 results from an estimated 4000 matches similar to: "x86_64 SLES 9 SP2 build break"
2005 Jun 11
5
[PATCH] Fixing iopl and ioperm
With this patch, x86 and x86-64 share ioport.c, fixing LTP iopl and
ioperm testcase failures (on both). We found an iopl testcase failing
even on x86 xenlinux.
Now x86-64 xenlinux should have the same results regarding the LTP
testcases (as far as we tested).
Signed-off-by: Li B Xin <li.b.xin@intel.com>
Signed-off-by: Jun Nakajima <jun.nakajima@intel.com>
Jun
---
Intel Open Source
2007 May 15
1
[PATCH 0/12] Add basic S3 support to Xen
Is now time for accepting new features? Here''s updated S3
patch set for Xen/dom0, based on latest 15017 changeset.
Comments welcomed.
=========================================
Changes since last version:
- Rebase to latest 15017
- X86-64 support
- Force lazy context sync before cpu goes down
- S5 poweroff support
- Several bug fixes observed when running on different machines
2006 Mar 29
1
RE: Assertion ''! IS_INVALID_M2P_ENTRY(gpfn)'' failedkillsmachine
Keir Fraser wrote:
> On 29 Mar 2006, at 17:09, Nakajima, Jun wrote:
>
>> Are you doing live migration? In the default setup for domUs, the
>> shadow code is never used.
>
> The mini patches for Linux we submitted to lkml depend on shadow mode.
>
> -- Keir
>
So this is _not_ for 3.0.2? I expect some hiccups with that if domUs
start using other than log-dirty
2007 Feb 14
1
[PATCH 0/12] Add S3 support to Xen
Hi, all,
Attached patch set is the first support to S3 (suspend to ram)
on
Xen environment. We know that 3.0.5 is feature freeze now, and thus
this version is just for trial and review first.
X86-64 is to go (failed to compile), but we have a preliminary
support in house which is however on an old version and not very
stable yet. It''s supposed to be out with next version.
Totally
2012 Mar 28
2
lapply and paste
I have a list of suffixes I want to turn into file names with extensions.
suff<- c("C1", "C2", "C3")
paste("filename_", suff[[1]], ".ext", sep="")
[1] "filename_C1.ext"
How do I use lapply() on that call to paste()?
What's the right way to do this:
filenames <- lapply(suff, paste, ...)
?
Can I have lapply()
2016 Sep 09
5
[PATCH 0/2] v2v: -i ova: Derive the name from the OVA filename.
Don't use "default", choose a better default name if <Name> is not
present in the OVF.
Rich.
2016 Aug 08
1
[PATCH v2] v2v: disk: strip only common extension (RHBZ#1365005)
In disk input mode, to determine the guest name strip the extension from
the filename only if it's a very well extension for disk images.
---
v2v/input_disk.ml | 18 ++++++++++++++++--
1 file changed, 16 insertions(+), 2 deletions(-)
diff --git a/v2v/input_disk.ml b/v2v/input_disk.ml
index 17ad61d..d56c476 100644
--- a/v2v/input_disk.ml
+++ b/v2v/input_disk.ml
@@ -42,9 +42,23 @@ class
2004 Aug 28
4
iSCSI root
As promised, here''s what I did to get iSCSI root running under XenU under Debian 3.1 (Sarge):
Be running linux 2.6 under XenU.
Build XenU with SCSI disk support (I did them as modules)
Get linux-iscsi 4.0.1.8 from http://sourceforge.net/projects/linux-iscsi/
Build it according to the instructions there (i found it a bit tricky) and install under your XenU
Get iscsi-init 4.0.1 from
2006 Jul 23
3
RfW 2.3.1: regular expressions to detect pairs of identical word-final character sequences
Dear all
I use R for Windows 2.3.1 on a fully updated Windows XP Home SP2 machine and I have two related regular expression problems.
platform i386-pc-mingw32
arch i386
os mingw32
system i386, mingw32
status
major 2
minor
2005 Jun 07
8
[PATCH] add dom0 vcpu hotplug control
This patch adds new control messages for vcpu hotplug events. Via the
xm vcpu_hotplug sub-program, VCPUS in domains can be enabled/disabled
when CONFIG_HOTPLUG_CPU is enabled in the target domain''s kernel.
Currently there is nothing that tracks whether a VCPU is up or down.
My previous [1]patch added a new per-VCPU flag (VCPUF_down) which could
be used to keep track of which VCPUS are
2009 Nov 12
20
VIRQ_CON_RING
Is there any real user for this vIRQ? I''m asking because, while debugging
a problem that required to add some printk()s that could temporarily issue
at a high rate, I ran into the situation that this extra output prevented
guest/dom0 boot from making any progress. As I then realized this was
due to the tasklet_schedule() called from inside the console handling
code, which resulted in
2009 Nov 12
20
VIRQ_CON_RING
Is there any real user for this vIRQ? I''m asking because, while debugging
a problem that required to add some printk()s that could temporarily issue
at a high rate, I ran into the situation that this extra output prevented
guest/dom0 boot from making any progress. As I then realized this was
due to the tasklet_schedule() called from inside the console handling
code, which resulted in
2006 Feb 09
2
nice log-log plots
Dear All,
I am trying to produce log-log plots in R and I was wondering if any of you have a 'template' for generating these with 'nice' labels and log-log grids?
I know I can set up axes individually and use the intervals I want, however, I will be producing a large number of these plots and would not like to do this manually for each of them + I am very new to R and at the
2001 Nov 25
2
RTCW on Wine questions.........
Ok heres the deal.....
Im not a gamer, this is the first game Ive bought in 4 years so please
bear with me.
Ive been playing RTCW MP2 Test since it came out , I loved it.
Sooo...when it hit the shelves I bought it, now, heres the hook, I run
only linux...but Im a completley impatient person so....I bought the
windows version assuming I could run it under linux, I can, it rocks,
all except one
2006 Jun 07
9
Rearchitecting IO Emulation for HVM Guests
Hi Ian,
Natasha and I are interested in helping with the io emulation work for
fully virtualized HVM guests you mentioned in your March 12th email:
http://lists.xensource.com/archives/html/xen-devel/2006-03/msg00394.html
In the post, you mentioned the following tasks:
- get minios running on x86_64
- port xenbus/netfront/blkfront to minios
- compile qemu-dm into minios
- redirect IO to qemu-dm
2018 Nov 20
2
[fdo] Mailing list of AccountsService does not found
Hi,
Product "AccountsService" was disappeared.
https://bugs.freedesktop.org/enter_bug.cgi
Only contact by gitlab ?
Thanks,
Akira Nakajima
On 2018/11/20 16:19, Alan Coopersmith wrote:
> On 11/19/18 10:50 PM, Nakajima Akira wrote:
>> Hi,
>>
>> Mailing list of AccountsService does not found.
>> https://lists.freedesktop.org/mailman/listinfo/
>>
>>
2005 Sep 21
5
IP Tables on a bridge
Not normally a question for this group, but you guys are very
bridge/router/firewall savvy, so I thought I''d toss it here.
I have a bridge. On one side of the bridge is that fancy thing called the
Internet. On the other side is my LAN. The bridge is the obvious
demarcation line and a good place to put a firewall.
Now, I have all my iptables stuff planned out, EXCEPT for nat.
The
2005 Sep 08
4
Hg problem?
I keep getting the following errors on different machines (x86_32 and
x86_64). Hg version is 0.6c.
searching for changes
adding changesets
adding manifests
adding file changes
Traceback (most recent call last):
File "/usr/bin/hg", line 13, in ?
commands.run()
File "/usr/lib64/python2.3/site-packages/mercurial/commands.py", line
1461, in run
2008 Nov 24
4
EPT walks for guest page table
Hi,
I am really confused about NPT walks for guest page table , and eager to
know the details about it.
It is treated as data writes even if the access itself is a code read in
AMD NPT.I just want to know : is it the same in EPT?
Could anyone help me? I would like to know that very much
Thank you in advance
Bo Ma
_______________________________________________
Xen-devel mailing list
2006 Nov 29
25
EFER in HVM guests
Is it intentional that
- under SVM, 32-bit guests can freely set EFER.LME
- under VMX, 32-bit guests can''t access EFER at all?
Thanks, Jan
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel