[libvirt] [PATCH 0/4] cleanup: Use bool type instead of bitfield - More

Osier Yang jyang at redhat.com
Sat Apr 13 05:38:07 UTC 2013


On 12/04/13 22:38, Laine Stump wrote:
> On 04/12/2013 05:21 AM, Osier Yang wrote:
>> Which are missed with pattern ": 1" in the previous cleanup series.
>> After these, all the bitfield use under src/conf/ are destroyed, except
>> the ones which are required by the existing APIs.
>>   
>> Osier Yang (4):
>>    cleanup: Change datatype of accel's members to boolean
>>    cleanup: Change datatype of graphic's members to boolean
>>    cleanup: Change datatype of usbdev->allow to boolean
>>    cleanup: Change datatype of net->stp to boolean
>>
>>   src/conf/domain_conf.c           | 44 ++++++++++++++++++++--------------------
>>   src/conf/domain_conf.h           | 20 +++++++++---------
>>   src/conf/network_conf.c          |  2 +-
>>   src/conf/network_conf.h          |  2 +-
>>   src/parallels/parallels_driver.c |  4 ++--
>>   src/qemu/qemu_command.c          |  6 +++---
>>   src/vbox/vbox_tmpl.c             |  6 +++---
>>   src/vmx/vmx.c                    |  4 ++--
>>   src/xenxs/xen_sxpr.c             |  4 ++--
>>   src/xenxs/xen_xm.c               |  2 +-
>>   10 files changed, 47 insertions(+), 47 deletions(-)
>>
> Again mechanical useful cleanup. ACK to the series.
>
Thanks, I pushed it.

Osier




More information about the libvir-list mailing list