Displaying 20 results from an estimated 500000 matches similar to: "remove"
2010 May 14
2
remove contact
Hi group
I would like to remove my email list. Not found in the blog how to remove my contact. May remove or give me a hint?
att,
--
Paulo Batista (suporte@unirede.info)
--------------------------------------------------------
h t t p : / / w w w . u n i r e d e . i n f o
Tel.: 51 30121920 / 30121921 / 81560900
_______________________________________________
Xen-users mailing list
2006 Jul 04
4
[PATCH] xenmon: remove magic number "31" (the idle domain)
Hi,
This patch removes the magic number "31" for readability. The number
"31" means the idle domain ID.
In detail:
- display the idle domain ID with "Idle" instead of "31"
- write to the file "log-idle.log" instead of "log-dom31.log".
Signed-off-by: KUWAMURA Shin''ya <kuwa@jp.fujitsu.com>
Thanks,
--
KUWAMURA
2008 May 26
0
correct syntax for npiv device?
Can anyone point me to a source for the correct syntax to add an npiv disk
to a domu? I thought it was
disk=[ ''block-npiv:/wwn,xvda,w'' ], I tried just npiv:/ and that didn''t work
at all.
Thanks
--
Rob Aronson
Storage, Virtualization and Orchestration Practice Manager, Novacoast
USA
_______________________________________________
Xen-users mailing list
2011 Mar 16
2
[PATCH] Remove no longer used cpu_possible definitions
cpu_possible_mask and related macros are no longer used in Xen. Remove them
and adjust comments accordingly.
Signed-off-by: juergen.gross@ts.fujitsu.com
1 file changed, 11 insertions(+), 40 deletions(-)
xen/include/xen/cpumask.h | 51 +++++++++------------------------------------
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
2008 Feb 22
3
FW: [PATCH][UPDATE]Remove lock on guest table walk
Is there any trouble with mailing list? I didn''t see my mail sent back
after almost 8hrs. :-(
Thanks,
Kevin
-----Original Message-----
From: Tian, Kevin
Sent: 2008年2月22日 10:33
To: ''Tim Deegan''
Cc: xen-devel@lists.xensource.com
Subject: [PATCH][UPDATE]Remove lock on guest table walk
>From: Tim Deegan
>Sent: 2008年2月21日 22:13
>Hi,
>
>So, the idea seems
2005 May 28
2
[PATCH] Makefile uninstall not to remove libxutil
libxutil is not build and installed by default, so "Makefile
uninstall" will not try to remove it. This patch is against -unstable,
ChangeSet@1.1575
Signed-off-by: Nguyen Anh Quynh <aquynh@gmail.com>
===== Makefile 1.94 vs edited =====
--- 1.94/Makefile 2005-05-25 03:54:03 +09:00
+++ edited/Makefile 2005-05-28 02:09:46 +09:00
@@ -160,7 +160,7 @@
uninstall:
[ -d
2007 Jul 15
0
virtman breaks after installing XEN 3.1 on SELS 10.1
I have an installation of 32bit SLES 10.1 on 2 servers in my lab that I just
rebuilt. I applied the files from xen-3.1.0-install-x86_32.tgz and broke all
the virtman functions. The errors I got indicate some missing python
classes, specifically xen.install. I''m not sure why. This is what I get when
I try to run virtman from the command line. If I try to run it from yast i
get nothing.
2007 Jun 07
0
[PATCH] Remove unimplemented xm migrate --resource option
# HG changeset patch
# User john.levon@sun.com
# Date 1181229858 25200
# Node ID e46be7b5f9bf2b17f66c82950b4fc3962e1266d0
# Parent 2a188f88483d726cb5b880f948a1baeeb2bd42a1
Remove unimplemented xm migrate --resource option.
Signed-off-by: Gary Pennington <gary.pennington@sun.com>
diff --git a/tools/python/xen/xend/XendDomain.py b/tools/python/xen/xend/XendDomain.py
---
2011 Jan 27
1
[PATCH] xl: remove unimplemented -l stub for cpupool-list
Hi,
although advertised via the usage output, xl cpupool-list -l just
returns ERROR_NI, which does not show up on the console. Instead the
output is empty, which is not exactly what --long hints to.
To avoid confusion remove the line from the help output and just
ignore the -l option properly until it gets finally implemented.
Signed-off-by: Andre Przywara <andre.przywara@amd.com>
2006 Sep 28
0
[Patch] Remove unnecessary tlb flush in blktap_poll
blktap_poll is calling tlb_flush_all() in its main ring buffer polling
loop. This seems to be superfluous: the hypervisor should be performing
any necessary tlb flushes on grant table operations performed by the
back-end. Even a simple memory barrier is unnecessary here as the
RING_PUSH_REQUESTS() call performs a wmb() anyway.
And tlb_flush_all() is not exported to modules, so this call
2006 Aug 07
0
[PATCH] [XEN] Remove redundant redeclaration of ''machine_restart''
# HG changeset patch
# User Hollis Blanchard <hollisb@us.ibm.com>
# Date 1154990956 18000
# Node ID 058f2e27476d686538de2671f57c1ded5c693b47
# Parent 4196687234c530a11d26a199f1479bc07e08248f
[XEN] Remove redundant redeclaration of ''machine_restart''.
Fixes compile warning with gcc 3.4.2.
Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
diff -r 4196687234c5 -r
2010 Mar 02
2
[PATCH][XEN] p2m cleanup: remove unused function
Hi!
Attached patch removes gfn_to_mfn_current(). It is redundant and effectively
unused.
All remaining users now use proper replacement function.
=> No functional change.
While here, silence stdvga and use page_mode_hap()
consequently.
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
--
---to satisfy European Law for business letters:
Advanced Micro Devices GmbH
2007 Nov 05
0
RFC: multicast add/remove for network frontend
Network frontends currently have no way to express the set of
ethernet multicast groups that they are interested in. As a
consequence we deliver all multicast traffic to them. A subsequent
consequence is that network interfaces used in the IO domain
typically end up in promiscuous mode, which is generally undesirable.
I''d like to slightly extend the inter-domain protocol to allow
2011 Apr 05
0
[PATCH] libxl: remove impossible check for backend != DISK_BACKEND_QDISK
# HG changeset patch
# User Ian Campbell <ian.campbell@citrix.com>
# Date 1302021247 -3600
# Node ID 281207ed3fb3e1bf49c91ff3bcd76af1a3ab00af
# Parent 403080639e20aaf8f5a768f8f583fe0700afe84e
libxl: remove impossible check for backend != DISK_BACKEND_QDISK
In this case we are already in the DISK_BACKEND_QDISK case of a switch
statement on the same variable.
Signed-off-by: Ian Campbell
2011 Mar 23
0
Re: [PATCH 24 of 30] tools: Remove $(CFLAGS) from links lines
Ian Campbell writes ("[PATCH 24 of 30] tools: Remove $(CFLAGS) from links lines"):
> tools: Remove $(CFLAGS) from links lines.
I get a lot of rejects from this one.
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2006 Sep 29
0
[SVM][PATCH] Remove unnecessary intr assist guest iF check
AMD-V does not require the delaying of interrupt injection if the guest
IF_FLAG disallows interrupts. Remove the code in svm_intr_assist() that
was checking the guest IF in eflags.
This patch fixes the problem with HVM Windows guests, with observing a
very slow timer countdown on the initial boot menu, when there is more
than one boot option. Kbd response in this same Windows boot menu is
also
2008 Feb 21
2
[PATCH][RFC]Remove lock on first guest table walk
Just found this patch in house which I thought sent out
already. :-)
Still one thing remaining is to special case for UP guest
which suffers overhead from this change...
----
Remove lock on first guest table walk
Existing shadow fault path grabs big lock before walking
guest tables, to ensure consistency with shadow content
lest concurrent change from other vcpu in a bad OS.
But this lock
2008 May 23
0
[PATCH] VT-d: remove Xen and tboot range from dom0''s VT-d table
This a step forward to fix the security hole introduced by dom0''s 1:1
mapping VT-d table: remove the critical code and data from it. The more
flexible solution is to update dom0''s VT-d table on demand as what will
be done for other PV domains. However, there could bring a performance
issue even with software optimization. Iotlb flush of some hardware is
time-consuming.
2010 Feb 04
0
[PATCH]remove the runtime download and compile of libconfig package
hi,
This patch remove the runtime download and compile of libconfig package. This
package should be pre-installed by user manually.
Xen should not do so much dirty things at compile time.
Signed-off-by: Zhigang Wang <zhigang.x.wang@oracle.com>
thanks,
zhigang
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
2005 Jul 18
0
remove EventTypes.py
please remove tools/python/xen/xend/EventTypes.py in -testing tree, as
it is not in use.
regards,
aq
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel