Displaying 3 results from an estimated 3 matches for "msg00170".
Did you mean:
msg00176
2008 Oct 12
3
blue screen: clock interrupt win2008
...er 2008 Std hvm I get always a blue screen
telling me:
''a clock interrupt was not received on a secondary processor within the
allocated time interval''
I googled around and found, that this occured with vista as well:
http://lists.xensource.com/archives/html/xen-changelog/2007-01/msg00170.html
Config is:
+ virt-install --name=win2008ss --ram=4192 --vcpus=4 --hvm --accelerate \
--vnc --bridge=e1000g0 --mac=0:16:3e:5e:fd:9e \
--file=/dev/zvol/dsk/pool1/win2008ss.dsk --os-type=windows \
--os-variant=win2k3 --location=/pool1/isos/win2008_x86.iso
SunOS sol 5.11 snv_98 i86pc i386 i86xp...
2020 Mar 17
0
Re: Go bindings for libnbd
[NB: This is posted to the public libguestfs mailing list]
Fabien,
I just posted a very (very) rough set of patches to the mailing list:
https://www.redhat.com/archives/libguestfs/2020-March/msg00170.html
I think what would help me from here is if there is someone in the
KubeVirt community who could help me with making the golang bindings
more natural. I'm obviously not a regular golang programmer, so I
don't know about what will be a natural way to express certain things.
I could eas...
2011 Sep 29
1
plot.igraph
I am having trouble plotting one of my graphs (think graph theory graph with
edges and vertices, not scatterplots or histograms). For some pairs of
vertices, I want multiple edges to be visible in my graph. As an example of
this, in my script below, I want two edges to be visible from vertex 1 and
vertex 9 (among some others) yet when I plot it, only one edge is visible.