tools/libacpi: Drop useless print messages
authorAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 15 Mar 2018 11:56:40 +0000 (11:56 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 15 Mar 2018 17:40:41 +0000 (17:40 +0000)
commit6227a40f67adf535c1b7fcd9b95f7c42c0bb4ed9
tree196aeada1c453499e8d3500112b59a85ad9f1cfc
parentcf74a3dbf95fc5d3b1b17df1c302ed525720c9c8
tools/libacpi: Drop useless print messages

Libraries have no buisness using stdout directly, and these have no real
value.  Dropping them removes the following output when building a PVH guest:

  [root@fusebot ~]# xl create shim.cfg
  Parsing config from shim.cfg
  S3 disabled
  S4 disabled
  CONV disabled
  [root@fusebot ~]#

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
tools/libacpi/build.c