search for: on_

Displaying 15 results from an estimated 15 matches for "on_".

Did you mean: on
2013 Nov 09
5
[LLVMdev] [cfe-dev] RFC: A proposal to move toward using C++11 features in LLVM & Clang / bounding support for old host compilers
...ny VS2012 improvements you will not be able to compile for XP. > > Basically (again: AFAICT): if you want clang to be compiled for WinXP using VS, the C++ features of VS 2010 are a hard limit and that will not change. A different issue than what VS 2012 can _target_, is what VS 2012 can _run on_: it cannot run on Windows XP. Say what you want about how old Windows XP is and how close it is to being end-of-life'd by Microsoft, at the end of the day it still commands one third (!) of all desktop operating system market share [1]. So, by dropping support for VS 2010, you will be making...
2013 Nov 09
0
[LLVMdev] [cfe-dev] RFC: A proposal to move toward using C++11 features in LLVM & Clang / bounding support for old host compilers
...; be able to compile for XP. > > > > Basically (again: AFAICT): if you want clang to be compiled for WinXP > using VS, the C++ features of VS 2010 are a hard limit and that will not > change. > > A different issue than what VS 2012 can _target_, is what VS 2012 can > _run on_: it cannot run on Windows XP. > > Say what you want about how old Windows XP is and how close it is to > being end-of-life'd by Microsoft, at the end of the day it still > commands one third (!) of all desktop operating system market share [1]. > > So, by dropping support for...
2017 Dec 02
3
Generating SPIR
I am already successfully generating SPIR-V with a forward port of Khronos’ SPIR-V LLVM. What does one need in order to generate SPIR? From what I gather it is based on a specific LLVM IR version (3.4?) with a bunch of metadata. Is it possible to generate SPIR from LLVM trunk? If so how? Thanks Nic -------------- next part -------------- An HTML attachment was scrubbed... URL:
2014 Feb 19
1
Re: event-test.py cannot detects domain shutdown
...4457a2e8abe5e4195275c2 Mon Sep 17 00:00:00 2001 >> From: Jim Fehlig <jfehlig@suse.com> >> Date: Tue, 18 Feb 2014 20:34:47 -0700 >> Subject: [PATCH] libxl: queue shutdown event on domain shutdown >> >> Emmit libvirt shutdown event when receiving LIBXL_SHUTDOWN_REASON_POWEROFF >> event from libxl. >> >> Signed-off-by: Jim Fehlig <jfehlig@suse.com> >> --- >> src/libxl/libxl_driver.c | 3 +++ >> 1 file changed, 3 insertions(+) >> >> diff --git a/src/libxl/libxl_driver.c b/src/libxl/libxl_driver.c >> index...
2008 May 11
0
[LLVMdev] Preferring to use GCC instead of LLVM
...rrelevant. The OP point is that LLVM is not a > self-sufficient tool on this aspect. > Actually, I think Bill's right on target. The OP was implying that LLVM is incomplete because it depends on GCC in the backend, which is incorrect. It depends on binutils, _which GCC also depends on_. Thus LLVM is certainly no less complete than GCC in that sense. I think the point is that implementing our own linker is definitely beyond the purview of LLVM, and implementing our own object file writer/assembler is honestly pretty low on the priority queue. GCC, the primary alternativ...
2014 Feb 19
2
Re: event-test.py cannot detects domain shutdown
Cole Robinson wrote: > On 02/18/2014 05:12 AM, Kim Larry wrote: > >> The thing I found today is that if libvirt uses xend driver, shutdown events >> are delivered, but if libvirt uses libxl drvier, doesn't show up anything. It >> seems there are bugs on shutdown event, so I did dig into the libvirt source >> briefly, but I couldn't find where libxl driver
2013 Apr 03
1
Cannot recv data: Connection reset by peer
...mory> <currentMemory unit='KiB'>2097152</currentMemory> <vcpu placement='static'>1</vcpu> <os> <type arch='x86_64'>exe</type> <init>/bin/sh</init> </os> <clock offset='utc'/> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>destroy</on_crash> <devices> <emulator>/usr/local/libexec/libvirt_lxc</emulator> <filesystem type='mount' accessmode='passthrough'> &lt...
2017 Oct 27
0
[PATCH v11 7/8] mllib: add XPath helper xpath_get_nodes
..."/domain/devices/disk[@device=\"cdrom\"]" in - let nodes = nodes_of_xpathobj boot_xml_doc xpath in + let nodes = xpath_get_nodes xpathctx + "/domain/devices/disk[@device=\"cdrom\"]" in List.iter Xml.unlink_node nodes; (* Change <on_*> settings to destroy ... *) - let xpath = Xml.xpath_eval_expression xpathctx "/domain/on_poweroff" in - let nodes = nodes_of_xpathobj boot_xml_doc xpath in - let xpath = Xml.xpath_eval_expression xpathctx "/domain/on_crash" in - let nodes = nodes @ nodes_of_xpath...
2008 May 11
9
[LLVMdev] Preferring to use GCC instead of LLVM
Not that I sympathize with the OP's manners but... Bill Wendling <isanbard at gmail.com> writes: > On May 10, 2008, at 7:55 PM, kr512 wrote: > >> See how gcc is invoked to generate the final executable >> file. This means LLVM is an incomplete backend, >> unfortunately. >> > That's only a convenience. GCC generates assembly code too and calls
2009 Aug 13
0
HVM creation problem
...*********************************************** name = "myvm" uuid = "e0d3fcb4-2342-d168-643a-8a2a7f8c03c8" maxmem = 512 memory = 512 vcpus = 1 builder = "hvm" kernel = "/usr/lib/xen/boot/hvmloader" boot = "c" pae = 1 acpi = 1 apic = 1 localtime = 0 on_poweroff = "destroy" on_reboot = "restart" on_crash = "restart" device_model = "/usr/lib/xen/bin/qemu-dm" sdl = 0 vnc = 1 vncunused = 0 vncdisplay = "-5900" disk = [ "file:/var/lib/xen/images/myvm.img,hda,w", "file:/root/temp/centOS.is...
2015 Mar 10
0
[PATCH] v2v: Add the test-harness used by external tests.
...e.ac index 2e18c9e..9c78c07 100644 --- a/configure.ac +++ b/configure.ac @@ -1130,6 +1130,7 @@ AS_IF([test "x$OCAMLC" != "xno"],[ ]) OCAML_PKG_gettext=no +OCAML_PKG_libvirt=no OCAML_PKG_oUnit=no AS_IF([test "x$OCAMLC" != "xno"],[ # Create mllib/common_gettext.ml, gettext functions or stubs. @@ -1140,10 +1141,13 @@ AS_IF([test "x$OCAMLC" != "xno"],[ GUESTFS_CREATE_COMMON_GETTEXT_ML([mllib/common_gettext.ml]) + AC_CHECK_OCAML_PKG(libvirt) AC_CHECK_OCAML_PKG(oUnit) ]) AM_CONDITIONAL([HAVE_OCAML_PKG_GETTEXT],...
2015 Mar 10
2
[PATCH 0/1] v2v: Add the test-harness used by external tests.
As I'm now working through the enormous virt-v2v/virt-p2v bug list, we need a high quality set of tests to ensure that we don't accidentally regress some old OS/hypervisor combination while making changes. The test cases are going to be huge, so we cannot possibly distribute them in libguestfs. Furthermore many of them have licensing problems which means we cannot redistribute them at
2013 Oct 27
16
[LLVMdev] RFC: A proposal to move toward using C++11 features in LLVM & Clang / bounding support for old host compilers
(re-sending to the actual mailing lists... go go gadget typos!) On Sun, Oct 27, 2013 at 2:23 AM, Chandler Carruth <chandlerc at google.com>wrote: > Greetings, > > This has been discussed many times, and there are a lot of pro's and con's > on each side, but increasingly I think the project needs to draw a line in > the sand and put in place long-term policies around
2017 Oct 27
15
[PATCH v11 0/8] virt-builder-repository
Hi all, Here is the latest version of the series. Diffs to v10: * Make Index.arch a (string, string option) maybe and use it to guess arch at parse time * Compute the image size at parse time when the template flag is set and the value is missing. * Add virt-repository_main slow test * Other fixes from Richard's comments Cédric Bosdonnat (7): Ignore builder/*.out and *.img
2017 Feb 04
8
[PATCH v8 0/4] Import directly from OVA tar archive if possible
...ng detection of sparse files inside tar. But this can be done in a separate patch. As pointed out before I didn't find a way how to detect that by using the tar tool only and would probably require use of some external library. Tomáš Golembiovský (4): mllib: add subdirectory function to common_utils v2v: add function qemu_img_version to utils v2v: add function find_file_in_tar to utils v2v: ova: don't extract files from OVA if it's not needed mllib/common_utils.ml | 9 +++ mllib/common_utils.mli | 10 +++ mllib/common_utils_tests.ml...