Re: [Qemu-devel] [PATCH 0/3] rdma fixes and clean ups

2013-08-14 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH 0/3] rdma fixes and clean ups

2013-08-03 Thread Michael R. Hines
On 08/03/2013 09:24 PM, Isaku Yamahata wrote: On Fri, Aug 02, 2013 at 09:40:58AM -0400, Michael R. Hines mrhi...@linux.vnet.ibm.com wrote: On 08/01/2013 11:56 PM, Isaku Yamahata wrote: Small fixes/clean up to rdma. found through code review. Isaku Yamahata (3): rdma: don't use negative

Re: [Qemu-devel] [PATCH 0/3] rdma fixes and clean ups

2013-08-03 Thread Isaku Yamahata
On Fri, Aug 02, 2013 at 09:40:58AM -0400, Michael R. Hines mrhi...@linux.vnet.ibm.com wrote: On 08/01/2013 11:56 PM, Isaku Yamahata wrote: Small fixes/clean up to rdma. found through code review. Isaku Yamahata (3): rdma: don't use negative index to array rdma:

Re: [Qemu-devel] [PATCH 0/3] rdma fixes and clean ups

2013-08-02 Thread Michael R. Hines
On 08/01/2013 11:56 PM, Isaku Yamahata wrote: Small fixes/clean up to rdma. found through code review. Isaku Yamahata (3): rdma: don't use negative index to array rdma: qemu_rdma_post_send_control uses wrongly RDMA_WRID_MAX rdma: use RDMA_WRID_READY migration-rdma.c | 43

[Qemu-devel] [PATCH 0/3] rdma fixes and clean ups

2013-08-01 Thread Isaku Yamahata
Small fixes/clean up to rdma. found through code review. Isaku Yamahata (3): rdma: don't use negative index to array rdma: qemu_rdma_post_send_control uses wrongly RDMA_WRID_MAX rdma: use RDMA_WRID_READY migration-rdma.c | 43 +++ 1 file changed,