Re: [Qemu-devel] [PATCH v3 06/38] monitor: no need to remove desc before replacing it

2018-03-26 Thread Eric Blake
On 03/26/2018 10:08 AM, Marc-André Lureau wrote: The following qdict_put() line does replace the value, as the documentation says. Signed-off-by: Marc-André Lureau --- monitor.c | 1 - 1 file changed, 1 deletion(-) This patch is unneeded once Peter's change lands: https://lists.gnu.org/arc

[Qemu-devel] [PATCH v3 06/38] monitor: no need to remove desc before replacing it

2018-03-26 Thread Marc-André Lureau
The following qdict_put() line does replace the value, as the documentation says. Signed-off-by: Marc-André Lureau --- monitor.c | 1 - 1 file changed, 1 deletion(-) diff --git a/monitor.c b/monitor.c index a8dcfa283e..5889a32231 100644 --- a/monitor.c +++ b/monitor.c @@ -3930,7 +3930,6 @@ stat