]> git.proxmox.com Git - qemu.git/commit
compiler: support Darwin weak references
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 2 Nov 2012 14:43:20 +0000 (15:43 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 2 Nov 2012 18:07:54 +0000 (13:07 -0500)
commit1f001dc7bc9e435bf231a5b0edcad1c7c2bd6214
tree531f1ce25757189d2ac450a42f8eea75cf50e6fb
parent2a0dfd004d9fae4adf2ccfcb2e3b1a76906b48a0
compiler: support Darwin weak references

Weakrefs only tell you if the symbol was defined elsewhere, so you
need a further check at runtime to pick the default definition
when needed.

This could be automated by the compiler, but it does not do it.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
compiler.h
osdep.c
oslib-win32.c
qemu-sockets.c
qmp.c