Displaying 8 results from an estimated 8 matches for "msg00064".
Did you mean:
msg00067
2017 Feb 06
3
[PATCH] v2v: ova: Don't rely on qemu-img version, test "offset" and
Not tested yet, am running the tests now.
Rich.
2012 Mar 12
1
[PATCH] virt-v2v: Support for Converting VirtualBox Guests
...iguration file to locate the
script to uninstall [3].
If it would be possible to skip some of the needed steps and support
VirtualBox directly from the command line that'd be great - if so,
please adjust the patch as needed.
1)
https://www.redhat.com/archives/virt-tools-list/2012-February/msg00064.html
2) http://www.virtualbox.org/manual/ch04.html
3) http://www.virtualbox.org/manual/ch04.html#idp11370256
Cheers,
--
Marko Myllynen
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0001-virt-v2v-Support-for-Converting-VirtualBox-Guests.pat...
2005 Oct 03
2
access to R parse tree for Lisp-style macros?
R folks, I'm curious about possible support for Lisp-style macros in
R. I'm aware of the "defmacro" support for S-Plus and R discussed
here:
http://www.biostat.wustl.edu/archives/html/s-news/2002-10/msg00064.html
but that's really just a syntactic short-cut to the run-time use of
substitute() and eval(), which you could manually put into a function
yourself if you cared too. (AKA, not at all equivalent to Lisp
macros.) The mlocal() function in mvbutils also has seemingly similar
macro-using-eva...
2008 Nov 30
1
about centralization
Hi all,
Is there anyone who ever used igraph to calculate the index of
"centralization" ?
I tried my best but can't find it in igraph.
The brief introduction to "centralization" can be found here , and I think
it's an important index for measuring the centrality on the aggregated
level.(http://faculty.ucr.edu/~hanneman/nettext/C10_Centrality.html)
Thank you for any
2017 Feb 06
0
[PATCH] v2v: ova: Don't rely on qemu-img version, test "offset" and "size" features.
See:
https://www.redhat.com/archives/libguestfs/2017-February/msg00064.html
---
v2v/input_ova.ml | 5 ++---
v2v/utils.ml | 51 +++++++++++++++++++++++++++++++--------------------
v2v/utils.mli | 7 +++----
3 files changed, 36 insertions(+), 27 deletions(-)
diff --git a/v2v/input_ova.ml b/v2v/input_ova.ml
index 3c11cd0..3beaffc 100644
--- a/v2v/input_ova.ml...
2018 Dec 26
2
avoiding PCI bus 8 / using PCI function / virt-install
I’m using virt-install to spin up VMs. At times I have a need to spin up
VMs which have 100s of interfaces. I ran into the PCI issue mentioned in
this previous thread based on how virt-install assigns PCI addresses to
interfaces:
https://www.redhat.com/archives/libvirt-users/2018-December/msg00064.html
Using the info mention there I was able to part hand / part sw re-write an
XML where I would remove PCI bus references above the value of 8 and
re-address the per interface PCI info to use the function field (I don’t
need hot pluggable).
But the process I’ve built is brittle.
Wondering...
2017 Feb 06
2
[PATCH v2] v2v: ova: Don't rely on qemu-img version, test "offset"
v1 -> v2:
- Use 'qemu-img info' which avoids one of the temporary files
(thanks Tomáš).
- Add a unit test.
Unfortunately when I run 'make -C v2v check' I don't think this code
is being run at all, so there may be something else going on here
which I don't understand.
Rich.
2011 Feb 26
3
hivex: some issues (key encoding, ...) and suggested fixes
Hi,
libhivex seems to do a great job at parsing hives most of the time, but
there are some issues with a few registry keys.
These can be worked around in the application that uses libhivex, but I
think it'd be better if libhivex handled these itself.
1. UTF16 string in REG_SZ that has garbage after the \0\0
There is code in hivex.c to handle this already but I think it has a typo:
/*