search for: rtoax

Displaying 2 results from an estimated 2 matches for "rtoax".

Did you mean: rtmax
2023 Mar 09
0
[PATCH] tools/virtio: virtio_test: Fix indentation
On Thu, Mar 09, 2023 at 02:13:20PM +0800, Rong Tao wrote: >Replace eight spaces with Tab. > >Signed-off-by: Rong Tao <rtoax at foxmail.com> >--- > tools/virtio/virtio_test.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Acked-by: Stefano Garzarella <sgarzare at redhat.com> > >diff --git a/tools/virtio/virtio_test.c b/tools/virtio/virtio_test.c >index 6e348fbdc5d8..44409a311580 10064...
2023 May 25
0
[PATCH] tools/virtio: Add .gitignore to ringtest
On Wed, 24 May 2023 20:36:12 +0800, Rong Tao <rtoax at foxmail.com> wrote: > From: Rong Tao <rongtao at cestc.cn> > > Ignore executions for ringtest. > > Signed-off-by: Rong Tao <rongtao at cestc.cn> Is this the resend mail? Or a new version? I replyed to your last mail. THanks. > --- > tools/virtio/ringtest...