Changelog for powerpc-utils-papr 1.1.6
======================================
o drmgr
    - Added error recovery support.

Changelog for powerpc-utils-papr-1.1.5
======================================
o drmgr
    - Corrected bugs to prevent buffer overflows.
    - Corrected return code for PHB queries.

o amsvis
    - Added new amsvis command

Changelog for powerpc-utils-papr-1.1.4
======================================
o drmgr
    - Updates for memory add failure recovery.
    - Use linux,phandle for memory add when ibm,phandle is not available.
    - Remove use of sysfs_hp_path variabl in determining if there are hotplug
      chiildren of a slot being dlpar removed.

Changelog for powerpc-utils-papr-1.1.3
======================================
o drmgr
    - Corrected string length calculation in of_to_full_path()
    - Removed call to release_lmb() during recovery of memory add.  In certain
      cases this can leead to an oops becasue we try to remove non-existant
      lmbs.
 
Changelog for powerpc-utils-papr-1.1.2
=======================================
o drmgr
    - Updated for libservicelog-1.0.  There are a few API changes in the
      latest libservicelog, and the drmgr code has dropped the dlopen()
      of libservicelog and links directly with it.

Changelog for powerpc-utils-papr-1.1.0
=======================================
o drmgr
    - Add support for hotplug memory remove.
    - Update drmgr memory device tree parsing for
      ibm,dynamic-reconfiguration-memory.
    - Log migrations events to servicelog.
    - Make address storage 64-bits.
    - Validate streamid for partition mobility before using.
    - Add --capabilities option to print systems current dlpar capabilities.
    - Only parse device tree when needed in cpu dlpar operations.
    - Add support for memory entitlement/weight updates.
    - remove unneeded signal handler and signal masking code.
    - Check get_property() return codes for HEA and pci DLPAR.
    - Correct logic when looking for cpu thread to offline.
    - Use the O_CREAT flag when opening /var/log/drmgr.
    - Add routine to update properties of the device tree.
    - Update cpu_dlpar_capable() to only look at cpu* directories.
    - Add get_drc_by_index() search routine.
    - Validate pci slots before attempting to remove them.
    - Handle quoted sysfs file names add_slot and remove_slot in some broken
      kernels.
    - Do not siliently fail slot adds if device is already in the device tree.
    - Remove unused last_lmb variable.
    - Support Memory add on new hardware and older kernels.  Involves munging
      the device tree to add memory@XXX nodes.
    - Update usage messages.
    - Fix up memory sections of an lmb when the lmb fails to be removed.
    - Always write debug output to /var/log/drmgr.
    - Log multiple invocations of drmgr to /var/log/drmgr.
    - Convert #define'ed functions to static inlines.

o lsslot
    - Add lsslot -c mem option to display mem lmbs/sections and their
      removability.


o sys_ident
    - Increase buffer size to get-system-parameter RTAS calls; new requirement
      is 4K + 2 bytes.

o update_flash
    - Add -s option for determining whether flash image management is
      supported.

