]> git.proxmox.com Git - mirror_qemu.git/commit
ppc440_pcix: Change some error_report to qemu_log_mask(LOG_UNIMP, ...)
authorBALATON Zoltan <balaton@eik.bme.hu>
Tue, 13 Mar 2018 11:26:56 +0000 (12:26 +0100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Sun, 18 Mar 2018 07:27:23 +0000 (18:27 +1100)
commit21a5a442aef89d617fc8e41d4d35f6aee535b8b2
treef74b45c6011c3013373e5649ec502f0ca74b4c4e
parent3c3a4e7afa742320412063f324b417f653e549cd
ppc440_pcix: Change some error_report to qemu_log_mask(LOG_UNIMP, ...)

Using log unimp is more appropriate for these messages and this also
silences them by default so they won't clobber make check output when
tests are added for this board.

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/ppc440_pcix.c