From: Gregory Haskins Date: Mon, 1 Jun 2009 16:54:56 +0000 (-0400) Subject: KVM: do not register i8254 PIO regions until we are initialized X-Git-Tag: v2.6.32-rc1~693^2~177 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b66ac1ae3328177305a2600eb85b7446f41fdc9;p=pandora-kernel.git KVM: do not register i8254 PIO regions until we are initialized We currently publish the i8254 resources to the pio_bus before the devices are fully initialized. Since we hold the pit_lock, its probably not a real issue. But lets clean this up anyway. Reported-by: Avi Kivity Signed-off-by: Gregory Haskins Acked-by: Chris Wright Signed-off-by: Avi Kivity --- Reading git-diff-tree failed