[libvirt] [PATCH 0/4] Fix capitalization of abbreviations

Daniel P. Berrange berrange at redhat.com
Thu Mar 13 12:03:14 UTC 2014


Complete the cleanup of bogus capitalization of Pci/Scsi/Usb 

Daniel P. Berrange (4):
  Replace Scsi with SCSI throughout
  Replace Usb with USB throughout
  Replace Pci with PCI throughout
  Add syntax check to validate capitalization of abbreviations

 cfg.mk                             |  8 +++++
 src/conf/device_conf.c             |  4 +--
 src/conf/device_conf.h             |  6 ++--
 src/conf/domain_conf.c             | 70 +++++++++++++++++++-------------------
 src/conf/domain_conf.h             | 30 ++++++++--------
 src/conf/node_device_conf.c        | 28 +++++++--------
 src/conf/node_device_conf.h        |  2 +-
 src/libvirt_private.syms           | 10 +++---
 src/libxl/libxl_conf.c             |  8 ++---
 src/libxl/libxl_conf.h             |  2 +-
 src/libxl/libxl_driver.c           |  4 +--
 src/lxc/lxc_cgroup.c               |  6 ++--
 src/lxc/lxc_cgroup.h               |  4 +--
 src/lxc/lxc_driver.c               |  6 ++--
 src/lxc/lxc_hostdev.c              |  6 ++--
 src/lxc/lxc_hostdev.h              |  2 +-
 src/lxc/lxc_process.c              |  2 +-
 src/network/bridge_driver.c        |  2 +-
 src/node_device/node_device_udev.c |  4 +--
 src/qemu/qemu_capabilities.c       | 58 +++++++++++++++----------------
 src/qemu/qemu_cgroup.c             | 10 +++---
 src/qemu/qemu_command.c            | 30 ++++++++--------
 src/qemu/qemu_command.h            |  2 +-
 src/qemu/qemu_hostdev.c            |  2 +-
 src/qemu/qemu_hotplug.c            |  2 +-
 src/qemu/qemu_monitor_text.c       | 10 +++---
 src/util/virhostdev.c              |  2 +-
 src/vmx/vmx.c                      |  2 +-
 src/xen/xen_driver.c               | 10 +++---
 tests/virpcimock.c                 | 16 ++++-----
 30 files changed, 178 insertions(+), 170 deletions(-)

-- 
1.8.5.3




More information about the libvir-list mailing list