search for: virttype

Displaying 9 results from an estimated 9 matches for "virttype".

Did you mean: virt_type
2012 Feb 06
1
virt-install: "ERROR Host does not support any virtualization options"
...Mon, 06 Feb 2012 19:57:29 DEBUG Traceback (most recent call last): File "/usr/bin/virt-install-2.7", line 272, in get_virt_type machine=options.machine) File "/usr/lib64/python2.7/site-packages/virtinst/CapabilitiesParser.py", line 732, in guest_lookup {'virttype' : osstr, 'arch' : archstr}) ValueError: Host does not support any virtualization options for arch 'x86_64' hp ~ # virsh --connect qemu:///system Welcome to virsh, the virtualization interactive terminal. Type: 'help' for help with commands 'quit...
2017 Jun 01
3
libvirtd not accepting connections
Hi, Ever since I recently upgraded to Fedora 25, I can't get kvm working. It's worked on this system since initial fedora 20 install. All upgrades were done via yum, then once available, dnf. I do have libvirt-sock in LISTENING state: STREAM LISTENING /var/run/libvirt/libvirt-sock I noticed I also have multiple connections in CONNECTING state: STREAM CONNECTING 0
2017 Jun 02
0
Re: libvirtd not accepting connections
...zed out> > caps = <optimized out> > sec_managers = 0x0 > doi = <optimized out> > model = <optimized out> > lbl = <optimized out> > type = <optimized out> > cfg = 0x7fcd3448cbb0 > virtTypes = {3, 1} > __FUNCTION__ = "virQEMUDriverCreateCapabilities" > __func__ = "virQEMUDriverCreateCapabilities" >#12 0x00007fcd4051fef3 in qemuStateInitialize (privileged=true, >callback=<optimized out>, opaque=<optimized out>) at qemu/qemu_dr...
2017 Jun 02
2
Re: libvirtd not accepting connections
...s = <optimized out> >> sec_managers = 0x0 >> doi = <optimized out> >> model = <optimized out> >> lbl = <optimized out> >> type = <optimized out> >> cfg = 0x7fcd3448cbb0 >> virtTypes = {3, 1} >> __FUNCTION__ = "virQEMUDriverCreateCapabilities" >> __func__ = "virQEMUDriverCreateCapabilities" >> #12 0x00007fcd4051fef3 in qemuStateInitialize (privileged=true, >> callback=<optimized out>, opaque=<optimized out&gt...
2011 Jun 06
0
Release of libvirt-0.9.2
...e to existing functions and structs (Matthias Bolte) - remote generator: Legacy support for hyper to long mappings (Matthias Bolte) - Use common parameter order for remote(De)SerializeTypedParameters (Matthias Bolte) - openvz: Add simple test for openvzReadNetworkConf (Matthias Bolte) - openvz: Set virtType to openvz in openvzLoadDomains (Matthias Bolte) - storage: List directory volumes for dir/fs/netfs pools (Cole Robinson) - tests: Add more complex domain scheme test data (Michal Privoznik) - tests: Test for SPICE compression options (Michal Privoznik) - Ignore backward compatibility macros in apib...
2019 Apr 08
0
[PATCH v4 2/7] common: Bundle the libvirt-ocaml library for use by virt-v2v
...t;ocaml_libvirt_connect_call_auth_default_callback" + let get_auth_default () = + { + credtype = _credtypes_from_auth_default (); + cb = _call_auth_default_callback; + } + + external get_domain_capabilities : ?emulatorbin:string -> ?arch:string -> ?machine:string -> ?virttype:string -> [>`R] t -> string = "ocaml_libvirt_connect_get_domain_capabilities" + + external const : [>`R] t -> ro t = "%identity" +end + +module Virterror = +struct + type code = + | VIR_ERR_OK + | VIR_ERR_INTERNAL_ERROR + | VIR_ERR_NO_MEMORY + | VIR_...
2019 Dec 16
3
[v2v PATCH 0/2] Move libvirt-ocaml copy to v2v repo
libvirt-ocaml is used only by virt-v2v, so move it to this repository, instead of having it around in the common submodule. The removal from common will happen later. Pino Toscano (2): common: Bundle the libvirt-ocaml library for use by virt-v2v build: switch embedded copy of libvirt-ocaml .gitignore | 2 + 3rdparty/libvirt-ocaml/Makefile.am |
2019 May 20
8
[PATCH v5 0/7] v2v: switch to ocaml-libvirt
Hi, this series switches virt-2v to ocaml-libvirt, embedding the latest version of it from git. This way, it is possible to improve the way v2v connects to libvirt for both input, and output modules, and interacts with libvirt (e.g. no more virsh calls needed in virt-v2v). As side effect, virt-v2v now requires libvirt, as keeping it optional would create too much burden. I could not test all
2019 Apr 08
12
[PATCH 43 0/7] v2v: switch to ocaml-libvirt
Hi, this series switches virt-2v to ocaml-libvirt, embedding the latest version of it from git. This way, it is possible to improve the way v2v connects to libvirt for both input, and output modules, and interacts with libvirt (e.g. no more virsh calls needed in virt-v2v). As side effect, virt-v2v now requires libvirt, as keeping it optional would create too much burden. I could not test all