search for: source_devic

Displaying 5 results from an estimated 5 matches for "source_devic".

Did you mean: source_device
2019 Oct 17
4
Live migrate + change interface name
Is it possible to do a live migrate of a guest, having on the from host a source_device=eth2 and to host a source_dev=eth1?
2019 Oct 21
0
Re: Live migrate + change interface name
On 10/17/19 4:26 PM, Marc Roos wrote: > > Is it possible to do a live migrate of a guest, having on the from host > a source_device=eth2 and to host a source_dev=eth1? What management tool are you using that the syntax is "source_device=eth2"? Are you maybe just paraphrasing your config, and what you actually have is something like this?: <interface type='direct'> <source dev='eth2&...
2015 May 15
0
[PATCH 3/4] ocaml tools: Use global variables to store trace (-x) and verbose (-v) flags.
Don't pass these flags to dozens of functions. --- builder/builder.ml | 47 +++++++++-------- builder/cache.ml | 4 +- builder/cache.mli | 2 +- builder/cmdline.ml | 13 ++--- builder/downloader.ml | 14 +++-- builder/downloader.mli
2015 May 15
5
[PATCH 0/4] Only tell people to use -v -x when reporting bugs if they're not using those flags.
.. and a lot of refactoring. https://bugzilla.redhat.com/show_bug.cgi?id=1167623 Rich.
2015 May 15
6
[PATCH v2 0/4] Only tell people to use -v -x when reporting bugs if they're not using those flags.
https://bugzilla.redhat.com/show_bug.cgi?id=1167623