search for: cpu_topolog

Displaying 16 results from an estimated 16 matches for "cpu_topolog".

Did you mean: cpu_topology
2018 Apr 20
1
[PATCH] v2v: rework handling of CPU topology
...8 +48,7 @@ let create_libvirt_xml ?pool source target_buses guestcaps ]; if source.s_cpu_vendor <> None || source.s_cpu_model <> None || - source.s_cpu_sockets <> None || source.s_cpu_cores <> None || - source.s_cpu_threads <> None then ( + source.s_cpu_topology <> None then ( let cpu = ref [] in (match source.s_cpu_vendor with @@ -62,22 +61,15 @@ let create_libvirt_xml ?pool source target_buses guestcaps | Some model -> List.push_back cpu (e "model" ["fallback", "allow"] [PCData model])...
2019 Apr 08
1
[PATCH] v2v: start reading the new libvirt firmware autoselect
...gt; UEFI + | None | Some _ -> UnknownFirmware in + (* Check for hostdev devices. (RHBZ#1472719) *) let () = let obj = Xml.xpath_eval_expression xpathctx "/domain/devices/hostdev" in @@ -502,7 +509,7 @@ let parse_libvirt_xml ?conn xml = s_cpu_model = cpu_model; s_cpu_topology = cpu_topology; s_features = features; - s_firmware = UnknownFirmware; (* XXX until RHBZ#1217444 is fixed *) + s_firmware = firmware; s_display = display; s_video = video; s_sound = sound; -- 2.20.1
2013 Sep 30
3
Re: (Xen + libvirt) Installing and workin with xen -4.2.1 and libvirt 1.1.2
...: 2 cpu_mhz : 3392 hw_caps : bfebfbff:28100800:00000000:00007f40:77bae3ff:00000000:00000001:00000281 virt_caps : hvm total_memory : 3970 free_memory : 442 sharing_freed_memory : 0 sharing_used_memory : 0 free_cpus : 0 cpu_topology : cpu: core socket node 0: 0 0 0 1: 0 0 0 2: 1 0 0 3: 1 0 0 4: 2 0 0 5: 2 0 0 6: 3 0 0 7: 3 0 0 numa_i...
2013 Sep 30
6
Re: (Xen + libvirt) Installing and workin with xen -4.2.1 and libvirt 1.1.2
...100800:00000000:00007f40:77bae3ff:00000000:00000001:00000281 > > virt_caps : hvm > > total_memory : 3970 > > free_memory : 442 > > sharing_freed_memory : 0 > > sharing_used_memory : 0 > > free_cpus : 0 > > cpu_topology : > > cpu: core socket node > > 0: 0 0 0 > > 1: 0 0 0 > > 2: 1 0 0 > > 3: 1 0 0 > > 4: 2 0 0 > > 5: 2 0...
2013 Sep 30
2
Re: (Xen + libvirt) Installing and workin with xen -4.2.1 and libvirt 1.1.2
...s : > bfebfbff:28100800:00000000:00007f40:77bae3ff:00000000:00000001:00000281 > virt_caps : hvm > total_memory : 3970 > free_memory : 442 > sharing_freed_memory : 0 > sharing_used_memory : 0 > free_cpus : 0 > cpu_topology : > cpu: core socket node > 0: 0 0 0 > 1: 0 0 0 > 2: 1 0 0 > 3: 1 0 0 > 4: 2 0 0 > 5: 2 0 0 > 6: 3 0...
2013 Sep 27
5
(Xen + libvirt) Installing and workin with xen -4.2.1 and libvirt 1.1.2
hi i want to install libvirt-1.1.2 in xen -4.2.1. i installed int he following manner: 1. downloaded source from libvirt/org (libvirt-1.1.2) 2. untarred & run ./configure --with-xen=yes --with-libxl=yes 3. then make and make install. i also enabled the (xend-unix-server yes) in xend config file. i run libvirtd -v and getting the followning error: root@boss[libexec]#libvirtd -v
2013 Sep 27
5
(Xen + libvirt) Installing and workin with xen -4.2.1 and libvirt 1.1.2
hi i want to install libvirt-1.1.2 in xen -4.2.1. i installed int he following manner: 1. downloaded source from libvirt/org (libvirt-1.1.2) 2. untarred & run ./configure --with-xen=yes --with-libxl=yes 3. then make and make install. i also enabled the (xend-unix-server yes) in xend config file. i run libvirtd -v and getting the followning error: root@boss[libexec]#libvirtd -v
2013 Oct 01
1
Re: (Xen + libvirt) Installing and workin with xen -4.2.1 and libvirt 1.1.2
...ae3ff:00000000:00000001:00000281 >> > virt_caps : hvm >> > total_memory : 3970 >> > free_memory : 442 >> > sharing_freed_memory : 0 >> > sharing_used_memory : 0 >> > free_cpus : 0 >> > cpu_topology : >> > cpu: core socket node >> > 0: 0 0 0 >> > 1: 0 0 0 >> > 2: 1 0 0 >> > 3: 1 0 0 >> > 4: 2 0 0 >> >...
2013 Oct 04
7
Re: (Xen + libvirt) Installing and workin with xen -4.2.1 and libvirt 1.1.2
...0281 > > virt_caps : hvm > > total_memory : 3970 > > free_memory : 442 > > sharing_freed_memory : 0 > > sharing_used_memory : 0 > > free_cpus : 0 > > cpu_topology : > > cpu: core socket node > > 0: 0 0 0 > > 1: 0 0 0 > > 2: 1 0 0 > > 3: 1 0 0 > > 4: 2 0...
2013 Sep 27
1
Re: (Xen + libvirt) Installing and workin with xen -4.2.1 and libvirt 1.1.2
On ven, 2013-09-27 at 12:56 +0530, cooldharma06 wrote: > root@boss[libexec]#libvirtd -v > 2013-09-27 07:24:46.501+0000: 29517: info : libvirt version: 1.1.2 > 2013-09-27 07:24:46.501+0000: 29517: error : libxlCapsInitHost:86 : > internal error: Failed to get node physical info from libxenlight > 2013-09-27 07:24:46.501+0000: 29517: error : > libxlStateInitialize:1362 : cannot
2013 Sep 27
1
Re: [libvirt-users] (Xen + libvirt) Installing and workin with xen -4.2.1 and libvirt 1.1.2
On ven, 2013-09-27 at 12:56 +0530, cooldharma06 wrote: > root@boss[libexec]#libvirtd -v > 2013-09-27 07:24:46.501+0000: 29517: info : libvirt version: 1.1.2 > 2013-09-27 07:24:46.501+0000: 29517: error : libxlCapsInitHost:86 : > internal error: Failed to get node physical info from libxenlight > 2013-09-27 07:24:46.501+0000: 29517: error : > libxlStateInitialize:1362 : cannot
2018 Apr 25
9
[PATCH v2 0/9] v2v: -i ova: Handle OVAs containing snapshots.
https://bugzilla.redhat.com/show_bug.cgi?id=1570407 This turned into quite an in-depth refactoring of how we handle OVAs. It also fixes a potential security issue. Rich.
2013 Oct 07
2
Re: (Xen + libvirt) Installing and workin with xen -4.2.1 and libvirt 1.1.2
...t;> > > total_memory : 3970 >> > > free_memory : 442 >> > > sharing_freed_memory : 0 >> > > sharing_used_memory : 0 >> > > free_cpus : 0 >> > > cpu_topology : >> > > cpu: core socket node >> > > 0: 0 0 0 >> > > 1: 0 0 0 >> > > 2: 1 0 0 >> > > 3: 1 0...
2013 Oct 05
3
Re: (Xen + libvirt) Installing and workin with xen -4.2.1 and libvirt 1.1.2
...ps : hvm > > > total_memory : 3970 > > > free_memory : 442 > > > sharing_freed_memory : 0 > > > sharing_used_memory : 0 > > > free_cpus : 0 > > > cpu_topology : > > > cpu: core socket node > > > 0: 0 0 0 > > > 1: 0 0 0 > > > 2: 1 0 0 > > > 3: 1 0 0 > >...
2013 Apr 24
11
Xen 4.1.2 HT disaware (?)
...: 1 cpu_mhz : 2000 hw_caps : bfebfbff:2c100800:00000000:00003f40:17bee3ff:00000000:00000001:00000000 virt_caps : hvm total_memory : 49127 free_memory : 0 sharing_freed_memory : 0 sharing_used_memory : 0 free_cpus : 0 cpu_topology : cpu: core socket node 0: 0 0 0 1: 1 0 0 2: 2 0 0 3: 3 0 0 4: 4 0 0 5: 5 0 0 numa_info : node: memsize memfree distances...
2012 Jul 04
53
[PATCH 00 of 10 v3] Automatic NUMA placement for xl
Hello, Third version of the NUMA placement series Xen 4.2. All the comments received during v2''s review have been addressed (more details in single changelogs). The most notable changes are the following: - the libxl_cpumap --> libxl_bitmap renaming has been rebased on top of the recent patches that allows us to allocate bitmaps of different sizes; - the heuristics for deciding