mirror of
https://github.com/mii443/qemu.git
synced 2025-08-28 09:59:34 +00:00
This reverts commit0fc8aec7de
. In commit2dfe5113b1
we split a trace event with a lot of arguments in two, because the UST trace backend has a limit on the number of arguments you can have in a single trace event. Unfortunately we subsequently forgot about this, and in commit0fc8aec7de
we merged the two trace events again, recreating the "UST backend doesn't build" bug. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>