Il 02/05/2012 13:38, Michael S. Tsirkin ha scritto: > On Wed, May 02, 2012 at 01:31:04PM +0200, Paolo Bonzini wrote: >> This was erroneously dropped in d6c730086cbf24382eb8cff25551798769edfd84. >> >> Cc: Michael S. Tsirkin <m...@redhat.com> >> Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > > Yes I think it's a mistake, however we had: > - },{ > - .driver = "PCI", > - .property = "rombar", > - .value = stringify(0), > - },{ > > and not TYPE_PCI_DEVICE.
PCI->TYPE_PCI_DEVICE is required by earlier patches in the series. Paolo