User Details
- User Since
- Oct 10 2019, 11:19 AM (269 w, 2 h)
Feb 6 2024
Move vm_snapshot_buf_cmp prototype under #ifndef _KERNEL.
removed vm_snapshot_buf_cmp() in the kernel code
Removed vm_snapshot_buf_cmp() function in the kernel code.
Feb 5 2024
Dec 28 2023
Dec 5 2023
Dec 4 2023
Nov 7 2023
Oct 17 2023
Jun 29 2023
Jun 22 2023
Jun 21 2023
Jun 20 2023
The same for this review. Is it really required to place this code into bhyve or it can be added to upper layer, for example to bhyvectl?
Before proceed this work to commit, could you provide high level design for this approach ?
Jun 14 2023
Jun 7 2023
May 17 2023
Fixed note from @corvink
May 16 2023
@rew Could you look again ?
May 15 2023
Fixed notes from @rew.
Close as whole patch series D38886 is committed.
May 10 2023
May 8 2023
Rebased on main.
May 5 2023
@corvink Could you look at this ? While Patrick's changes requires (in comment) a lot of modifying generic code, this simple fix could solve issue related for suspend/resume.
May 2 2023
Apr 25 2023
@corvink Can it be committed or I should improve/correct it ?
Apr 24 2023
Correct mention of SDM : Section 29.2.1 --> Section 30.2.1
up?
Apr 19 2023
Apr 18 2023
Apr 17 2023
Mar 27 2023
Mar 14 2023
Mar 13 2023
Mar 10 2023
Mar 9 2023
@rew Of course if assume that only PCI and Keyboard devices are used, introducing
Rebased
Corrected fd_meta usage in case of error.
Mar 8 2023
Mar 7 2023
@markj Could you re-approve and commit ?
Mar 6 2023
Fixed "_DP_9p= sbuf" indentation.
Mar 4 2023
@rew This is stopper for following up nvlist changes. Please review and possibly approve. Thanks.
Mar 3 2023
..
see the original commit message that brought the snapshot code in
The file format also does not currently support versioning of individual chunks of state. As a result, the current file format is not a fixed binary format and future revisions to save and restore will break binary compatiblity of snapshot files. The goal is to move to a more flexible format that adds versioning, etc. and at that point to commit to providing a reasonable level of compatibility.If I understand right, all things could be achieved with nvlist implementation. Thanks.
Why does there need to be multiple files for a single snapshot?