On 20 October 2015 at 00:38, Michael Roth <mdr...@linux.vnet.ibm.com> wrote: > Hi Peter, > > Please note that 'glib-compat: add 2.38/2.40/2.46 asserts' is also in > Marc-André's recent ivshmem PULL. The 2 versions of the patches are identical, > but let me know if you'd prefer a re-send/re-base later. > > The following changes since commit 26c7be842637ee65a79cd77f96a99c23ddcd90ad: > > Merge remote-tracking branch 'remotes/sstabellini/tags/2015-10-19-tag' into > staging (2015-10-19 12:13:27 +0100) > > are available in the git repository at: > > > git://github.com/mdroth/qemu.git tags/qga-pull-2015-10-14-v4-tag > > for you to fetch changes up to e853ea1cc68716c3d9c22d04578020c6dd743306: > > qga: fix uninitialized value warning for win32 (2015-10-19 18:31:54 -0500) > > ---------------------------------------------------------------- > qemu-ga patch queue > > * add unit tests for qemu-ga > * add guest-exec support for posix/w32 guests > * added 'qemu-ga' target for w32. this allows us to do full MSI build, > without overloading 'qemu-ga.exe' target with uneeded dependencies. > * number of s/g_new/g_malloc/ conversions for qga > > v2: > * commit message and qapi documentation spelling fixes > * rename 'inp-data' guest-exec param to 'input-data' > > v3: > * fix OSX build errors for test-qga by using PRId64 > format in place of glib's, and dropping use of G_SPAWN_DEFAULT > macro for glib 2.22 compat > * fix win32 build warnings for 32-bit builds by avoid int casts > of process HANDLEs > > v4: > * assert connect_qga() doesn't fail > * only enable test-qga for linux hosts > * allow get-memory-block-info* to fail if memory blocks aren't exposed in > sysfs >
Applied, thanks. -- PMM