projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d656aaa
)
exec: avoid using C++ keywords in function parameters
author
Roman Kiryanov
<rkir@google.com>
Tue, 18 Jun 2024 22:45:53 +0000
(15:45 -0700)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Fri, 28 Jun 2024 12:44:51 +0000
(14:44 +0200)
to use the QEMU headers with a C++ compiler.
Signed-off-by: Roman Kiryanov <rkir@google.com>
Link:
https://lore.kernel.org/r/20240618224553.878869-1-rkir@google.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
include/exec/memory.h
patch
|
blob
|
history
diff --git
a/include/exec/memory.h
b/include/exec/memory.h
index 0903513d132840051bc5a02da99216c025669ba4..154626f9ad2ce75515458e797e5b471b248c7d3d 100644
(file)
--- a/
include/exec/memory.h
+++ b/
include/exec/memory.h
@@
-925,7
+925,7
@@
struct MemoryListener {
* the current transaction.
*/
void (*log_start)(MemoryListener *listener, MemoryRegionSection *section,
- int old
, int new
);
+ int old
_val, int new_val
);
/**
* @log_stop:
@@
-944,7
+944,7
@@
struct MemoryListener {
* the current transaction.
*/
void (*log_stop)(MemoryListener *listener, MemoryRegionSection *section,
- int old
, int new
);
+ int old
_val, int new_val
);
/**
* @log_sync: