Re: [Qemu-devel] [PATCH v2] Basic Illumos support

2012-03-27 Thread Stefan Hajnoczi
On Sat, Mar 24, 2012 at 03:50:06PM +, Lee Essen wrote: > > On 24 Mar 2012, at 15:44, Andreas Färber wrote: > > > Am 24.03.2012 15:51, schrieb Lee Essen: > >> On 24 Mar 2012, at 12:56, Blue Swirl wrote: > >> > >>> On Sat, Mar 17, 2012 at 08:04, Lee Essen > >>> wrote: > (third email att

Re: [Qemu-devel] [PATCH v2] Basic Illumos support

2012-03-24 Thread Lee Essen
On 24 Mar 2012, at 15:44, Andreas Färber wrote: > Am 24.03.2012 15:51, schrieb Lee Essen: >> On 24 Mar 2012, at 12:56, Blue Swirl wrote: >> >>> On Sat, Mar 17, 2012 at 08:04, Lee Essen wrote: (third email attempt, apologies if you get duplicates) > > I did receive all three fine btw. > >

Re: [Qemu-devel] [PATCH v2] Basic Illumos support

2012-03-24 Thread Andreas Färber
Am 24.03.2012 15:51, schrieb Lee Essen: > On 24 Mar 2012, at 12:56, Blue Swirl wrote: > >> On Sat, Mar 17, 2012 at 08:04, Lee Essen wrote: >>> (third email attempt, apologies if you get duplicates) I did receive all three fine btw. [...] > Me and patches just aren't working well! It's fine in m

Re: [Qemu-devel] [PATCH v2] Basic Illumos support

2012-03-24 Thread Lee Essen
On 24 Mar 2012, at 12:56, Blue Swirl wrote: > On Sat, Mar 17, 2012 at 08:04, Lee Essen wrote: >> (third email attempt, apologies if you get duplicates) > > The patch does not apply: > git am: > Applying: Basic Illumos support > fatal: corrupt patch at line 19 > Patch failed at 0001 Basic Illumos

Re: [Qemu-devel] [PATCH v2] Basic Illumos support

2012-03-24 Thread Blue Swirl
On Sat, Mar 17, 2012 at 08:04, Lee Essen wrote: > (third email attempt, apologies if you get duplicates) The patch does not apply: git am: Applying: Basic Illumos support fatal: corrupt patch at line 19 Patch failed at 0001 Basic Illumos support patch: patching file configure patch: malform

[Qemu-devel] [PATCH v2] Basic Illumos support

2012-03-17 Thread Lee Essen
(third email attempt, apologies if you get duplicates) This patch adds some basic constructs to better support Illumos/Solaris. I've kept away from kvm, configure etc. This just covers making sure the right libs are used, and the code is Solaris/Illumos compatible. In qemu-timer.c there are lots