OSDN Git Service

pci: Change error_report to assert(3)
authorBen Widawsky <ben.widawsky@intel.com>
Thu, 15 Oct 2020 18:14:10 +0000 (11:14 -0700)
committerMichael S. Tsirkin <mst@redhat.com>
Fri, 30 Oct 2020 10:48:53 +0000 (06:48 -0400)
commit2c729dc8ceaab88f213c7724de0fa181ffc7f078
tree8946ba3e99c08e2aae74e25858fca3cca5f57940
parent4c70875372b821b045e84f462466a5c04b091ef5
pci: Change error_report to assert(3)

Asserts are used for developer bugs. As registering a bar of the wrong
size is not something that should be possible for a user to achieve,
this is a developer bug.

While here, use the more obvious helper function.

Signed-off-by: Ben Widawsky <ben.widawsky@intel.com>
Message-Id: <20201015181411.89104-1-ben.widawsky@intel.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
hw/pci/pci.c