]> Git Repo - qemu.git/commit
ivshmem: use error_report
authorAndrew Jones <[email protected]>
Tue, 7 Oct 2014 11:24:02 +0000 (13:24 +0200)
committerPaolo Bonzini <[email protected]>
Fri, 31 Oct 2014 16:02:22 +0000 (17:02 +0100)
commitdbc464d401f989bbca7812b068c3aded1d834f79
tree188ffa08bf8b4ccd62916556be2be414a09a9798
parent3a31cff11203bf62ebafa6d74b1fcf2aba345eed
ivshmem: use error_report

Replace all the fprintf(stderr, ...) calls with error_report.
Also make sure exit() consistently uses the error code 1. A few calls
used -1. While at it cleanup some indentation in the printf argument
lists.

Signed-off-by: Andrew Jones <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
hw/misc/ivshmem.c
This page took 0.022661 seconds and 4 git commands to generate.