Page MenuHomeFreeBSD

gusev.vitaliy_gmail.com (Vitaliy Gusev)
User

Projects

User does not belong to any projects.

User Details

User Since
Oct 10 2019, 11:19 AM (191 w, 21 h)

Recent Activity

Wed, Jun 7

gusev.vitaliy_gmail.com updated the summary of D40105: bhyve: [snapshot] Simplify restore kernel structs.
Wed, Jun 7, 8:09 PM · bhyve
gusev.vitaliy_gmail.com updated the summary of D40106: bhyve: [snapshot] Rename 'user_dev' with 'devices'.
Wed, Jun 7, 8:08 PM · bhyve
gusev.vitaliy_gmail.com updated the summary of D40107: bhyve: pci_devinst.pi_name should contain bus, slot, func.
Wed, Jun 7, 8:07 PM · bhyve
gusev.vitaliy_gmail.com updated the summary of D40105: bhyve: [snapshot] Simplify restore kernel structs.
Wed, Jun 7, 8:05 PM · bhyve
gusev.vitaliy_gmail.com added a comment to D40105: bhyve: [snapshot] Simplify restore kernel structs.
In D40105#921197, @jhb wrote:

Can you provide more description of what this change is doing? From what I can tell it uses err directly to abort quicker if it fails to restore an in-kernel structure, it inlines vm_restore_kern_struct into the loop in vm_restore_kern_structs. It renames vm_snapshot_kern_structs which is somewhat gratuitous IMO as it now no longer matches the other function names like vm_snapshot_user_devs. But I think the big change is not using lookup_struct and instead using meta->dev_name instead of meta->dev_req as the main key for the JSON for a given kernel struct? I think this means you can avoid lookup_struct because now instead of a flat array of all kernel structures they are separate objects with unique names? Can you expand on that more perhaps maybe with some examples of before/after JSON snippets? I would also suggest perhaps only doing the JSON change in this commit and not mixing in the other changes that I think obscure the real change you are making (e.g. the function rename, or inlining the function).

Wed, Jun 7, 8:04 PM · bhyve

Wed, May 17

gusev.vitaliy_gmail.com added inline comments to D40107: bhyve: pci_devinst.pi_name should contain bus, slot, func.
Wed, May 17, 6:14 PM · bhyve
gusev.vitaliy_gmail.com added inline comments to D40107: bhyve: pci_devinst.pi_name should contain bus, slot, func.
Wed, May 17, 5:11 PM · bhyve
gusev.vitaliy_gmail.com updated the diff for D40105: bhyve: [snapshot] Simplify restore kernel structs.

Fixed note from @corvink

Wed, May 17, 5:03 PM · bhyve
gusev.vitaliy_gmail.com added a comment to D40108: bhyve: [snapshot] Add .pe_snapshot method for PCI 'hostbridge'.

Why don't we call pci_snapshot_pci_dev unconditionally even if pe_snapshot is NULL?

Wed, May 17, 4:37 PM · bhyve
gusev.vitaliy_gmail.com added inline comments to D40107: bhyve: pci_devinst.pi_name should contain bus, slot, func.
Wed, May 17, 4:32 PM · bhyve

Tue, May 16

gusev.vitaliy_gmail.com added a comment to D40109: bhyve: [snapshot] Use pci_next() to save/restore pci devices.

@rew Could you look again ?

Tue, May 16, 4:25 PM · bhyve

Mon, May 15

gusev.vitaliy_gmail.com updated the diff for D40109: bhyve: [snapshot] Use pci_next() to save/restore pci devices.

Fixed notes from @rew.

Mon, May 15, 7:17 PM · bhyve
gusev.vitaliy_gmail.com added inline comments to D40109: bhyve: [snapshot] Use pci_next() to save/restore pci devices.
Mon, May 15, 7:12 PM · bhyve
gusev.vitaliy_gmail.com added a comment to D40108: bhyve: [snapshot] Add .pe_snapshot method for PCI 'hostbridge'.
In D40108#913423, @rew wrote:

not sure that devices should define a snapshot handler when not supported by the device.

At least it saves pdi.pi_cfgdata.

Mon, May 15, 5:57 PM · bhyve
gusev.vitaliy_gmail.com abandoned D35454: bhyve: snapshot capsicum support.

Close as whole patch series D38886 is committed.

