From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41060) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGU9T-0001gu-7h for qemu-devel@nongnu.org; Thu, 20 Feb 2014 08:59:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WGU9M-0005qH-6m for qemu-devel@nongnu.org; Thu, 20 Feb 2014 08:58:59 -0500 Message-ID: <53060A17.4010901@redhat.com> Date: Thu, 20 Feb 2014 14:58:47 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1392904246-15575-1-git-send-email-aik@ozlabs.ru> In-Reply-To: <1392904246-15575-1-git-send-email-aik@ozlabs.ru> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v5 0/6] spapr: bootindex support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexey Kardashevskiy , qemu-devel@nongnu.org Cc: qemu-ppc@nongnu.org, Alexander Graf , Andreas Faerber Il 20/02/2014 14:50, Alexey Kardashevskiy ha scritto: > This time I grouped patches into 2 groups - the first 3 patches > are platform independent and last 3 are for sPAPR machine. Not many updates, > just some code style fixes and rebased on top of qemu.org/master + agraf/ppc-next. > > Please comment. Thanks. Good, but S-o-b in patch 3 is missing. Paolo > > Alexey Kardashevskiy (5): > boot: extend get_boot_devices_list() to ignore suffixes > qdev: introduce FWPathProvider interface > spapr-llan: add to boot device list > spapr-vio: fix firmware names > spapr: define interface to fix device pathname > > Paolo Bonzini (1): > vl: allow customizing the class of /machine > > hw/core/Makefile.objs | 1 + > hw/core/fw-path-provider.c | 51 +++++++++++++++++++++ > hw/core/qdev.c | 18 +++++++- > hw/net/spapr_llan.c | 3 ++ > hw/nvram/fw_cfg.c | 2 +- > hw/ppc/spapr.c | 103 +++++++++++++++++++++++++++++++++++++++++- > hw/ppc/spapr_vio.c | 3 ++ > include/hw/boards.h | 1 + > include/hw/fw-path-provider.h | 49 ++++++++++++++++++++ > include/sysemu/sysemu.h | 2 +- > tests/Makefile | 1 + > vl.c | 13 ++++-- > 12 files changed, 240 insertions(+), 7 deletions(-) > create mode 100644 hw/core/fw-path-provider.c > create mode 100644 include/hw/fw-path-provider.h >