From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59357) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWhxX-0001jp-57 for qemu-devel@nongnu.org; Fri, 19 Feb 2016 05:06:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aWhxW-0008IC-BD for qemu-devel@nongnu.org; Fri, 19 Feb 2016 05:06:47 -0500 Received: from mail-wm0-x230.google.com ([2a00:1450:400c:c09::230]:35012) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWhxW-0008I4-0z for qemu-devel@nongnu.org; Fri, 19 Feb 2016 05:06:46 -0500 Received: by mail-wm0-x230.google.com with SMTP id c200so67811195wme.0 for ; Fri, 19 Feb 2016 02:06:45 -0800 (PST) From: Jiri Pirko Date: Fri, 19 Feb 2016 11:06:40 +0100 Message-Id: <1455876403-8575-1-git-send-email-jiri@resnulli.us> Subject: [Qemu-devel] [patch qemu 0/3] rocker: prepare for easy addition of other worlds List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: prem@barefootnetworks.com, daniel@iogearbox.net, stefanha@gmail.com, jasowang@redhat.com, parag.bhide@barefootnetworks.com, idosch@mellanox.com, sfeldma@gmail.com, eladr@mellanox.com, pbonzini@redhat.com, alexei.starovoitov@gmail.com From: Jiri Pirko 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. Jiri Pirko (3): rocker: forbid to change world type 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 | 35 +++++++++++++++++++++++++++++++++-- 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, 42 insertions(+), 8 deletions(-) -- 2.4.3