
17 Dec
2009
17 Dec
'09
12:30 p.m.
...
diff --git a/src/vbox/vbox_tmpl.c b/src/vbox/vbox_tmpl.c index d6b681c..bede574 100644 --- a/src/vbox/vbox_tmpl.c +++ b/src/vbox/vbox_tmpl.c @@ -7049,6 +7049,7 @@ virDriver NAME(Driver) = { vboxIsSecure, vboxDomainIsActive, vboxDomainIsPersistent, + NULL, /* cpuCompare */ };
virNetworkDriver NAME(NetworkDriver) = {
This one needs to be merged with patch 4, otherwise you can't compile the intermediate steps.
OK. I guess api_extension.html needs updating then. It suggests this kind of patch separation...
Also need to add Xen, Phyp & OpenNebula drivers to it.
Ah. My bad, I completely forgot about them as they were not compiled when I was testing this patchset. Jirka