[libvirt] [PATCH 0/8] cleanup: Use bool type instead of bitfield

2013-04-10 Thread Osier Yang
This changes all the bitfield into bool type in domain_conf.h, except domain-autostart, domain-persistent, and domain-updated, as the public APIs like virDomainIsPersistent returns domain-persistent as integer, they can be changed internally, but not that deserved. Osier Yang (8): Cleanup:

Re: [libvirt] [PATCH 0/8] cleanup: Use bool type instead of bitfield

2013-04-10 Thread Osier Yang
On 11/04/13 09:52, Laine Stump wrote: On 04/10/2013 12:32 PM, Osier Yang wrote: This changes all the bitfield into bool type in domain_conf.h, except domain-autostart, domain-persistent, and domain-updated, as the public APIs like virDomainIsPersistent returns domain-persistent as integer, they