Re: [Qemu-devel] [PATCH v2] pci-assign: Fix error_report of pci-stub message

2013-11-05 Thread Cole Robinson
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

Re: [Qemu-devel] [PATCH v2] pci-assign: Fix error_report of pci-stub message

2013-10-13 Thread Markus Armbruster
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, >