From: Gregory Haskins Date: Tue, 7 Jul 2009 21:08:44 +0000 (-0400) Subject: KVM: make io_bus interface more robust X-Git-Tag: v2.6.32-rc1~693^2~86 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=090b7aff27120cdae76a346a70db394844fea598;p=pandora-kernel.git KVM: make io_bus interface more robust Today kvm_io_bus_regsiter_dev() returns void and will internally BUG_ON if it fails. We want to create dynamic MMIO/PIO entries driven from userspace later in the series, so we need to enhance the code to be more robust with the following changes: 1) Add a return value to the registration function 2) Fix up all the callsites to check the return code, handle any failures, and percolate the error up to the caller. 3) Add an unregister function that collapses holes in the array Signed-off-by: Gregory Haskins Acked-by: Michael S. Tsirkin Signed-off-by: Avi Kivity --- Reading git-diff-tree failed