Displaying 20 results from an estimated 6000 matches similar to: "[PATCH] [XEND] Remove hard tabs"
2014 Apr 10
0
Bug#744163: xenstore problems
Package: xen-utils-4.1
Version: 4.1.4-3+deb7u1
Severity: important
When starting (or migrating in) a domain, sometimes I get the following exception:
[2014-04-01 10:58:08 4821] ERROR (XendDomainInfo:2927) XendDomainInfo.initDomain: exception occurred
Traceback (most recent call last):
File "/usr/lib/xen-4.1/bin/../lib/python/xen/xend/XendDomainInfo.py", line 2914, in _initDomain
2006 Aug 08
11
architecture-specific stuff in xend
Hi Ewan, I''m almost ready to integrate some PPC-specific stuff into
xend, and I was wondering if you had a plan for how that should work.
First example: the device tree data structure we talked about a few
weeks ago. We will need to pass the config data to PPC code, probably in
XendDomainInfo.initDomain(), and then pass the resulting data structure
into libxc''s xc_linux_load()
2007 May 14
1
XenDomainInfo.py: Can hang in _releaseDevices.
A section of code does:
while True:
t = xstransact("%s/device" % self.dompath)
for devclass in XendDevices.valid_devices():
for dev in t.list(devclass):
try:
t.remove(dev)
except:
# Log and swallow any exceptions in removal --
2005 Mar 23
9
[patch] final header fixes
I think this is the last of the header fixes I''ve run across. Though it''s
sometimes difficult to tell, I believe Xen/ia64 has asm/mm.h, flushtlb.h,
page.h, and shadow.h. Please apply.
Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
--
Hollis Blanchard
IBM Linux Technology Center
2010 Mar 26
0
[PATCH] del xend entry when destroy pv usb host controller of a guest os with no pv-frontend driver
delete xend entry when destroying pv usb host controller of a guest os which
has no pv-frontend driver loaded.
-James (Song Wei)
Signed-off-by: James (Song Wei) <jsong@novell.com>
diff -r f42ff98a2cdc tools/python/xen/xend/XendDomainInfo.py
--- a/tools/python/xen/xend/XendDomainInfo.py Thu Mar 25 09:32:21 2010
+0000
+++ b/tools/python/xen/xend/XendDomainInfo.py Fri Mar 26 13:27:25
2006 Aug 17
5
Re: [XenPPC] Xencomm for xen/ia64
(CCed to xen-devel for completeness. ;)
On Wed, 2006-08-16 at 17:24 +0200, Tristan Gingold wrote:
> I am porting xen-ppc''s xencomm to xen/ia64.
> Currently on xen/ia64 copy_from/to_guest uses guest virtual address. This
> works well as long as the virtual addresses are in the TLB. When not in TLB
> (or vTLB) the hypercall can''t success without domain help. The
2006 Aug 23
3
PATCH: xencomm - kernel side
Hi,
taking into account Hollis comments I now submit this patch.
IA64 specific stuff will be posted to xen-ia64-unstable after merge.
Tristan.
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2006 Apr 14
8
[rfc] [patch] 32/64-bit hypercall interface revisited
Last year we had a discussion[1] about how the hypercall ABI
unfortunately contains fields that change width between 32- and 64-bit
builds. This is a huge problem as we come up on the python management
stack for ppc64, since the distributions ship 32-bit python. A 32-bit
python/libxc cannot currently manage a 64-bit hypervisor.
I had a patch but was unable to test it, and some other things were
2006 Mar 30
3
[patch] bitops on irq_cpustat_t->__softirq_pending
As mentioned earlier, PowerPC''s atomic ops operate on longs, and we have made
our *_bit() prototypes use long* (instead of void*) to warn us of problems at
compile time. Here''s one caller that was flagged:
test_and_set_bit(nr, &softirq_pending(cpu))
Accordingly, we need __softirq_pending to be long, not int.
PowerPC is currently using a few files unmodified from the x86
2006 Aug 30
3
arch-specific xc.c code?
Hi Ewan/Alistair, I have a patch that looks like this:
diff -r a39ad4c78850 tools/libxc/xenctrl.h
--- a/tools/libxc/xenctrl.h Wed Aug 30 13:51:12 2006 +0100
+++ b/tools/libxc/xenctrl.h Wed Aug 30 15:11:20 2006 -0500
@@ -416,6 +416,10 @@ int xc_domain_memory_populate_physmap(in
unsigned int address_bits,
xen_pfn_t
2006 Jan 06
37
cow implementation
Has any one had any success with cow implementation in xen ? I found this
somewhere http://www.atconsultancy.nl/cowloop/, has anyone tried it out with
xen ?
--
regards,
Anand
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2015 Aug 01
3
EFI: HP + syslinux = crash
On Fri, Jul 31, 2015 at 12:37 PM, Patrick Masotta via Syslinux
<syslinux at zytor.com> wrote:
>>>>
> > 5) upload handles.txt somewhere
>
> It's waiting at http://okkie.nu/tmp/handles.txt
> <<<
>
>
> OK your HP has 4 NICs
>
> DevicePath(0x0,0x0)/MAC(ECB1D775E524,0x0)
> DevicePath(0x0,0x1)/MAC(ECB1D775E525,0x0))
>
2013 Apr 17
10
xl network-attach SEGV in 4.2 and 4.1
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all,
4.2 and 4.1 suffers from SEGV during xl network-attach in
libxl__device_nic_add. In 4.3-unstable it is fixed by:
5420f2650 libxl: Set vfb and vkb devid if not done so by the caller
So either the patch need to be backported to 4.1 and 4.2, or fixed by this one:
- ------
libxl: Fix SEGV in network-attach
When "device/vif" directory
2005 Oct 07
1
[patch] testing needed: "xenif" dom0_ops
This patch changes the dom0_ops structures as discussed in the thread
"32/64-bit hypercall interface". Keir, I added a struct inside XENIF_PTR() to
catch direct users in the general code; it was quite useful to have the
compiler identify those spots.
I have compiled x86_32 and run it with xm-test[1] under qemu. There are 63
passed tests, so that''s good. I still need to
2010 Jun 30
6
Xen 4 - Error 111 Refused Connection
Hi there.
I cannot start xen, I''m getting this error
System:
Linux netwarrior 2.6.31.13 #5 SMP Wed Jun 30 13:25:47 ART 2010 x86_64
AMD Athlon(tm) II X4 630 Processor AuthenticAMD
GNU/Linux
xend.log
le "/usr/lib64/python2.6/site-packages/xen/xend/xenstore/xstransact.py",
line 355, in Mkdir
complete(path, lambda t: t.mkdir(*args))
File
2006 Jul 25
2
Compile from sources
I''ve compiled xen-3.0.2-2 from sources. I''ve went to the end without
errors. The ./install.sh script have been created the /etc/grub.conf
file as it :
# initrd /boot/initrd-version.img
#boot=/dev/hdc
default=0
timeout=5
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.15-1.2054_FC5)
root (hd0,0)
kernel
2015 Aug 03
2
EFI: HP + syslinux = crash
>>>
>> OK your HP has 4 NICs
>>
>> DevicePath(0x0,0x0)/MAC(ECB1D775E524,0x0)
>> DevicePath(0x0,0x1)/MAC(ECB1D775E525,0x0))
>> DevicePath(0x0,0x2)/MAC(ECB1D775E526,0x0))
>> DevicePath(0x0,0x3)/MAC(ECB1D775E527,0x0))
According to HP it's actually one nic with four ports. I cannot disable
them individually.
<<<
I see. From an EFI
2010 Mar 31
1
Xend not starting (Lenny backport of Xen 3.4.3-rc3)
Hi,
I have recompiled xen-3_3.4.3~rc3-1 in Lenny, together with the
2.6.32-10 kernel. While my dom0 boots without issue under Xen, xend
refuses to start. I have cut/past my xend.log is bellow.
Is there any reason why a backport of this version of Xen wouldn't work
in Lenny? Should I try the already compiled SID binaries in Lenny
without trying to build myself?
Cheers,
Thomas
When I start
2006 Dec 02
3
Bug#401249: xen-utils-common: xenbr0 not being created
Package: xen-utils-common
Version: 3.0.3-0-2
Severity: important
I have installed all the packages I can think of to get Xen going
and it still fails with the following :
/var/log/xen/xend-debug.log:
Exception starting xend: (111, 'Connection refused')
er.py", line 463, in process_request_thread
self.finish_request(request, client_address)
File "SocketServer.py",
2006 May 01
8
Windows vs Linux
Warning: Sligthly off topic.
http://shelleytherepublican.com/2006/04/linux-european-threat-to-our-computers.html
Quotes:
> And guess what software Osama Bin Laden uses on his laptop?
>
> If you guessed it was Linux you would be 100% right.
> Next time somebody asks you how Al Queda agents pay for their
> rifles and rocket launchers, you can tell them that foreign hackers
>