From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43273) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1emA0E-00049Q-KQ for qemu-devel@nongnu.org; Wed, 14 Feb 2018 22:14:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1emA09-0000cu-Lr for qemu-devel@nongnu.org; Wed, 14 Feb 2018 22:14:30 -0500 From: "Emilio G. Cota" Date: Wed, 14 Feb 2018 22:14:19 -0500 Message-Id: <1518664462-2960-1-git-send-email-cota@braap.org> Subject: [Qemu-devel] [PATCH 0/3] target/ppc: convert to generic translation loop List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Richard Henderson , David Gibson , Alexander Graf , qemu-ppc@nongnu.org After converting riscv to the translation loop, I'm trying to keep the momentum going. Hopefully this will lead to quite a few more targets being converted. The appended converts the ppc target to TranslatorOps. I have tested it by booting ubuntu on a ppc64 guest. Please review! Thanks, Emilio