mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-30 21:42:06 -06:00
Merge remote-tracking branch 'qemu-kvm/memory/exec-obsolete' into staging
This commit is contained in:
commit
f76d27b67c
5 changed files with 74 additions and 42 deletions
3
memory.c
3
memory.c
|
@ -18,6 +18,9 @@
|
|||
#include "kvm.h"
|
||||
#include <assert.h>
|
||||
|
||||
#define WANT_EXEC_OBSOLETE
|
||||
#include "exec-obsolete.h"
|
||||
|
||||
unsigned memory_region_transaction_depth = 0;
|
||||
static bool memory_region_update_pending = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue