Re: [libvirt] [PATCH for v1.0.5-maint] Fix use of VIR_STRDUP vs strdup

2013-06-11 Thread Ján Tomko
On 06/10/2013 03:54 PM, Cole Robinson wrote: > > Whoops, I just pushed your patch to the maint branch before I saw your and > Jan's responses. Thanks, now I don't feel so bad for failing to mention that the patch is missing virReportOOMError :) Jan -- libvir-list mailing list libvir-list@redhat

Re: [libvirt] [PATCH for v1.0.5-maint] Fix use of VIR_STRDUP vs strdup

2013-06-10 Thread Cole Robinson
On 06/10/2013 09:45 AM, Doug Goldstein wrote: > On Mon, Jun 10, 2013 at 3:28 AM, Eric Blake > wrote: > > - Original Message - > > Commit 894f784948a93760629de3cb195c69ef4f4b831f broke the v1.0.5-maint > > branch because VIR_STRDUP() didn't exist in th

Re: [libvirt] [PATCH for v1.0.5-maint] Fix use of VIR_STRDUP vs strdup

2013-06-10 Thread Doug Goldstein
On Mon, Jun 10, 2013 at 3:28 AM, Eric Blake wrote: > - Original Message - > > Commit 894f784948a93760629de3cb195c69ef4f4b831f broke the v1.0.5-maint > > branch because VIR_STRDUP() didn't exist in the v1.0.5 release so the > > resulting build is missing that symbol. > > > > This patch is

Re: [libvirt] [PATCH for v1.0.5-maint] Fix use of VIR_STRDUP vs strdup

2013-06-10 Thread Cole Robinson
On 06/10/2013 04:28 AM, Eric Blake wrote: > - Original Message - >> Commit 894f784948a93760629de3cb195c69ef4f4b831f broke the v1.0.5-maint >> branch because VIR_STRDUP() didn't exist in the v1.0.5 release so the >> resulting build is missing that symbol. >> >> This patch is only for the v1.

Re: [libvirt] [PATCH for v1.0.5-maint] Fix use of VIR_STRDUP vs strdup

2013-06-10 Thread Ján Tomko
On 06/10/2013 10:28 AM, Eric Blake wrote: > - Original Message - >> Commit 894f784948a93760629de3cb195c69ef4f4b831f broke the v1.0.5-maint >> branch because VIR_STRDUP() didn't exist in the v1.0.5 release so the >> resulting build is missing that symbol. >> >> This patch is only for the v1.

Re: [libvirt] [PATCH for v1.0.5-maint] Fix use of VIR_STRDUP vs strdup

2013-06-10 Thread Eric Blake
- Original Message - > Commit 894f784948a93760629de3cb195c69ef4f4b831f broke the v1.0.5-maint > branch because VIR_STRDUP() didn't exist in the v1.0.5 release so the > resulting build is missing that symbol. > > This patch is only for the v1.0.5-maint branch. > --- > src/qemu/qemu_migrati

[libvirt] [PATCH for v1.0.5-maint] Fix use of VIR_STRDUP vs strdup

2013-06-09 Thread Doug Goldstein
Commit 894f784948a93760629de3cb195c69ef4f4b831f broke the v1.0.5-maint branch because VIR_STRDUP() didn't exist in the v1.0.5 release so the resulting build is missing that symbol. This patch is only for the v1.0.5-maint branch. --- src/qemu/qemu_migration.c | 2 +- 1 file changed, 1 insertion(+)