search for: msg00149

Displaying 10 results from an estimated 10 matches for "msg00149".

Did you mean: msg00049
2019 Apr 01
3
Re: [nbdkit PATCH] protocol: Trivially implement NBD_CMD_FLAG_DF
...;); >> diff --git a/TODO b/TODO >> index 81d692b..2b944e9 100644 >> --- a/TODO >> +++ b/TODO >> @@ -24,8 +24,8 @@ General ideas for improvements >> to inform nbdkit when the response is ready: >> https://www.redhat.com/archives/libguestfs/2018-January/msg00149.html >> >> -* More NBD protocol features. The only currently missing feature is >> - online resize. >> +* More NBD protocol features. The only currently missing features are >> + sparse reads and online resize. >> This resets the change from commit 26455d452...
2019 Mar 29
3
[nbdkit PATCH] protocol: Trivially implement NBD_CMD_FLAG_DF
...t;invalid request: REQ_ONE flag needs BLOCK_STATUS request"); diff --git a/TODO b/TODO index 81d692b..2b944e9 100644 --- a/TODO +++ b/TODO @@ -24,8 +24,8 @@ General ideas for improvements to inform nbdkit when the response is ready: https://www.redhat.com/archives/libguestfs/2018-January/msg00149.html -* More NBD protocol features. The only currently missing feature is - online resize. +* More NBD protocol features. The only currently missing features are + sparse reads and online resize. * Add a callback to let plugins request minimum alignment for the buffer to pread/pwrite; use...
2019 Apr 01
0
Re: [nbdkit PATCH] protocol: Trivially implement NBD_CMD_FLAG_DF
On 4/1/19 10:09 AM, Martin Kletzander wrote: >>> +++ b/TODO >>> @@ -24,8 +24,8 @@ General ideas for improvements >>>    to inform nbdkit when the response is ready: >>>    https://www.redhat.com/archives/libguestfs/2018-January/msg00149.html >>> >>> -* More NBD protocol features.  The only currently missing feature is >>> -  online resize. >>> +* More NBD protocol features.  The only currently missing features are >>> +  sparse reads and online resize. >>> > > This reset...
2014 Mar 26
1
Sending command to virtual machine
Hello, I would like to know if there is a way how to execute a command inside of running virDomainPtr. For example call exec command but not on my computer, but on running virtual machine. If there is a way, what needs to be done for it? Thanks for answer!
2018 Jan 23
3
[nbdkit PATCH 0/2] Miscellaneous patches
These are relatively independent enough from my ongoing work to add FUA support that I'll post them now. Eric Blake (2): todo: More items include: Properly decorate attributes in public headers TODO | 15 ++++++++++++++- include/nbdkit-common.h | 4 ++-- 2 files changed, 16 insertions(+), 3 deletions(-) -- 2.14.3
2019 Mar 29
0
Re: [nbdkit PATCH] protocol: Trivially implement NBD_CMD_FLAG_DF
...ds BLOCK_STATUS request"); > diff --git a/TODO b/TODO > index 81d692b..2b944e9 100644 > --- a/TODO > +++ b/TODO > @@ -24,8 +24,8 @@ General ideas for improvements > to inform nbdkit when the response is ready: > https://www.redhat.com/archives/libguestfs/2018-January/msg00149.html > > -* More NBD protocol features. The only currently missing feature is > - online resize. > +* More NBD protocol features. The only currently missing features are > + sparse reads and online resize. > > * Add a callback to let plugins request minimum alignment for...
2006 Sep 07
12
Multiple (multiplexed) simultaneous ssh connections - Cygwin bug?
Hello, ? I need to make many (>50) ssh connections from linux to cygwin at the same time. Using Windows 2000 Server (OpenSSH_4.3p2, OpenSSL 0.9.8b and updated cygwin) and Linux RHEL4 (OpenSSH_3.9p1, OpenSSL 0.9.7a). ? It's been difficult to optimize many simultaneous connections. Here were some issues: 1.?????? On Windows XP/Professional, Microsoft intentionally cripples the TCP/IP stack.
2010 Nov 02
8
Una guía de estilo para programar en R... ¿comentarios?
Hola, ¿qué tal? Hace poco vi que Google había hecho pública su guía de estilo interna para programar en R: http://google-styleguide.googlecode.com/svn/trunk/google-r-style.html Me tomé la libertad de traducirla: http://datanalytics.com/guia_estilo_r.html Cuanto más pienso en ella, más carencias veo. Escribí sobre ello en mi blog (
2019 Mar 26
21
[PATCH nbdkit v4 00/15] Implement Block Status.
I'm not sure exactly which version we're up to, but let's say it's version 4. I'm a lot happier with this version: - all filters have been reviewed and changed where I think that's necessary - can_extents is properly defined and implemented now - NBD protocol is followed - I believe it addresses all previous review points where possible The "only" thing
2019 Mar 28
32
[PATCH nbdkit v5 FINAL 00/19] Implement extents.
This has already been pushed upstream. I am simply posting these here so we have a reference in the mailing list in case we find bugs later (as I'm sure we will - it's a complex patch series). Great thanks to Eric Blake for tireless review on this one. It also seems to have identified a few minor bugs in qemu along the way. Rich.