commit | 6b66ac1ae3328177305a2600eb85b7446f41fdc9 | [log] [tgz] |
---|---|---|
author | Gregory Haskins <ghaskins@novell.com> | Mon Jun 01 12:54:56 2009 -0400 |
committer | Avi Kivity <avi@redhat.com> | Thu Sep 10 08:32:45 2009 +0300 |
tree | 6b61633cf186000dcde663f83b1358ed0ef0d440 | |
parent | d76685c4a074041ed168e0b04dd604c3df5dcaa5 [diff] |
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 <avi@redhat.com> Signed-off-by: Gregory Haskins <ghaskins@novell.com> Acked-by: Chris Wright <chrisw@sous-sol.org> Signed-off-by: Avi Kivity <avi@redhat.com>