Revision 151f7749 kvm.h
b/kvm.h | ||
---|---|---|
40 | 40 |
ram_addr_t size, |
41 | 41 |
ram_addr_t phys_offset); |
42 | 42 |
|
43 |
void kvm_physical_sync_dirty_bitmap(target_phys_addr_t start_addr,
|
|
44 |
target_phys_addr_t end_addr);
|
|
43 |
int kvm_physical_sync_dirty_bitmap(target_phys_addr_t start_addr,
|
|
44 |
target_phys_addr_t end_addr); |
|
45 | 45 |
|
46 | 46 |
int kvm_log_start(target_phys_addr_t phys_addr, ram_addr_t size); |
47 | 47 |
int kvm_log_stop(target_phys_addr_t phys_addr, ram_addr_t size); |
Also available in: Unified diff