block: Rename bdrv_mon_event() & BlockMonEventAction
commit329c0a48a92664eb48b70993c0f2473b37aa7429
authorLuiz Capitulino <lcapitulino@redhat.com>
Wed, 25 Jan 2012 18:59:43 +0000 (25 16:59 -0200)
committerLuiz Capitulino <lcapitulino@redhat.com>
Wed, 22 Feb 2012 19:22:35 +0000 (22 17:22 -0200)
treea83a7118cdf500d5eca3ff48fbd338a827ebe585
parent235fe3bfd46b1104575b540d0bc3fdf584030b99
block: Rename bdrv_mon_event() & BlockMonEventAction

They are QMP events, not monitor events. Rename them accordingly.

Also, move bdrv_emit_qmp_error_event() up in the file. A new event will
be added soon and it's good to have them next each other.

Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Acked-by: Kevin Wolf <kwolf@redhat.com>
block.c
block.h
hw/ide/core.c
hw/scsi-disk.c
hw/virtio-blk.c