All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [patch qemu v2 0/4] rocker: prepare for easy addition of other worlds
@ 2016-02-25 14:31 Jiri Pirko
  2016-02-25 14:31 ` [Qemu-devel] [patch qemu v2 1/4] rocker: forbid to change world type Jiri Pirko
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Jiri Pirko @ 2016-02-25 14:31 UTC (permalink / raw)
  To: qemu-devel
  Cc: prem, daniel, stefanha, jasowang, parag.bhide, idosch, sfeldma,
	eladr, pbonzini, alexei.starovoitov

From: Jiri Pirko <jiri@mellanox.com>

This patchset does couple of small changes in order to prepare for smooth
addition of other worlds, like P4 and BPF. qemu user will be able to request
desired rocker world by "world=worldname" property.

v1->v2:
patch 2/4:
  - new patch
patch 4/4:
  - goto error path in case world type is not found for name
  - move worlds alloc check right after worlds alloc

Jiri Pirko (4):
  rocker: forbid to change world type
  rocker: return -ENOMEM in case of some world alloc fails
  rocker: add name field into WorldOps ale let world specify its name
  rocker: allow user to specify rocker world by property

 hw/net/rocker/rocker.c        | 38 ++++++++++++++++++++++++++++++++++++--
 hw/net/rocker/rocker_fp.c     |  5 +++++
 hw/net/rocker/rocker_fp.h     |  1 +
 hw/net/rocker/rocker_of_dpa.c |  1 +
 hw/net/rocker/rocker_world.c  |  7 +------
 hw/net/rocker/rocker_world.h  |  1 +
 6 files changed, 45 insertions(+), 8 deletions(-)

-- 
2.4.3

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

end of thread, other threads:[~2016-03-02  2:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-25 14:31 [Qemu-devel] [patch qemu v2 0/4] rocker: prepare for easy addition of other worlds Jiri Pirko
2016-02-25 14:31 ` [Qemu-devel] [patch qemu v2 1/4] rocker: forbid to change world type Jiri Pirko
2016-02-25 14:31 ` [Qemu-devel] [patch qemu v2 2/4] rocker: return -ENOMEM in case of some world alloc fails Jiri Pirko
2016-02-25 14:31 ` [Qemu-devel] [patch qemu v2 3/4] rocker: add name field into WorldOps ale let world specify its name Jiri Pirko
2016-02-25 14:31 ` [Qemu-devel] [patch qemu v2 4/4] rocker: allow user to specify rocker world by property Jiri Pirko
2016-03-02  2:48 ` [Qemu-devel] [patch qemu v2 0/4] rocker: prepare for easy addition of other worlds Jason Wang

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.