[Qemu-devel] [PATCH 04/11] Add KVM support for S390x

2009-12-05 Thread Alexander Graf
S390x was one of the first platforms that received support for KVM back in the day. Unfortunately until now there hasn't been a qemu implementation that would enable users to actually run guests. So let's include support for KVM S390x in qemu! Signed-off-by: Alexander Graf --- v5 -> v6: - u

Re: [Qemu-devel] [PATCH 04/11] Add KVM support for S390x

2009-12-02 Thread malc
On Wed, 2 Dec 2009, Markus Armbruster wrote: > malc writes: > > > On Wed, 2 Dec 2009, Alexander Graf wrote: > > > >> > >> On 02.12.2009, at 09:12, Aurelien Jarno wrote: > >> > >> > On Mon, Nov 30, 2009 at 11:25:03PM +0100, Alexander Graf wrote: > >> >> > >> >> On 30.11.2009, at 19:18, Aurelie

Re: [Qemu-devel] [PATCH 04/11] Add KVM support for S390x

2009-12-02 Thread Markus Armbruster
malc writes: > On Wed, 2 Dec 2009, Alexander Graf wrote: > >> >> On 02.12.2009, at 09:12, Aurelien Jarno wrote: >> >> > On Mon, Nov 30, 2009 at 11:25:03PM +0100, Alexander Graf wrote: >> >> >> >> On 30.11.2009, at 19:18, Aurelien Jarno wrote: >> >> >> >>> On Thu, Nov 26, 2009 at 02:23:13PM +0

Re: [Qemu-devel] [PATCH 04/11] Add KVM support for S390x

2009-12-02 Thread malc
On Wed, 2 Dec 2009, Alexander Graf wrote: > > On 02.12.2009, at 09:42, malc wrote: > > > On Wed, 2 Dec 2009, Alexander Graf wrote: [..snip..] > > > > Why such a name starting with an underscore? > > Because that's the internal function that gets used by the exported, > >>>

Re: [Qemu-devel] [PATCH 04/11] Add KVM support for S390x

2009-12-02 Thread Alexander Graf
On 02.12.2009, at 09:42, malc wrote: > On Wed, 2 Dec 2009, Alexander Graf wrote: > >> >> On 02.12.2009, at 09:12, Aurelien Jarno wrote: >> >>> On Mon, Nov 30, 2009 at 11:25:03PM +0100, Alexander Graf wrote: On 30.11.2009, at 19:18, Aurelien Jarno wrote: > On Thu, Nov 26, 2

Re: [Qemu-devel] [PATCH 04/11] Add KVM support for S390x

2009-12-02 Thread malc
On Wed, 2 Dec 2009, Alexander Graf wrote: > > On 02.12.2009, at 09:12, Aurelien Jarno wrote: > > > On Mon, Nov 30, 2009 at 11:25:03PM +0100, Alexander Graf wrote: > >> > >> On 30.11.2009, at 19:18, Aurelien Jarno wrote: > >> > >>> On Thu, Nov 26, 2009 at 02:23:13PM +0100, Alexander Graf wrote:

Re: [Qemu-devel] [PATCH 04/11] Add KVM support for S390x

2009-12-02 Thread Alexander Graf
On 02.12.2009, at 09:12, Aurelien Jarno wrote: > On Mon, Nov 30, 2009 at 11:25:03PM +0100, Alexander Graf wrote: >> >> On 30.11.2009, at 19:18, Aurelien Jarno wrote: >> >>> On Thu, Nov 26, 2009 at 02:23:13PM +0100, Alexander Graf wrote: S390x was one of the first platforms that received su

Re: [Qemu-devel] [PATCH 04/11] Add KVM support for S390x

2009-12-02 Thread Aurelien Jarno
On Mon, Nov 30, 2009 at 11:25:03PM +0100, Alexander Graf wrote: > > On 30.11.2009, at 19:18, Aurelien Jarno wrote: > > > On Thu, Nov 26, 2009 at 02:23:13PM +0100, Alexander Graf wrote: > >> S390x was one of the first platforms that received support for KVM back in > >> the > >> day. Unfortunatel

Re: [Qemu-devel] [PATCH 04/11] Add KVM support for S390x

2009-11-30 Thread Alexander Graf
On 30.11.2009, at 19:18, Aurelien Jarno wrote: > On Thu, Nov 26, 2009 at 02:23:13PM +0100, Alexander Graf wrote: >> S390x was one of the first platforms that received support for KVM back in >> the >> day. Unfortunately until now there hasn't been a qemu implementation that >> would >> enable u

Re: [Qemu-devel] [PATCH 04/11] Add KVM support for S390x

2009-11-30 Thread Aurelien Jarno
On Thu, Nov 26, 2009 at 02:23:13PM +0100, Alexander Graf wrote: > S390x was one of the first platforms that received support for KVM back in the > day. Unfortunately until now there hasn't been a qemu implementation that > would > enable users to actually run guests. > > So let's include support

[Qemu-devel] [PATCH 04/11] Add KVM support for S390x

2009-11-26 Thread Alexander Graf
S390x was one of the first platforms that received support for KVM back in the day. Unfortunately until now there hasn't been a qemu implementation that would enable users to actually run guests. So let's include support for KVM S390x in qemu! Signed-off-by: Alexander Graf --- configure