Re: [Qemu-devel] [PATCH] s390: Move hw files to hw/s390x

2013-01-25 Thread Paolo Bonzini
Il 25/01/2013 11:40, Peter Maydell ha scritto: > On 25 January 2013 00:18, Alexander Graf wrote: >> This moves all files only used by s390 system emulation to hw/s390x. > > This only makes sense if our plan is to rearrange the hw/ > source files for all targets -- are we going to? > Do files for

Re: [Qemu-devel] [PATCH] s390: Move hw files to hw/s390x

2013-01-25 Thread Alexander Graf
Am 25.01.2013 um 11:40 schrieb Peter Maydell : > On 25 January 2013 00:18, Alexander Graf wrote: >> This moves all files only used by s390 system emulation to hw/s390x. > > This only makes sense if our plan is to rearrange the hw/ > source files for all targets -- are we going to? > Do files f

Re: [Qemu-devel] [PATCH] s390: Move hw files to hw/s390x

2013-01-25 Thread Peter Maydell
On 25 January 2013 00:18, Alexander Graf wrote: > This moves all files only used by s390 system emulation to hw/s390x. This only makes sense if our plan is to rearrange the hw/ source files for all targets -- are we going to? Do files for arch-specific kvm devices go in hw/kvm/ or hw/$arch/ ? --

Re: [Qemu-devel] [PATCH] s390: Move hw files to hw/s390x

2013-01-25 Thread Christian Borntraeger
On 25/01/13 01:18, Alexander Graf wrote: > This moves all files only used by s390 system emulation to hw/s390x. > > Signed-off-by: Alexander Graf makes sense Acked-by: Christian Borntraeger > --- > hw/s390x/Makefile.objs |2 -- > hw/{ => s390x}/s390-virtio-bus.c |8 ---

[Qemu-devel] [PATCH] s390: Move hw files to hw/s390x

2013-01-24 Thread Alexander Graf
This moves all files only used by s390 system emulation to hw/s390x. Signed-off-by: Alexander Graf --- hw/s390x/Makefile.objs |2 -- hw/{ => s390x}/s390-virtio-bus.c |8 hw/{ => s390x}/s390-virtio-bus.h | 12 ++-- hw/s390x/s390-virtio-hcall.c |2 +- h