]> git.proxmox.com Git - qemu.git/commit
Monitor: Report more than one error in handlers
authorLuiz Capitulino <lcapitulino@redhat.com>
Thu, 11 Feb 2010 01:50:07 +0000 (23:50 -0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 19 Feb 2010 21:18:18 +0000 (15:18 -0600)
commit068b332a6517b082b67b50f62f38f1952329d201
tree13a635e3a938b0f4f3740db52d12f9a46820bb17
parent10e4f606ec5584ea20234d2e12b66a702f8b5956
Monitor: Report more than one error in handlers

Handlers can generate only one error in a call, we let the
programmer know if they brake this rule and clients will only
get the first generated error.

Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
monitor.c