qemu-e2k/hw/net/can
Robert Foley fc59d2d870 qemu_log_lock/unlock now preserves the qemu_logfile handle.
qemu_log_lock() now returns a handle and qemu_log_unlock() receives a
handle to unlock.  This allows for changing the handle during logging
and ensures the lock() and unlock() are for the same file.

Also in target/tilegx/translate.c removed the qemu_log_lock()/unlock()
calls (and the log("\n")), since the translator can longjmp out of the
loop if it attempts to translate an instruction in an inaccessible page.

Signed-off-by: Robert Foley <robert.foley@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20191118211528.3221-5-robert.foley@linaro.org>
2019-12-18 20:18:02 +00:00
..
Makefile.objs hw/net/can: MIOe-3680 PCI (dual SJA1000 channel) emulation 2018-02-13 11:44:13 +01:00
can_kvaser_pci.c Include hw/qdev-properties.h less 2019-08-16 13:31:53 +02:00
can_mioe3680_pci.c Include hw/qdev-properties.h less 2019-08-16 13:31:53 +02:00
can_pcm3680_pci.c Include hw/qdev-properties.h less 2019-08-16 13:31:53 +02:00
can_sja1000.c qemu_log_lock/unlock now preserves the qemu_logfile handle. 2019-12-18 20:18:02 +00:00
can_sja1000.h Include exec/memory.h slightly less 2019-08-16 13:31:52 +02:00