|
From: | Paolo Bonzini |
Subject: | Re: [Qemu-devel] [RFC PATCH RDMA support v5: 08/12] new capabilities added and check for QMP string 'rdma' |
Date: | Tue, 09 Apr 2013 19:02:30 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130311 Thunderbird/17.0.4 |
Il 09/04/2013 05:04, address@hidden ha scritto: > + } else if (strstart(uri, "rdma:", &p)) { > + rdma_start_outgoing_migration(s, p, &local_err); Forgot one: please wrap this and the equivalent incoming migration hunk with #ifdef CONFIG_RDMA. Prototypes can go in include/migration/migration.h. Paolo
[Prev in Thread] | Current Thread | [Next in Thread] |