From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59947) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UltF9-0001oS-56 for qemu-devel@nongnu.org; Sun, 09 Jun 2013 23:58:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UltF4-0007fa-Ab for qemu-devel@nongnu.org; Sun, 09 Jun 2013 23:58:07 -0400 Received: from mail-ie0-x22f.google.com ([2607:f8b0:4001:c03::22f]:65263) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UltF4-0007f8-5B for qemu-devel@nongnu.org; Sun, 09 Jun 2013 23:58:02 -0400 Received: by mail-ie0-f175.google.com with SMTP id a13so2212943iee.6 for ; Sun, 09 Jun 2013 20:58:01 -0700 (PDT) From: Simarpreet Singh Date: Sun, 9 Jun 2013 23:57:54 -0400 Message-Id: <1370836675-13964-1-git-send-email-simarpreet007@gmail.com> Subject: [Qemu-devel] [PATCH] Refactoring ISA only PC code for pc_isa.c List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, aliguori@us.ibm.com Cc: Simarpreet Singh Currently the ISA only PC code is alongwith the other PC machines. The objective is to decouple the ISA only PC code for clarity. Simarpreet Singh (1): Refactoring ISA only PC code for pc_isa.c hw/i386/Makefile.objs | 2 +- hw/i386/pc_isa.c | 213 +++++++++++++++++++++++++++++++++++++++++++++++++ hw/i386/pc_piix.c | 41 ---------- 3 files changed, 214 insertions(+), 42 deletions(-) create mode 100644 hw/i386/pc_isa.c -- 1.7.9.5