qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] trivial: fix comment around qdev_init_nofail()


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH] trivial: fix comment around qdev_init_nofail()
Date: Wed, 6 Apr 2011 21:42:09 +0100

On Wed, Apr 6, 2011 at 2:51 PM, Michael Tokarev <address@hidden> wrote:
> Resending (previous attempt was at Wed, 30 Mar 2011).
>
> In previous life qdev_init_nofail() used to call hw_error() which
> did register dump and other scary things.  Now it calls
> error_report() and does a regular exit(1).  Fix the comment
> to match reality.
>
> Signed-off-by: Michael Tokarev <address@hidden>
> ---
>  hw/qdev.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Merged into my trivial-patches tree:
http://repo.or.cz/w/qemu/stefanha.git/shortlog/refs/heads/trivial-patches

I will send a pull request so this can be merged into qemu.git.

The trivial patches tree is a new thing that was proposed recently so
here's the background.  The idea is to collect small patches that are
easy to review and apply.  A single pull request is then sent which a
qemu.git maintainer will apply.  This should prevent patches slipping
through the cracks and lingering on the mailing list.

The trivial patches team was announced in yesterdays community call minutes:
http://www.mail-archive.com/address@hidden/msg51601.html

If you want to know more:
http://wiki.qemu.org/Contribute/TrivialPatches

Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]