mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
qemu-log: cleanup
Don't use global variables directly but via accessor functions. Rename globals. Convert macros to functions, add GCC format attributes. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
5726c27fa9
commit
eeacee4d86
8 changed files with 166 additions and 111 deletions
|
@ -24,8 +24,6 @@
|
|||
|
||||
#include <sys/time.h>
|
||||
|
||||
FILE *logfile;
|
||||
|
||||
struct QEMUBH
|
||||
{
|
||||
QEMUBHFunc *cb;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue