mbox

[PULL,0/2] 9p minor cleanup

Message ID 1453473514-20057-1-git-send-email-gkurz@linux.vnet.ibm.com
State New
Headers show

Pull-request

https://github.com/gkurz/qemu.git tags/for-upstream

Message

Greg Kurz Jan. 22, 2016, 2:38 p.m. UTC
Since it is a bit transversal, I prefer to have this merged sooner than
later.

Thanks !

The following changes since commit 911a4efd0caec9a9c65746a8bd78bc4fc212b379:

  seabios: fix submodule (2016-01-22 11:36:29 +0000)

are available in the git repository at:

  https://github.com/gkurz/qemu.git tags/for-upstream

for you to fetch changes up to ea753f3219dbafe50f382e5cfe9539760be54a02:

  fsdev: use error_report() instead of fprintf(stderr) (2016-01-22 15:12:18 +0100)

----------------------------------------------------------------
fprintf to error_report conversion in hw/9pfs and fsdev

----------------------------------------------------------------
Greg Kurz (2):
      9pfs: use error_report() instead of fprintf(stderr)
      fsdev: use error_report() instead of fprintf(stderr)

 fsdev/qemu-fsdev.c  |  7 ++++---
 hw/9pfs/9p-handle.c |  5 +++--
 hw/9pfs/9p-local.c  | 15 ++++++++-------
 hw/9pfs/9p-proxy.c  | 12 ++++++------
 hw/9pfs/9p.c        |  2 +-
 5 files changed, 22 insertions(+), 19 deletions(-)

Comments

Peter Maydell Jan. 22, 2016, 3:06 p.m. UTC | #1
On 22 January 2016 at 14:38, Greg Kurz <gkurz@linux.vnet.ibm.com> wrote:
> Since it is a bit transversal, I prefer to have this merged sooner than
> later.
>
> Thanks !
>
> The following changes since commit 911a4efd0caec9a9c65746a8bd78bc4fc212b379:
>
>   seabios: fix submodule (2016-01-22 11:36:29 +0000)
>
> are available in the git repository at:
>
>   https://github.com/gkurz/qemu.git tags/for-upstream
>
> for you to fetch changes up to ea753f3219dbafe50f382e5cfe9539760be54a02:
>
>   fsdev: use error_report() instead of fprintf(stderr) (2016-01-22 15:12:18 +0100)
>
> ----------------------------------------------------------------
> fprintf to error_report conversion in hw/9pfs and fsdev
>
> ----------------------------------------------------------------
> Greg Kurz (2):
>       9pfs: use error_report() instead of fprintf(stderr)
>       fsdev: use error_report() instead of fprintf(stderr)

Applied, thanks.

-- PMM