All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] doc: fix qmp event type
@ 2015-05-11 15:17 Michael S. Tsirkin
  2015-05-11 15:49 ` Eric Blake
  0 siblings, 1 reply; 3+ messages in thread
From: Michael S. Tsirkin @ 2015-05-11 15:17 UTC (permalink / raw)
  To: qemu-devel
  Cc: Zhu Guihua, Wenchao Xia, Markus Armbruster, Luiz Capitulino,
	Paolo Bonzini

Even name for hot unplug errors was wrong.
Make doc match code.

Cc: Zhu Guihua <zhugh.fnst@cn.fujitsu.com>
Reported-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
---
 docs/qmp/qmp-events.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/qmp/qmp-events.txt b/docs/qmp/qmp-events.txt
index 3be468f..a85c717 100644
--- a/docs/qmp/qmp-events.txt
+++ b/docs/qmp/qmp-events.txt
@@ -226,7 +226,7 @@ Example:
 { "event": "GUEST_PANICKED",
      "data": { "action": "pause" } }
 
-MEM_HOT_UNPLUG_ERROR
+MEM_UNPLUG_ERROR
 --------------------
 Emitted when memory hot unplug error occurs.
 
@@ -237,7 +237,7 @@ Data:
 
 Example:
 
-{ "event": "MEM_HOT_UNPLUG_ERROR"
+{ "event": "MEM_UNPLUG_ERROR"
   "data": { "device": "dimm1",
             "msg": "acpi: device unplug for unsupported device"
   },
-- 
MST

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH] doc: fix qmp event type
  2015-05-11 15:17 [Qemu-devel] [PATCH] doc: fix qmp event type Michael S. Tsirkin
@ 2015-05-11 15:49 ` Eric Blake
  2015-05-12 15:38   ` Markus Armbruster
  0 siblings, 1 reply; 3+ messages in thread
From: Eric Blake @ 2015-05-11 15:49 UTC (permalink / raw)
  To: Michael S. Tsirkin, qemu-devel
  Cc: Paolo Bonzini, Zhu Guihua, Wenchao Xia, Markus Armbruster,
	Luiz Capitulino

[-- Attachment #1: Type: text/plain, Size: 547 bytes --]

On 05/11/2015 09:17 AM, Michael S. Tsirkin wrote:
> Even name for hot unplug errors was wrong.

s/Even/Event/ ?

> Make doc match code.
> 
> Cc: Zhu Guihua <zhugh.fnst@cn.fujitsu.com>
> Reported-by: Eric Blake <eblake@redhat.com>
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
> ---
>  docs/qmp/qmp-events.txt | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Eric Blake <eblake@redhat.com>

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 604 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH] doc: fix qmp event type
  2015-05-11 15:49 ` Eric Blake
@ 2015-05-12 15:38   ` Markus Armbruster
  0 siblings, 0 replies; 3+ messages in thread
From: Markus Armbruster @ 2015-05-12 15:38 UTC (permalink / raw)
  To: Eric Blake
  Cc: Zhu Guihua, Wenchao Xia, Michael S. Tsirkin, qemu-devel,
	Luiz Capitulino, Paolo Bonzini

Eric Blake <eblake@redhat.com> writes:

> On 05/11/2015 09:17 AM, Michael S. Tsirkin wrote:
>> Even name for hot unplug errors was wrong.
>
> s/Even/Event/ ?
>
>> Make doc match code.
>> 
>> Cc: Zhu Guihua <zhugh.fnst@cn.fujitsu.com>
>> Reported-by: Eric Blake <eblake@redhat.com>
>> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
>> ---
>>  docs/qmp/qmp-events.txt | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> Reviewed-by: Eric Blake <eblake@redhat.com>

Applied to my qapi-next branch with the commit message touched up,
thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-05-12 15:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-11 15:17 [Qemu-devel] [PATCH] doc: fix qmp event type Michael S. Tsirkin
2015-05-11 15:49 ` Eric Blake
2015-05-12 15:38   ` Markus Armbruster

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.