[libvirt] [PATCH] hypervisor: Restore pm initialization

2013-02-11 Thread John Ferlan
Adjustment for 'c059cdeaf' due to older compiler complaint about pm not being initialized even though the j7 == 0 does the trick. --- src/xen/xen_hypervisor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xen/xen_hypervisor.c b/src/xen/xen_hypervisor.c index

Re: [libvirt] [PATCH] hypervisor: Restore pm initialization

2013-02-11 Thread Osier Yang
On 2013年02月12日 00:03, John Ferlan wrote: Adjustment for 'c059cdeaf' due to older compiler complaint about pm not being initialized even though the j7 == 0 does the trick. --- src/xen/xen_hypervisor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xen/xen_hypervisor.c

Re: [libvirt] [PATCH] hypervisor: Restore pm initialization

2013-02-11 Thread Osier Yang
On 2013年02月12日 00:27, Osier Yang wrote: On 2013年02月12日 00:03, John Ferlan wrote: Adjustment for 'c059cdeaf' due to older compiler complaint about pm not being initialized even though the j7 == 0 does the trick. --- src/xen/xen_hypervisor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)