Re: [Qemu-devel] [PATCH 1/3] S390: Basic CPU model support

2012-11-23 Thread Andreas Färber
Am 23.11.2012 11:18, schrieb Jens Freimann: > From: Viktor Mihajlovski > > This enables qemu -cpu ? to return the list of supported CPU models > on s390. Since only the host model is supported at this point in time > this is pretty straight-forward. Further, a validity check for the > requested C

[Qemu-devel] [PATCH 1/3] S390: Basic CPU model support

2012-11-23 Thread Jens Freimann
From: Viktor Mihajlovski This enables qemu -cpu ? to return the list of supported CPU models on s390. Since only the host model is supported at this point in time this is pretty straight-forward. Further, a validity check for the requested CPU model was added. This change is needed to allow libvi