projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6ff5cb
)
kvm-all: remove useless typedef
author
Paolo Bonzini
<pbonzini@redhat.com>
Thu, 18 Jun 2015 16:28:44 +0000
(18:28 +0200)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Mon, 6 Jul 2015 15:59:43 +0000
(17:59 +0200)
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
kvm-all.c
patch
|
blob
|
history
diff --git
a/kvm-all.c
b/kvm-all.c
index 9838017a179f9eae0e3cfea60cac75e5997a178e..46b201591872662a6f8adc9f410148db79d3ec70 100644
(file)
--- a/
kvm-all.c
+++ b/
kvm-all.c
@@
-69,8
+69,6
@@
typedef struct KVMSlot
int flags;
} KVMSlot;
-typedef struct kvm_dirty_log KVMDirtyLog;
-
struct KVMState
{
AccelState parent_obj;
@@
-393,7
+391,7
@@
static int kvm_physical_sync_dirty_bitmap(MemoryRegionSection *section)
{
KVMState *s = kvm_state;
unsigned long size, allocated_size = 0;
-
KVMDirtyL
og d = {};
+
struct kvm_dirty_l
og d = {};
KVMSlot *mem;
int ret = 0;
hwaddr start_addr = section->offset_within_address_space;