commit | c9f709d2e7d9dcc6e6ecbee8d499b4b14b11320b | [log] [tgz] |
---|---|---|
author | David Gibson <david@gibson.dropbear.id.au> | Tue Aug 07 16:10:31 2012 +0000 |
committer | Alexander Graf <agraf@suse.de> | Wed Aug 15 19:43:15 2012 +0200 |
tree | dc83d7eacb5ffd2c7c6c7e324034759957ba429a | |
parent | 03332579b81ef7f2b0fcb41e45f7764a5bfc1ea4 [diff] |
pseries: Remove extraneous prints The pseries machine prints several messages to stderr whenever it starts up and another whenever the vm is reset. It's not normal for qemu machines to do this though, so this patch removes them. We can put them back conditional on a DEBUG symbol if we really need them in future. Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Alexander Graf <agraf@suse.de>