summary refs log tree commit diff stats
path: root/cpu-all.h
diff options
context:
space:
mode:
authorAvi Kivity <avi@redhat.com>2011-12-27 16:02:16 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2011-12-27 09:28:58 -0600
commit8d3bc5178fbc06cdd89c064ae8f44e77c503e91e (patch)
tree5a636844be70c13422856569e90f9e487141a5c5 /cpu-all.h
parent4e1ea514f9b9f07358b84554dc3d35f533ec3971 (diff)
downloadfocaccia-qemu-8d3bc5178fbc06cdd89c064ae8f44e77c503e91e.tar.gz
focaccia-qemu-8d3bc5178fbc06cdd89c064ae8f44e77c503e91e.zip
Fix qapi code generation wrt parallel build
Make's multiple output syntax

  x.c x.h: x.template
       gen < x.template

actually invokes the command once for x.c and once for x.h (with differing $@
in each invocation).  During a parallel build, the two commands may be invoked
in parallel; this opens up a race, where the second invocation trashes a file
supposedly produced during the first, and now in use by a dependent command.

The various qapi code generators are susceptible to this; fix by making them
generate just one file per invocation.

Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'cpu-all.h')
0 files changed, 0 insertions, 0 deletions