]> git.proxmox.com Git - qemu.git/commit
device tree: dont fail operations
authorAlexander Graf <agraf@suse.de>
Sat, 23 Jul 2011 08:52:00 +0000 (10:52 +0200)
committerAlexander Graf <agraf@suse.de>
Thu, 6 Oct 2011 07:48:00 +0000 (09:48 +0200)
commitccbcfedd17fd2d13521fcee66810d0df464ec1cc
tree371c7e041efb479b49042ad7058f788652a4adcc
parent80ad781643b68c91316687051965e12021abeab6
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>
device_tree.c