commit | ccbcfedd17fd2d13521fcee66810d0df464ec1cc | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Sat Jul 23 10:52:00 2011 +0200 |
committer | Alexander Graf <agraf@suse.de> | Thu Oct 06 09:48:00 2011 +0200 |
tree | 371c7e041efb479b49042ad7058f788652a4adcc | |
parent | 80ad781643b68c91316687051965e12021abeab6 [diff] |
device tree: dont fail operations When we screw up and issue an FDT command that doesn't work, we really need to know immediately and usually can't continue to create the machine. To make sure we don't need to add error checking in all device tree modification code users, we can just add the fail checks to the qemu abstract functions. Signed-off-by: Alexander Graf <agraf@suse.de>