[libvirt] [PATCH 0/5] Const correctnes/random fixes

Peter Krempa pkrempa at redhat.com
Thu Jan 22 10:53:35 UTC 2015


Few fixes/tweaks that have accumulated in my memory hotplug branch. They should
be trivial enough and semantically inert.

Peter Krempa (5):
  conf: Fix comment mentioning actual type of @multi member of
    virDevicePCIAddress
  qemu: command: Honor const-correctnes in qemuBuildNumaArgStr
  util: json: Make argument of virJSONValueArraySize const
  schemas: Move definition of 'hexuint' to basictypes
  util: bitmap: Tolerate NULL bitmaps in virBitmapEqual

 docs/schemas/basictypes.rng | 6 ++++++
 docs/schemas/nodedev.rng    | 6 ------
 src/conf/device_conf.h      | 2 +-
 src/qemu/qemu_command.c     | 2 +-
 src/util/virbitmap.c        | 6 ++++++
 src/util/virbitmap.h        | 3 +--
 src/util/virjson.c          | 2 +-
 src/util/virjson.h          | 2 +-
 8 files changed, 17 insertions(+), 12 deletions(-)

-- 
2.2.1




More information about the libvir-list mailing list