commit | c364c974d9ab90e25e7887f516da65d2811ba5e3 | [log] [tgz] |
---|---|---|
author | Blue Swirl <blauwirbel@gmail.com> | Sun Nov 15 14:30:03 2009 +0000 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sun Nov 15 14:30:03 2009 +0000 |
tree | 60f36af6af7556ee70b697fe6932105f158b7192 | |
parent | 3e65aaf5b2a01272fcd71d9b4efa7fe94c9c11af [diff] |
PCI: make duplicate devfn allocation fatal Only two callers of pci_create_simple/pci_register_device bothered to check the return value. Other cases were prone to crashing with spurious NULL pointer dereferences. Make QEMU exit with an error message when devfn is attempted to be duplicated, also applies to case when the bus is full. Remove checks. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>