search for: msg00177

Displaying 20 results from an estimated 23 matches for "msg00177".

Did you mean: msg00176
2018 Apr 23
2
[RFC v2] virtio: support packed ring
...; > So it looks to me it was not sufficient, looking at the example codes in > spec, do we need to track last seen used_wrap_counter here? I don't think we have to track used_wrap_counter in driver. There was a discussion on this: https://lists.oasis-open.org/archives/virtio-dev/201802/msg00177.html And after that, below sentence was added (it's also in the above words you quoted): """ Other techniques to detect VIRTQ_DESC_F_AVAIL/VIRTQ_DESC_F_USED bit changes might also be possible. """ Best regards, Tiwei Bie > > Thanks
2018 Apr 23
2
[RFC v2] virtio: support packed ring
...; > So it looks to me it was not sufficient, looking at the example codes in > spec, do we need to track last seen used_wrap_counter here? I don't think we have to track used_wrap_counter in driver. There was a discussion on this: https://lists.oasis-open.org/archives/virtio-dev/201802/msg00177.html And after that, below sentence was added (it's also in the above words you quoted): """ Other techniques to detect VIRTQ_DESC_F_AVAIL/VIRTQ_DESC_F_USED bit changes might also be possible. """ Best regards, Tiwei Bie > > Thanks
2018 Aug 19
9
[PATCH v3 0/4] file: Zero for block devices and older file systems
This version addresses comments on v3. Changes since v3: - Finally got spacing right (Eric) - Reorder includes (Richard) - Return 0 or -1 instead of r (Richard) - Add common/include/isaligned.h to Makefile.am (Richard) v3 was here: https://www.redhat.com/archives/libguestfs/2018-August/msg00177.html Nir Soffer (4): file: Avoid unsupported fallocate() calls file: Support zero without ZERO_RANGE common: Add isaligned helper module file: Zero for block devices on old kernels common/include/Makefile.am | 1 + common/include/isaligned.h | 51 ++++++++++ plugins/file/Makefile.am...
2018 Aug 19
0
Re: [PATCH v3 0/4] file: Zero for block devices and older file systems
...v3. > > Changes since v3: > - Finally got spacing right (Eric) > - Reorder includes (Richard) > - Return 0 or -1 instead of r (Richard) > - Add common/include/isaligned.h to Makefile.am (Richard) > > v3 was here: > https://www.redhat.com/archives/libguestfs/2018-August/msg00177.html > > Nir Soffer (4): > file: Avoid unsupported fallocate() calls > file: Support zero without ZERO_RANGE > common: Add isaligned helper module > file: Zero for block devices on old kernels I pushed the isaligned change. The others all look fine to me now, and I woul...
2018 Mar 08
0
Re: [PATCH v4 0/3] v2v: Add -o rhv-upload output mode.
On Wed, Mar 7, 2018 at 12:18 AM Richard W.M. Jones <rjones@redhat.com> wrote: > Previous versions: > v3: https://www.redhat.com/archives/libguestfs/2018-March/msg00000.html > v2: > https://www.redhat.com/archives/libguestfs/2018-February/msg00177.html > v1: > https://www.redhat.com/archives/libguestfs/2018-February/msg00139.html > > This completely rethinks the approach taken by the previous patches. > > Instead of trying to involve qemu's curl driver, this uses a small > Python 3 nbdkit plugin to interface betwee...
2018 Apr 24
3
[RFC v2] virtio: support packed ring
...looking at the example codes in > > > spec, do we need to track last seen used_wrap_counter here? > > I don't think we have to track used_wrap_counter in > > driver. There was a discussion on this: > > > > https://lists.oasis-open.org/archives/virtio-dev/201802/msg00177.html > > > > And after that, below sentence was added (it's also > > in the above words you quoted): > > > > """ > > Other techniques to detect > > VIRTQ_DESC_F_AVAIL/VIRTQ_DESC_F_USED bit changes > > might also be possible. >...
2018 Apr 24
3
[RFC v2] virtio: support packed ring
...looking at the example codes in > > > spec, do we need to track last seen used_wrap_counter here? > > I don't think we have to track used_wrap_counter in > > driver. There was a discussion on this: > > > > https://lists.oasis-open.org/archives/virtio-dev/201802/msg00177.html > > > > And after that, below sentence was added (it's also > > in the above words you quoted): > > > > """ > > Other techniques to detect > > VIRTQ_DESC_F_AVAIL/VIRTQ_DESC_F_USED bit changes > > might also be possible. >...
2007 Nov 06
2
Equivalent of XenBus for fully-virtualized Xen
Hello, http://wiki.xensource.com/xenwiki/XenBusDriver?highlight=%28xenbus%29 says that "XenBus provides a bus abstraction for paravirtualized drivers to communicate between domains. In practice, the bus is used for configuration negotiation, leaving most data transfer to be done via page flipping." What is the equivalent mechanism for fully-virtualized drivers in Xen (HVM running
2018 Apr 24
0
[RFC v2] virtio: support packed ring
...me it was not sufficient, looking at the example codes in >> spec, do we need to track last seen used_wrap_counter here? > I don't think we have to track used_wrap_counter in > driver. There was a discussion on this: > > https://lists.oasis-open.org/archives/virtio-dev/201802/msg00177.html > > And after that, below sentence was added (it's also > in the above words you quoted): > > """ > Other techniques to detect > VIRTQ_DESC_F_AVAIL/VIRTQ_DESC_F_USED bit changes > might also be possible. > """ > > Best regards,...
2018 Mar 08
0
Re: [PATCH v4 0/3] v2v: Add -o rhv-upload output mode.
...:18 AM Richard W.M. Jones <rjones@redhat.com> > > wrote: > > > > > Previous versions: > > > v3: > https://www.redhat.com/archives/libguestfs/2018-March/msg00000.html > > > v2: > > > https://www.redhat.com/archives/libguestfs/2018-February/msg00177.html > > > v1: > > > https://www.redhat.com/archives/libguestfs/2018-February/msg00139.html > > > > > > This completely rethinks the approach taken by the previous patches. > > > > > > Instead of trying to involve qemu's curl driver, this...
2018 Apr 24
0
[RFC v2] virtio: support packed ring
...des in > > > > spec, do we need to track last seen used_wrap_counter here? > > > I don't think we have to track used_wrap_counter in > > > driver. There was a discussion on this: > > > > > > https://lists.oasis-open.org/archives/virtio-dev/201802/msg00177.html > > > > > > And after that, below sentence was added (it's also > > > in the above words you quoted): > > > > > > """ > > > Other techniques to detect > > > VIRTQ_DESC_F_AVAIL/VIRTQ_DESC_F_USED bit changes >...
2018 Mar 08
6
Re: [PATCH v4 0/3] v2v: Add -o rhv-upload output mode.
...te: > On Wed, Mar 7, 2018 at 12:18 AM Richard W.M. Jones <rjones@redhat.com> > wrote: > > > Previous versions: > > v3: https://www.redhat.com/archives/libguestfs/2018-March/msg00000.html > > v2: > > https://www.redhat.com/archives/libguestfs/2018-February/msg00177.html > > v1: > > https://www.redhat.com/archives/libguestfs/2018-February/msg00139.html > > > > This completely rethinks the approach taken by the previous patches. > > > > Instead of trying to involve qemu's curl driver, this uses a small > > Python...
2018 Mar 06
5
[PATCH v4 0/3] v2v: Add -o rhv-upload output mode.
Previous versions: v3: https://www.redhat.com/archives/libguestfs/2018-March/msg00000.html v2: https://www.redhat.com/archives/libguestfs/2018-February/msg00177.html v1: https://www.redhat.com/archives/libguestfs/2018-February/msg00139.html This completely rethinks the approach taken by the previous patches. Instead of trying to involve qemu's curl driver, this uses a small Python 3 nbdkit plugin to interface between qemu and the oVirt server. The...
2019 Nov 17
23
[PATCH 00/18] rvh-upload: Various fixes and cleanups
This series extract oVirt SDK and imageio code to make it eaiser to follow the code and improve error handing in open() and close(). The first small patches can be consider as fixes for downstream. Tested based on libguestfs v1.41.5, since I had trouble building virt-v2v and libguestfs from master. Nir Soffer (18): rhv-upload: Remove unused exception class rhv-upload: Check status more
2018 Apr 24
2
[RFC v2] virtio: support packed ring
...; > spec, do we need to track last seen used_wrap_counter here? > > > > I don't think we have to track used_wrap_counter in > > > > driver. There was a discussion on this: > > > > > > > > https://lists.oasis-open.org/archives/virtio-dev/201802/msg00177.html > > > > > > > > And after that, below sentence was added (it's also > > > > in the above words you quoted): > > > > > > > > """ > > > > Other techniques to detect > > > > VIRTQ_DESC_F_AVAIL...
2018 Apr 24
2
[RFC v2] virtio: support packed ring
...; > spec, do we need to track last seen used_wrap_counter here? > > > > I don't think we have to track used_wrap_counter in > > > > driver. There was a discussion on this: > > > > > > > > https://lists.oasis-open.org/archives/virtio-dev/201802/msg00177.html > > > > > > > > And after that, below sentence was added (it's also > > > > in the above words you quoted): > > > > > > > > """ > > > > Other techniques to detect > > > > VIRTQ_DESC_F_AVAIL...
2020 Jan 10
7
[v2v PATCH 0/6] Various Python pycodestyle fixes
Fixes the majority of the pycodestyle issues in the Python scripts, and fix the existing test-v2v-python-syntax.sh to use pycodestyle to actually perform style checks. Pino Toscano (6): PEP 8: adapt whitespaces in lines PEP 8: move imports at the top PEP 8: adapt empty lines tests: find all the Python scripts for syntax checks -o rhv-upload: remove unused Python imports Revamp check
2018 Apr 05
2
[PATCH v8] v2v: Add -o rhv-upload output mode (RHBZ#1557273).
v7 was here: https://www.redhat.com/archives/libguestfs/2018-March/msg00143.html Since then: - Earlier patches are now upstream. - The to-do list is moved from the commit message to the TODO file. - This version forces -of raw + -oa sparse and gives an error in any other mode. We intend to lift these restrictions later. - Tested against latest imageio which supports longer timeouts,
2018 Apr 05
0
[PATCH v8] v2v: Add -o rhv-upload output mode (RHBZ#1557273).
...initial_size = params['disk_size'], + provisioned_size = params['disk_size'], + # XXX Ignores params['output_sparse']. + # Handling this properly will be complex, see: + # https://www.redhat.com/archives/libguestfs/2018-March/msg00177.html + sparse = True, + storage_domains = [ + types.StorageDomain( + name = params['output_storage'], + ) + ], + ) + ) + + # Wait till the disk is up, as the transfer can't start if the + #...
2018 Apr 10
0
[PATCH v9] v2v: Add -o rhv-upload output mode (RHBZ#1557273).
...initial_size = params['disk_size'], + provisioned_size = params['disk_size'], + # XXX Ignores params['output_sparse']. + # Handling this properly will be complex, see: + # https://www.redhat.com/archives/libguestfs/2018-March/msg00177.html + sparse = True, + storage_domains = [ + types.StorageDomain( + name = params['output_storage'], + ) + ], + ) + ) + + # Wait till the disk is up, as the transfer can't start if the + #...