summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorRoger Pau Monne <roger.pau@citrix.com>2014-05-23 17:57:47 +0200
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>2014-08-01 15:57:28 +0000
commit74bc41511af5c389cd9f37956bd6e7fd7de35c49 (patch)
tree3ac3141be2dad8be31e92eb75dce281cdd5a314f /net
parent541bbb07eb197a870661ed702ae1f15c7d46aea6 (diff)
downloadqemu-74bc41511af5c389cd9f37956bd6e7fd7de35c49.tar.gz
xen: fix usage of ENODATA
ENODATA doesn't exist on FreeBSD, so ENODATA errors returned by the hypervisor are translated to ENOENT. Also, the error code is returned in errno if the call returns -1, so compare the error code with the value in errno instead of the value returned by the function. Signed-off-by: Roger Pau Monné <roger.pau@citrix.com> Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Cc: xen-devel@lists.xenproject.org Cc: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Cc: Anthony Perard <anthony.perard@citrix.com>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions