qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] Fix exit on 'pci_add' Monitor command


From: Markus Armbruster
Subject: Re: [Qemu-devel] [PATCH] Fix exit on 'pci_add' Monitor command
Date: Fri, 25 Sep 2009 03:51:42 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (gnu/linux)

Mark McLoughlin <address@hidden> writes:

> On Thu, 2009-09-24 at 20:12 +0200, Markus Armbruster wrote:
>> My major complaint is that I'd rather see the code cleaned up there.
>> It's perfectly fine for code that can run only during startup to
>> terminate the program on configuration error.  Code to be used after
>> startup (used from monitor, in particular) must not do that.  Instead,
>> it should return failure up the call chain, until we reach either
>> startup code or monitor code, where the policy how to handle the error
>> resides.
>
> Agree, I'd like to see it cleaned up.
>
> However, Luiz's patch fixes the most serious side effect without a major
> re-factoring, so I'd like to see that go in first (and stable-0.11) and
> do the re-factoring later.

Certainly fine with me if my cleanup is deemed to invasive for stable.




reply via email to

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