Displaying 8 results from an estimated 8 matches for "report_start".
2017 Nov 14
2
[PATCH v17 6/6] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_VQ
...writing will trap to QEMU, that is,
all the writes to the register are performed in QEMU, and we can keep
things work in a correct way there.
- cmd_id_reg: the sequence id of the free page report command.
-- free page report:
- host requests the guest to start reporting by "cmd_reg |
REPORT_START";
- guest ACKs to the host about receiving the start reporting
request by "cmd_reg | REPORT_START", host will clear the flag bit once
receiving the ACK.
- host requests the guest to stop reporting by "cmd_reg | REPORT_STOP";
- guest ACKs to the host about r...
2017 Nov 14
2
[PATCH v17 6/6] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_VQ
...writing will trap to QEMU, that is,
all the writes to the register are performed in QEMU, and we can keep
things work in a correct way there.
- cmd_id_reg: the sequence id of the free page report command.
-- free page report:
- host requests the guest to start reporting by "cmd_reg |
REPORT_START";
- guest ACKs to the host about receiving the start reporting
request by "cmd_reg | REPORT_START", host will clear the flag bit once
receiving the ACK.
- host requests the guest to stop reporting by "cmd_reg | REPORT_STOP";
- guest ACKs to the host about r...
2017 Nov 14
0
[PATCH v17 6/6] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_VQ
...t is, all the
> writes to the register are performed in QEMU, and we can keep things work in
> a correct way there.
> - cmd_id_reg: the sequence id of the free page report command.
>
> -- free page report:
> - host requests the guest to start reporting by "cmd_reg |
> REPORT_START";
> - guest ACKs to the host about receiving the start reporting request by
> "cmd_reg | REPORT_START", host will clear the flag bit once receiving the
> ACK.
> - host requests the guest to stop reporting by "cmd_reg | REPORT_STOP";
> - guest ACKs...
2017 Nov 15
2
[PATCH v17 6/6] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_VQ
...s to the register are performed in QEMU, and we can keep things work in
>> a correct way there.
>> - cmd_id_reg: the sequence id of the free page report command.
>>
>> -- free page report:
>> - host requests the guest to start reporting by "cmd_reg |
>> REPORT_START";
>> - guest ACKs to the host about receiving the start reporting request by
>> "cmd_reg | REPORT_START", host will clear the flag bit once receiving the
>> ACK.
>> - host requests the guest to stop reporting by "cmd_reg | REPORT_STOP";
>...
2017 Nov 15
2
[PATCH v17 6/6] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_VQ
...s to the register are performed in QEMU, and we can keep things work in
>> a correct way there.
>> - cmd_id_reg: the sequence id of the free page report command.
>>
>> -- free page report:
>> - host requests the guest to start reporting by "cmd_reg |
>> REPORT_START";
>> - guest ACKs to the host about receiving the start reporting request by
>> "cmd_reg | REPORT_START", host will clear the flag bit once receiving the
>> ACK.
>> - host requests the guest to stop reporting by "cmd_reg | REPORT_STOP";
>...
2017 Nov 15
0
[PATCH v17 6/6] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_VQ
...MU, and we can keep things work in
> > > a correct way there.
> > > - cmd_id_reg: the sequence id of the free page report command.
> > >
> > > -- free page report:
> > > - host requests the guest to start reporting by "cmd_reg |
> > > REPORT_START";
> > > - guest ACKs to the host about receiving the start reporting request by
> > > "cmd_reg | REPORT_START", host will clear the flag bit once receiving the
> > > ACK.
> > > - host requests the guest to stop reporting by "cmd_reg...
2017 Nov 13
3
[PATCH v17 6/6] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_VQ
Ping for comments, thanks.
On 11/03/2017 04:13 PM, Wei Wang wrote:
> Negotiation of the VIRTIO_BALLOON_F_FREE_PAGE_VQ feature indicates the
> support of reporting hints of guest free pages to the host via
> virtio-balloon. The host requests the guest to report the free pages by
> sending commands via the virtio-balloon configuration registers.
>
> When the guest starts to
2017 Nov 13
3
[PATCH v17 6/6] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_VQ
Ping for comments, thanks.
On 11/03/2017 04:13 PM, Wei Wang wrote:
> Negotiation of the VIRTIO_BALLOON_F_FREE_PAGE_VQ feature indicates the
> support of reporting hints of guest free pages to the host via
> virtio-balloon. The host requests the guest to report the free pages by
> sending commands via the virtio-balloon configuration registers.
>
> When the guest starts to