search for: b1b3555

Displaying 7 results from an estimated 7 matches for "b1b3555".

Did you mean: 133555
2014 Nov 04
0
[PATCH 3/9] build: check for libintl, and use it
...@@ -43,5 +43,6 @@ test_libvirt_auth_callbacks_LDADD = \ $(top_builddir)/src/libguestfs.la \ $(LIBVIRT_LIBS) \ $(LIBXML2_LIBS) \ + $(LTLIBINTL) \ $(top_builddir)/gnulib/lib/libgnu.la endif diff --git a/tests/qemu/Makefile.am b/tests/qemu/Makefile.am index b1b3555..e234063 100644 --- a/tests/qemu/Makefile.am +++ b/tests/qemu/Makefile.am @@ -55,6 +55,7 @@ qemu_boot_LDADD = \ $(top_builddir)/src/libguestfs.la \ $(LIBXML2_LIBS) \ $(LIBVIRT_LIBS) \ + $(LTLIBINTL) \ $(top_builddir)/gnulib/lib/libgnu.la qemu_speed_test_SOURCES = \ @@ -71,4 +72,5 @@ qemu...
2014 Nov 04
2
Re: [PATCH 3/9] build: check for libintl, and use it
...lbacks_LDADD = \ > $(top_builddir)/src/libguestfs.la \ > $(LIBVIRT_LIBS) \ > $(LIBXML2_LIBS) \ > + $(LTLIBINTL) \ > $(top_builddir)/gnulib/lib/libgnu.la > endif > diff --git a/tests/qemu/Makefile.am b/tests/qemu/Makefile.am > index b1b3555..e234063 100644 > --- a/tests/qemu/Makefile.am > +++ b/tests/qemu/Makefile.am > @@ -55,6 +55,7 @@ qemu_boot_LDADD = \ > $(top_builddir)/src/libguestfs.la \ > $(LIBXML2_LIBS) \ > $(LIBVIRT_LIBS) \ > + $(LTLIBINTL) \ > $(top_builddir)/gnulib/lib/libgnu.la > >...
2014 Nov 04
13
[PATCH 0/9] Small bits of non-Linux porting - #2
Hi, continuing what started a couple of weeks ago [1], the attached patch series continues the work in making it easier to build and run libguestfs (in fixed appliance mode) on OSes different than Linux. The provided changes should cause no functional changes on Linux. [1] https://www.redhat.com/archives/libguestfs/2014-October/msg00176.html Thanks, -- Pino Pino Toscano (9): build: check
2014 Oct 04
4
[PATCH v4 0/4] tests: Introduce test harness for running tests.
This converts more of the tests (basically everything under tests/) to use the test harness, revealing some problems which have subsequently been fixed. Rich.
2014 Oct 05
12
[PATCH v5 0/7] tests: Introduce test harness for running tests.
Since v4: - More tests have been converted. - Testing local guests fixed. - Drop no-exec-stack test.
2014 Oct 23
10
[PATCH v6 00/10] tests: Introduce test harness for running tests.
For v6: This is mainly just a rebase, but I have also added tests in the ocaml/ language bindings directory, and for all the OCaml-written virt tools. Rich.
2014 Oct 24
10
[PATCH v7 00/10] tests: Introduce test harness for running tests.
v7: The only changes since v6 are those suggested by Pino in the review of v5.