commit | a87fa35514bcf17aeca97245574e3f735cec9074 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yjwei@cn.fujitsu.com> | Fri Mar 12 12:59:06 2010 +0800 |
committer | Avi Kivity <avi@redhat.com> | Mon May 17 12:15:34 2010 +0300 |
tree | 484645e461ed2b75cb3b08092723883d60b14d23 | |
parent | 600f1ec3761671307935a583c46f17fff0fa9b72 [diff] |
KVM: fix the errno of ioctl KVM_[UN]REGISTER_COALESCED_MMIO failure This patch change the errno of ioctl KVM_[UN]REGISTER_COALESCED_MMIO from -EINVAL to -ENXIO if no coalesced mmio dev exists. Signed-off-by: Wei Yongjun <yjwei@cn.fujitsu.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>