All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/3] 9p patches 2018-12-13
@ 2018-12-13  9:03 Greg Kurz
  2018-12-13  9:03 ` [Qemu-devel] [PULL 1/3] 9p: use g_new(T, n) instead of g_malloc(sizeof(T) * n) Greg Kurz
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Greg Kurz @ 2018-12-13  9:03 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell, Greg Kurz

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

 fsdev/qemu-fsdev.c       |   3 -
 hw/9pfs/9p-handle.c      | 710 -----------------------------------------------
 hw/9pfs/9p.c             |   4 +-
 hw/9pfs/Makefile.objs    |   1 -
 hw/9pfs/xen-9p-backend.c |   6 +-
 qemu-deprecated.texi     |   8 -
 qemu-options.hx          |   8 +-
 7 files changed, 9 insertions(+), 731 deletions(-)
 delete mode 100644 hw/9pfs/9p-handle.c
-- 
2.17.2

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-12-15 18:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-13  9:03 [Qemu-devel] [PULL 0/3] 9p patches 2018-12-13 Greg Kurz
2018-12-13  9:03 ` [Qemu-devel] [PULL 1/3] 9p: use g_new(T, n) instead of g_malloc(sizeof(T) * n) Greg Kurz
2018-12-13  9:03 ` [Qemu-devel] [PULL 2/3] xen/9pfs: " Greg Kurz
2018-12-13  9:03 ` [Qemu-devel] [PULL 3/3] 9p: remove support for the "handle" backend Greg Kurz
2018-12-13 11:20 ` [Qemu-devel] [PULL 0/3] 9p patches 2018-12-13 no-reply
2018-12-13 12:04   ` Greg Kurz
2018-12-14 19:12 ` Peter Maydell
2018-12-15 18:44   ` Greg Kurz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.