Skip to content

Commit

Permalink
Restore entry buffer size var.
Browse files Browse the repository at this point in the history
  • Loading branch information
qwattash committed Mar 31, 2023
1 parent 1d91718 commit d83469d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions accel/tcg/log_instr.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,14 @@ qemu_log_instr_backend_t qemu_log_instr_backend = QEMU_LOG_INSTR_BACKEND_TEXT;

static const char *trace_logfile_name = "qemu_trace.txt";

/*
* The number of entries in the trace buffer at startup.
*
* This is set by hooks in the command line argument parsing before
* CPUs are initialized.
*/
static unsigned long reset_entry_buffer_size = DEFAULT_ENTRY_BUFFER_SIZE;

/* Current format callbacks. */
static trace_backend_hooks_t *trace_backend;

Expand Down

0 comments on commit d83469d

Please sign in to comment.