doc: fix qmp event type
Event 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> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
		
							parent
							
								
									58f88d4b7e
								
							
						
					
					
						commit
						777abdfe7b
					
				| 
						 | 
				
			
			@ -232,7 +232,7 @@ Example:
 | 
			
		|||
{ "event": "GUEST_PANICKED",
 | 
			
		||||
     "data": { "action": "pause" } }
 | 
			
		||||
 | 
			
		||||
MEM_HOT_UNPLUG_ERROR
 | 
			
		||||
MEM_UNPLUG_ERROR
 | 
			
		||||
--------------------
 | 
			
		||||
Emitted when memory hot unplug error occurs.
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -243,7 +243,7 @@ Data:
 | 
			
		|||
 | 
			
		||||
Example:
 | 
			
		||||
 | 
			
		||||
{ "event": "MEM_HOT_UNPLUG_ERROR"
 | 
			
		||||
{ "event": "MEM_UNPLUG_ERROR"
 | 
			
		||||
  "data": { "device": "dimm1",
 | 
			
		||||
            "msg": "acpi: device unplug for unsupported device"
 | 
			
		||||
  },
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue