cc-ing qemu-trivial since this hasn't been picked up yet AFAICT.
- Cole
On 10/11/2013 11:52 AM, Cole Robinson wrote:
> Using multiple calls to error_report here means every line is
> prefaced with the (potentially long) pci-assign command line
> arguments.
>
> Use a single error_printf to preser
Cole Robinson writes:
> Using multiple calls to error_report here means every line is
> prefaced with the (potentially long) pci-assign command line
> arguments.
>
> Use a single error_printf to preserve the intended formatting.
> Since this code path is always preceded by an error_report call,
>