Re: [Qemu-devel] [PATCH] Refactoring ISA only PC code for pc_isa.c

2013-06-18 Thread Paolo Bonzini
Il 10/06/2013 05:57, Simarpreet Singh ha scritto: > Signed-off-by: Simarpreet Singh > --- > hw/i386/Makefile.objs |2 +- > hw/i386/pc_isa.c | 213 > + > hw/i386/pc_piix.c | 41 -- > 3 files changed, 214 insertions(+), 42 del

[Qemu-devel] [PATCH] Refactoring ISA only PC code for pc_isa.c

2013-06-09 Thread Simarpreet Singh
Signed-off-by: Simarpreet Singh --- 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 diff --git a/hw/i

[Qemu-devel] [PATCH] Refactoring ISA only PC code for pc_isa.c

2013-06-09 Thread 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 ++