Mon, May 15, 5:54 PM · bhyve
gusev.vitaliy_gmail.com added a comment to D40108: bhyve: [snapshot] Add .pe_snapshot method for PCI 'hostbridge'.
In D40108#913423, @rew wrote:

not sure that devices should define a snapshot handler when not supported by the device.

Mon, May 15, 5:52 PM · bhyve
gusev.vitaliy_gmail.com added a comment to D35590: bhyve: multiple devices support for suspend/checkpoint/resume.

@corvink I've split this patch with several patches. Note, according to @rew comments about adding and usage "register_snapshot_dev", I replaced that code with pci_next() function to walk all available PCI devices and save/restore them. 'atkbdc` device is saved/restored separately in this case.

Mon, May 15, 2:33 PM · bhyve
gusev.vitaliy_gmail.com updated the test plan for D40107: bhyve: pci_devinst.pi_name should contain bus, slot, func.
Mon, May 15, 2:09 PM · bhyve
gusev.vitaliy_gmail.com requested review of D40109: bhyve: [snapshot] Use pci_next() to save/restore pci devices.
Mon, May 15, 2:08 PM · bhyve
gusev.vitaliy_gmail.com requested review of D40108: bhyve: [snapshot] Add .pe_snapshot method for PCI 'hostbridge'.
Mon, May 15, 2:03 PM · bhyve
gusev.vitaliy_gmail.com updated the test plan for D40107: bhyve: pci_devinst.pi_name should contain bus, slot, func.
Mon, May 15, 1:59 PM · bhyve
gusev.vitaliy_gmail.com requested review of D40107: bhyve: pci_devinst.pi_name should contain bus, slot, func.
Mon, May 15, 1:57 PM · bhyve
gusev.vitaliy_gmail.com updated the summary of D40104: bhyve: [snapshot] Rename 'struct' key with 'kern_struct'.
Mon, May 15, 1:55 PM · bhyve
gusev.vitaliy_gmail.com updated the summary of D40105: bhyve: [snapshot] Simplify restore kernel structs.
Mon, May 15, 1:55 PM · bhyve
gusev.vitaliy_gmail.com requested review of D40106: bhyve: [snapshot] Rename 'user_dev' with 'devices'.
Mon, May 15, 1:54 PM · bhyve
gusev.vitaliy_gmail.com requested review of D40105: bhyve: [snapshot] Simplify restore kernel structs.
Mon, May 15, 1:50 PM · bhyve
gusev.vitaliy_gmail.com requested review of D40104: bhyve: [snapshot] Rename 'struct' key with 'kern_struct'.
Mon, May 15, 1:48 PM · bhyve

Wed, May 10

gusev.vitaliy_gmail.com added inline comments to D39949: bhyve: Fix vCPU single-stepping on VMX .
Wed, May 10, 2:22 PM

May 8 2023

gusev.vitaliy_gmail.com added a comment to D35447: vmm: save/restore pir_desc is required for posted-interrupts and VID.

Patch looks good but it doesn't apply any more. Could you send an updated version please?

May 8 2023, 12:05 PM · bhyve
gusev.vitaliy_gmail.com updated the diff for D35447: vmm: save/restore pir_desc is required for posted-interrupts and VID.

Rebased on main.

May 8 2023, 12:05 PM · bhyve

May 5 2023

gusev.vitaliy_gmail.com added a comment to D35447: vmm: save/restore pir_desc is required for posted-interrupts and VID.

@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 5 2023, 4:59 PM · bhyve
gusev.vitaliy_gmail.com added a reviewer for D35447: vmm: save/restore pir_desc is required for posted-interrupts and VID: corvink.
May 5 2023, 4:57 PM · bhyve

May 2 2023

gusev.vitaliy_gmail.com added a comment to D35590: bhyve: multiple devices support for suspend/checkpoint/resume.

@gusev.vitaliy_gmail.com As said, please split this commit. You can also send me a link to a personal git repo where I can pull the changes from.

May 2 2023, 4:07 PM · bhyve

Apr 25 2023

gusev.vitaliy_gmail.com added a comment to D38858: bhyve: Use directory `fd` with checkpoint.

@corvink Can it be committed or I should improve/correct it ?

Apr 25 2023, 12:30 PM · bhyve

Apr 24 2023

gusev.vitaliy_gmail.com updated the diff for D39620: vmm: Fix HLT loop while vcpu has requested virtual interrupts.

Correct mention of SDM : Section 29.2.1 --> Section 30.2.1

Apr 24 2023, 4:32 PM · bhyve
gusev.vitaliy_gmail.com added a comment to D39620: vmm: Fix HLT loop while vcpu has requested virtual interrupts.

What exactly is the problematic scenario? How do we end up with a pending, undelivered interrupt after a vmexit? Presumably the guest must have enabled interrupts before executing HLT.

The change itself seems reasonable to me, but I'd like to understand it better.

Apr 24 2023, 4:24 PM · bhyve
gusev.vitaliy_gmail.com added a comment to D39620: vmm: Fix HLT loop while vcpu has requested virtual interrupts.

up?

Apr 24 2023, 1:02 PM · bhyve

Apr 19 2023

gusev.vitaliy_gmail.com added a comment to D39620: vmm: Fix HLT loop while vcpu has requested virtual interrupts.

@jhb @markj Could you look at it? This fix potentially could be added to 13.2 .

Apr 19 2023, 6:58 PM · bhyve

Apr 18 2023

gusev.vitaliy_gmail.com updated the test plan for D39620: vmm: Fix HLT loop while vcpu has requested virtual interrupts.
Apr 18 2023, 7:44 PM · bhyve

Apr 17 2023

gusev.vitaliy_gmail.com requested review of D39620: vmm: Fix HLT loop while vcpu has requested virtual interrupts.
Apr 17 2023, 5:19 PM · bhyve

Mar 27 2023

gusev.vitaliy_gmail.com added inline comments to D35590: bhyve: multiple devices support for suspend/checkpoint/resume.
Mar 27 2023, 11:32 AM · bhyve

Mar 14 2023

gusev.vitaliy_gmail.com updated the summary of D39038: vmm: IPI statistic is missed after ee98f99d7a68b "vmm: Convert VM_MAXCPU into ...".
Mar 14 2023, 11:31 AM · bhyve

Mar 13 2023

gusev.vitaliy_gmail.com added inline comments to D39038: vmm: IPI statistic is missed after ee98f99d7a68b "vmm: Convert VM_MAXCPU into ...".
Mar 13 2023, 4:25 PM · bhyve
gusev.vitaliy_gmail.com added a reviewer for D39038: vmm: IPI statistic is missed after ee98f99d7a68b "vmm: Convert VM_MAXCPU into ...": pmooney_pfmooney.com.
Mar 13 2023, 12:30 PM · bhyve
gusev.vitaliy_gmail.com updated the summary of D39038: vmm: IPI statistic is missed after ee98f99d7a68b "vmm: Convert VM_MAXCPU into ...".
Mar 13 2023, 12:19 PM · bhyve
gusev.vitaliy_gmail.com requested review of D39038: vmm: IPI statistic is missed after ee98f99d7a68b "vmm: Convert VM_MAXCPU into ...".
Mar 13 2023, 8:48 AM · bhyve

Mar 10 2023

gusev.vitaliy_gmail.com added a comment to D38858: bhyve: Use directory `fd` with checkpoint.

@rew @emaste Can we go further with this review ? Note, that some of code will be re-written in "one file per snapshot" review. However it will be later, because format of image file requires discussion.

Mar 10 2023, 9:07 AM · bhyve
gusev.vitaliy_gmail.com added a comment to D35590: bhyve: multiple devices support for suspend/checkpoint/resume.
In D35590#887928, @rew wrote:

That will work, but this is not easier than current review's approach.

This counter-argument lacks any technical substance.

Mar 10 2023, 9:01 AM · bhyve

Mar 9 2023

gusev.vitaliy_gmail.com added a comment to D35590: bhyve: multiple devices support for suspend/checkpoint/resume.

@rew Of course if assume that only PCI and Keyboard devices are used, introducing

Mar 9 2023, 4:49 PM · bhyve
gusev.vitaliy_gmail.com updated the diff for D38860: bhyve: Enable Capsicum for snapshots.

Rebased

Mar 9 2023, 2:52 PM · capsicum, bhyve
gusev.vitaliy_gmail.com added a comment to D38860: bhyve: Enable Capsicum for snapshots.
In D38860#887537, @rew wrote:
In D38860#887381, @rew wrote:

https://reviews.freebsd.org/D38858 also needs to be addressed before this patch is committed.

I've dropped my request for changes in D38858 - there's nothing blocking this review from being landed.

Mar 9 2023, 2:51 PM · capsicum, bhyve
gusev.vitaliy_gmail.com added inline comments to D38858: bhyve: Use directory `fd` with checkpoint.
Mar 9 2023, 2:44 PM · bhyve
gusev.vitaliy_gmail.com updated the diff for D38858: bhyve: Use directory `fd` with checkpoint.

Corrected fd_meta usage in case of error.

Mar 9 2023, 2:43 PM · bhyve
gusev.vitaliy_gmail.com added inline comments to D38858: bhyve: Use directory `fd` with checkpoint.
Mar 9 2023, 1:46 PM · bhyve
gusev.vitaliy_gmail.com added a comment to D35454: bhyve: snapshot capsicum support.

FYI if you use just the D# notation Phabricator will add markup to show which reviews are open/closed e.g.

D38866 libvmm: Add missed ioctl to vm_ioctl_cmds
D38855 bhyve: [snapshot] Do not flush readonly device at blockif_pause()
D38856 bhyve: [snapshot] Add cap limits for ipc socket
D38872 bhyve: Exit with EX_OSERR if init checkpoint or restore time failed
D38857 bhyve: Init checkpoint before caph_enter()
D38858 bhyve: Use directory fd with checkpoint
D38860 bhyve: Enable Capsicum for snapshots

Mar 9 2023, 10:18 AM · bhyve

Mar 8 2023

gusev.vitaliy_gmail.com added a comment to D35590: bhyve: multiple devices support for suspend/checkpoint/resume.
In D35590#886738, @rew wrote:

The main idea of this review - introduce struct snapshot_dev and it will be used by the following nvlist changes.

Seems like it'd make more sense to generate this meta information from the in-core configuration at the time the snapshot is taken.

Have you considered this?

Mar 8 2023, 8:19 AM · bhyve

Mar 7 2023

gusev.vitaliy_gmail.com added a comment to D35590: bhyve: multiple devices support for suspend/checkpoint/resume.
In D35590#886517, @rew wrote:

I guess you think that I will upstream this changes and forgot about format work. But I am going to create nvlist (including format change) as soon as that review committed.

Before doing the work, I strongly encourage you to write an email to the virtualization mailing list with the proposed file format.

Mar 7 2023, 11:55 AM · bhyve
gusev.vitaliy_gmail.com added a comment to D35590: bhyve: multiple devices support for suspend/checkpoint/resume.

Only the file format is controversal. So, if you split this review into smaller ones which are unrelated to the file format change, we can make some progress.

Mar 7 2023, 10:54 AM · bhyve
gusev.vitaliy_gmail.com added a comment to D38905: bhyve: Move libcasper dependecy to lib9p.

@markj Could you re-approve and commit ?

Mar 7 2023, 7:38 AM · bhyve

Mar 6 2023

gusev.vitaliy_gmail.com updated the diff for D38905: bhyve: Move libcasper dependecy to lib9p.

Fixed "_DP_9p= sbuf" indentation.

Mar 6 2023, 4:01 PM · bhyve
gusev.vitaliy_gmail.com added a comment to D35590: bhyve: multiple devices support for suspend/checkpoint/resume.
In D35590#885880, @rew wrote:

How is this a stopper for the file format changes?

Mar 6 2023, 2:13 PM · bhyve
gusev.vitaliy_gmail.com added a comment to D38905: bhyve: Move libcasper dependecy to lib9p.

Seems ok. Did you test 9pfs in the guest? I would suggest trying it if so. In particular, we have no other examples where a shared library depends on casper libraries. Up until now, it is always executables which depend on casper libraries. So there might be some subtle problem or interaction.

Mar 6 2023, 1:15 PM · bhyve

Mar 4 2023

gusev.vitaliy_gmail.com updated the test plan for D38905: bhyve: Move libcasper dependecy to lib9p.
Mar 4 2023, 12:18 PM · bhyve
gusev.vitaliy_gmail.com requested review of D38905: bhyve: Move libcasper dependecy to lib9p.
Mar 4 2023, 11:07 AM · bhyve
gusev.vitaliy_gmail.com updated the summary of D35590: bhyve: multiple devices support for suspend/checkpoint/resume.
Mar 4 2023, 10:32 AM · bhyve
gusev.vitaliy_gmail.com added a comment to D35590: bhyve: multiple devices support for suspend/checkpoint/resume.

@rew This is stopper for following up nvlist changes. Please review and possibly approve. Thanks.

Mar 4 2023, 10:06 AM · bhyve
gusev.vitaliy_gmail.com edited reviewers for D35590: bhyve: multiple devices support for suspend/checkpoint/resume, added: corvink; removed: bhyve.
Mar 4 2023, 10:03 AM · bhyve

Mar 3 2023

gusev.vitaliy_gmail.com added a comment to D38858: bhyve: Use directory `fd` with checkpoint.
In D38858#885643, @rew wrote:

Why do you think single format work (nvlist) should be *before* enabling Capsicum? nvlist work will have a lot of changes and we can stuck if discussing any useful thing eats a lot of time and risk is not to move forward for the months. Just note, multiple device review is 7-8 months old. It is crazy for the code that is under #ifdef BHYVE_SNAPSHOT. We need speedup this work. For now it is about 2 years when Snapshot/Resume was added and there no significant progress.

If you have questions or notes about the code, please write here. Otherwise please accept the reviews.

The only file descriptor that needs to be passed to bhyve is the snapshot file that is being written to, which won't require opening a file descriptor to a directory.

Rebase this review after the file format work has been merged into main.

Thanks.

Mar 3 2023, 11:36 PM · bhyve
gusev.vitaliy_gmail.com added a comment to D38858: bhyve: Use directory `fd` with checkpoint.
In D38858#885635, @rew wrote:

nvlist implementation will use single file for all:

  • config
  • vram
  • kernel data
  • devices data

So you are right, using multiple files is not reasonable and is hard to operate.

In which case, the file descriptor change needs to happen after bhyve starts using a single file for snapshots.

Mar 3 2023, 10:51 PM · bhyve
gusev.vitaliy_gmail.com added a comment to D38858: bhyve: Use directory `fd` with checkpoint.
In D38858#885604, @rew wrote:

..

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?

Mar 3 2023, 9:57 PM · bhyve
gusev.vitaliy_gmail.com added a comment to D38858: bhyve: Use directory `fd` with checkpoint.
In D38858#885508, @rew wrote:

! In D38858#884878, @gusev.vitaliy_gmail.com wrote:
Did you mean about format of the image files or something another? If format, I am going to resolve it with coming nvlist changes.

you plan on converting the snapshot file format to an nvlist?

Mar 3 2023, 9:13 PM · bhyve
gusev.vitaliy_gmail.com requested review of D38900: bhyvectl: nvlist leak at send_message().
Mar 3 2023, 8:36 PM · bhyve
gusev.vitaliy_gmail.com added inline comments to D38858: bhyve: Use directory `fd` with checkpoint.
Mar 3 2023, 8:17 PM · bhyve
gusev.vitaliy_gmail.com added inline comments to D38860: bhyve: Enable Capsicum for snapshots.
Mar 3 2023, 5:13 PM · capsicum, bhyve
gusev.vitaliy_gmail.com updated the diff for D38860: bhyve: Enable Capsicum for snapshots.

Moved casper dependency to lib9p.

Mar 3 2023, 5:11 PM · capsicum, bhyve
gusev.vitaliy_gmail.com updated the diff for D38860: bhyve: Enable Capsicum for snapshots.

Added revert commit 966026246e62769f3bcd8247a47fe0f4f0433aba

Mar 3 2023, 3:41 PM · capsicum, bhyve
gusev.vitaliy_gmail.com added inline comments to D38860: bhyve: Enable Capsicum for snapshots.
Mar 3 2023, 3:33 PM · capsicum, bhyve
gusev.vitaliy_gmail.com added inline comments to D38860: bhyve: Enable Capsicum for snapshots.
Mar 3 2023, 3:22 PM · capsicum, bhyve
gusev.vitaliy_gmail.com requested review of D38889: bhyvectl: Correct socket_fd closing in send_message().
Mar 3 2023, 2:54 PM · bhyve
gusev.vitaliy_gmail.com added inline comments to D38886: bhyvectl: send_message() returns garbage.
Mar 3 2023, 2:51 PM · bhyve
gusev.vitaliy_gmail.com updated the diff for D38886: bhyvectl: send_message() returns garbage.

Fixed @markj notes.

Mar 3 2023, 2:51 PM · bhyve
gusev.vitaliy_gmail.com added a comment to D38872: bhyve: Exit with EX_OSERR if init checkpoint or restore time failed.

@markj @corvink Please re-accept.

Mar 3 2023, 12:06 PM · bhyve
gusev.vitaliy_gmail.com added a comment to D38856: bhyve: [snapshot] Add cap limits for ipc socket.

@markj @corvink Please re-accept.

Mar 3 2023, 12:06 PM · bhyve
gusev.vitaliy_gmail.com requested review of D38887: bhyvectl: Operations --suspend and --checkpoint are alternative.
Mar 3 2023, 11:55 AM · bhyve
gusev.vitaliy_gmail.com added inline comments to D38872: bhyve: Exit with EX_OSERR if init checkpoint or restore time failed.
Mar 3 2023, 11:48 AM · bhyve
gusev.vitaliy_gmail.com updated the diff for D38872: bhyve: Exit with EX_OSERR if init checkpoint or restore time failed.

Fix note, use init_checkpoint_thread(ctx) != 0

Mar 3 2023, 11:47 AM · bhyve
gusev.vitaliy_gmail.com added inline comments to D38856: bhyve: [snapshot] Add cap limits for ipc socket.
Mar 3 2023, 11:45 AM · bhyve
gusev.vitaliy_gmail.com updated the diff for D38856: bhyve: [snapshot] Add cap limits for ipc socket.

Add empty line after #endif

Mar 3 2023, 11:45 AM · bhyve
gusev.vitaliy_gmail.com added inline comments to D38855: bhyve: [snapshot] Do not flush readonly device at blockif_pause().
Mar 3 2023, 11:43 AM · bhyve
gusev.vitaliy_gmail.com requested review of D38886: bhyvectl: send_message() returns garbage.
Mar 3 2023, 11:38 AM · bhyve

Mar 2 2023

gusev.vitaliy_gmail.com added inline comments to D38858: bhyve: Use directory `fd` with checkpoint.
Mar 2 2023, 8:59 PM · bhyve
gusev.vitaliy_gmail.com updated the diff for D38858: bhyve: Use directory `fd` with checkpoint.

Corrected according with @rew notes.

Mar 2 2023, 8:57 PM · bhyve
gusev.vitaliy_gmail.com added a comment to D38858: bhyve: Use directory `fd` with checkpoint.
In D38858#884892, @rew wrote:

Did you mean about format of the image files or something another? If format, I am going to resolve it with coming nvlist changes.

Have you sought out jhb's advice on this yet? I know he has expressed his opinion on it in the past.

Mar 2 2023, 8:37 PM · bhyve
gusev.vitaliy_gmail.com added a comment to D38858: bhyve: Use directory `fd` with checkpoint.
In D38858#884827, @rew wrote:

I still don't understand why you haven't addressed my comments that I raised in the original review. Do you feel it's not worth addressing or is that I'm out of line?

Mar 2 2023, 7:34 PM · bhyve
gusev.vitaliy_gmail.com added a comment to D35454: bhyve: snapshot capsicum support.

@corvink As you suggested I split this patch to the several reviews:

Mar 2 2023, 6:53 PM · bhyve
gusev.vitaliy_gmail.com updated the diff for D38857: bhyve: Init checkpoint before caph_enter().

Rebase on to review https://reviews.freebsd.org/D38872

Mar 2 2023, 6:51 PM · bhyve
gusev.vitaliy_gmail.com added inline comments to D35454: bhyve: snapshot capsicum support.
Mar 2 2023, 6:49 PM · bhyve
gusev.vitaliy_gmail.com requested review of D38872: bhyve: Exit with EX_OSERR if init checkpoint or restore time failed.
Mar 2 2023, 6:47 PM · bhyve
gusev.vitaliy_gmail.com edited reviewers for D38857: bhyve: Init checkpoint before caph_enter(), added: jhb; removed: tonym_aai-corp.com, bhyve.
Mar 2 2023, 6:29 PM · bhyve
gusev.vitaliy_gmail.com edited reviewers for D38866: libvmm: Add missed ioctl to vm_ioctl_cmds, added: jhb; removed: tonym_aai-corp.com, bhyve.
Mar 2 2023, 6:28 PM · bhyve