On Fri, 14 Dec 2018 19:12:07 +0000 Peter Maydell <peter.mayd...@linaro.org> wrote:
> On Thu, 13 Dec 2018 at 09:03, Greg Kurz <gr...@kaod.org> wrote: > > > > The following changes since commit bb9bf94b3e8926553290bc9a7cb84315af422086: > > > > Merge remote-tracking branch > > 'remotes/ehabkost/tags/machine-next-pull-request' into staging (2018-12-11 > > 19:18:58 +0000) > > > > are available in the Git repository at: > > > > https://github.com/gkurz/qemu.git tags/for-upstream > > > > for you to fetch changes up to 93aee84f575d46699f49af3c96194012527e0b22: > > > > 9p: remove support for the "handle" backend (2018-12-12 14:18:10 +0100) > > > > ---------------------------------------------------------------- > > Most notable change in this PR is the full removal of the "handle" fsdev > > backend. > > > > ---------------------------------------------------------------- > > Greg Kurz (3): > > 9p: use g_new(T, n) instead of g_malloc(sizeof(T) * n) > > xen/9pfs: use g_new(T, n) instead of g_malloc(sizeof(T) * n) > > 9p: remove support for the "handle" backend > > Applied, thanks. > > Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0 > for any user-visible changes. > I've updated https://wiki.qemu.org/ChangeLog/4.0#Incompatible_changes accordingly. Cheers, -- Greg > -- PMM