search for: report_stop

Displaying 8 results from an estimated 8 matches for "report_stop".

2017 Nov 14
2
[PATCH v17 6/6] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_VQ
...uest 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 receiving the stop reporting request by "cmd_reg | REPORT_STOP", host will clear the flag once receiving the ACK. - guest tells the host about the start of the reporting by writing "cmd id" into an outbuf, which is added to the f...
2017 Nov 14
2
[PATCH v17 6/6] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_VQ
...uest 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 receiving the stop reporting request by "cmd_reg | REPORT_STOP", host will clear the flag once receiving the ACK. - guest tells the host about the start of the reporting by writing "cmd id" into an outbuf, which is added to the f...
2017 Nov 14
0
[PATCH v17 6/6] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_VQ
...ing 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 receiving the stop reporting request by > "cmd_reg | REPORT_STOP", host will clear the flag once receiving the ACK. > - guest tells the host about the start of the reporting by writing "cmd > id" into an outbuf, which i...
2017 Nov 15
2
[PATCH v17 6/6] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_VQ
...>> 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 receiving the stop reporting request by >> "cmd_reg | REPORT_STOP", host will clear the flag once receiving the ACK. >> - guest tells the host about the start of the reporting by writing "cmd >> id" into...
2017 Nov 15
2
[PATCH v17 6/6] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_VQ
...>> 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 receiving the stop reporting request by >> "cmd_reg | REPORT_STOP", host will clear the flag once receiving the ACK. >> - guest tells the host about the start of the reporting by writing "cmd >> id" into...
2017 Nov 15
0
[PATCH v17 6/6] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_VQ
...uot;; > > > - 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 receiving the stop reporting request by > > > "cmd_reg | REPORT_STOP", host will clear the flag once receiving the ACK. > > > - guest tells the host about the start of the reporting by writing "cmd >...
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