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

Osier Yang jyang at redhat.com
Fri Apr 12 09:21:01 UTC 2013


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(-)

-- 
1.8.1.4




More information about the libvir-list mailing list