Searched +full:reset +full:- +full:delays +full:- +full:us (Results 1 – 2 of 2) sorted by relevance
1 # -*- Mode: Python -*-20 # @vm-state-size: size of the VM state22 # @date-sec: UTC date of the snapshot in seconds24 # @date-nsec: fractional part in nano seconds to be used with date-sec26 # @vm-clock-sec: VM clock relative to boot in seconds28 # @vm-clock-nsec: fractional part in nano seconds to be used with29 # vm-clock-sec32 # record/replay is enabled. Used for "time-traveling" to match34 # counter may be obtained through @query-replay command40 'data': { 'id': 'str', 'name': 'str', 'vm-state-size': 'int',[all …]
30 #include "block/dirty-bitmap.h"34 #include "qemu/error-report.h"36 #include "qemu/main-loop.h"43 #include "qapi/qobject-output-visitor.h"44 #include "qapi/qapi-visit-block-core.h"45 #include "system/block-backend.h"113 /* If non-zero, use only whitelisted block drivers */138 if (!bs || !bs->drv) { in bdrv_opt_mem_align()144 return bs->bl.opt_mem_alignment; in bdrv_opt_mem_align()149 if (!bs || !bs->drv) { in bdrv_min_mem_align()[all …]