mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-29 05:13:54 -06:00
memory: rename 'exec-obsolete.h'
exec-obsolete.h used to hold pre-memory-API functions that were used from device code prior to the transition to the memory API. Now that the transition is complete, the name no longer describes the file. The functions still need to be merged better into the memory core, but there's no danger of anyone using them. Reviewed-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Avi Kivity <avi@redhat.com>
This commit is contained in:
parent
8b4a3df808
commit
7762c2c1e0
4 changed files with 5 additions and 12 deletions
3
memory.c
3
memory.c
|
@ -20,8 +20,7 @@
|
|||
#include "kvm.h"
|
||||
#include <assert.h>
|
||||
|
||||
#define WANT_EXEC_OBSOLETE
|
||||
#include "exec-obsolete.h"
|
||||
#include "memory-internal.h"
|
||||
|
||||
unsigned memory_region_transaction_depth = 0;
|
||||
static bool global_dirty_log = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue