Re: [libvirt] xend_internal: Use domain/status for shutdown check

2012-04-10 Thread Stefan Bader
On 10.04.2012 15:33, Cole Robinson wrote: > On 04/10/2012 09:32 AM, Stefan Bader wrote: >> On 10.04.2012 15:22, Cole Robinson wrote: >>> On 04/10/2012 04:46 AM, Stefan Bader wrote: On 04/08/2012 03:08 PM, Cole Robinson wrote: > On 04/02/2012 10:38 AM, Stefan Bader wrote: >> xend_intern

Re: [libvirt] xend_internal: Use domain/status for shutdown check

2012-04-10 Thread Cole Robinson
On 04/10/2012 09:32 AM, Stefan Bader wrote: > On 10.04.2012 15:22, Cole Robinson wrote: >> On 04/10/2012 04:46 AM, Stefan Bader wrote: >>> On 04/08/2012 03:08 PM, Cole Robinson wrote: On 04/02/2012 10:38 AM, Stefan Bader wrote: > xend_internal: Use domain/status for shutdown check > >>

Re: [libvirt] xend_internal: Use domain/status for shutdown check

2012-04-10 Thread Stefan Bader
On 10.04.2012 15:22, Cole Robinson wrote: > On 04/10/2012 04:46 AM, Stefan Bader wrote: >> On 04/08/2012 03:08 PM, Cole Robinson wrote: >>> On 04/02/2012 10:38 AM, Stefan Bader wrote: xend_internal: Use domain/status for shutdown check On newer xend (v3.x and after) there is no state

Re: [libvirt] xend_internal: Use domain/status for shutdown check

2012-04-10 Thread Cole Robinson
On 04/10/2012 04:46 AM, Stefan Bader wrote: > On 04/08/2012 03:08 PM, Cole Robinson wrote: >> On 04/02/2012 10:38 AM, Stefan Bader wrote: >>> xend_internal: Use domain/status for shutdown check >>> >>> On newer xend (v3.x and after) there is no state and domid reported >>> for inactive domains. Whe

Re: [libvirt] xend_internal: Use domain/status for shutdown check

2012-04-10 Thread Stefan Bader
On 04/08/2012 03:08 PM, Cole Robinson wrote: > On 04/02/2012 10:38 AM, Stefan Bader wrote: >> xend_internal: Use domain/status for shutdown check >> >> On newer xend (v3.x and after) there is no state and domid reported >> for inactive domains. When initially creating connections this is >> handled

Re: [libvirt] xend_internal: Use domain/status for shutdown check

2012-04-08 Thread Cole Robinson
On 04/02/2012 10:38 AM, Stefan Bader wrote: > xend_internal: Use domain/status for shutdown check > > On newer xend (v3.x and after) there is no state and domid reported > for inactive domains. When initially creating connections this is > handled in various places by assigning domain->id = -1. >

[libvirt] xend_internal: Use domain/status for shutdown check

2012-04-02 Thread Stefan Bader
xend_internal: Use domain/status for shutdown check On newer xend (v3.x and after) there is no state and domid reported for inactive domains. When initially creating connections this is handled in various places by assigning domain->id = -1. But once an instance has been running, the id is set to

[libvirt] xend_internal: Use domain/status for shutdown check

2012-03-26 Thread Stefan Bader
xend_internal: Use domain/status for shutdown check On newer xend (v3.x and after) there is no state and domid reported for inactive domains. When initially creating connections this is handled in various places by assigning domain->id = -1. But once an instance has been running, the id is set to