[Qemu-devel] Re: [PATCH 01/14] lm32: add Milkymist AC97 support

2011-03-16 Thread malc
On Thu, 17 Mar 2011, Michael Walle wrote: > Am Mittwoch 16 M?rz 2011, 19:12:44 schrieb malc: > > > > diff --git a/hw/milkymist-ac97.c b/hw/milkymist-ac97.c > > > > new file mode 100644 > > > > index 000..6c9e318 > > > > --- /dev/null > > > > +++ b/hw/milkymist-ac97.c > > > > @@ -0,0 +1,335 @@

[Qemu-devel] Re: [PATCH 01/14] lm32: add Milkymist AC97 support

2011-03-16 Thread Alexander Graf
On 17.03.2011, at 00:02, Michael Walle wrote: > Am Mittwoch 16 März 2011, 19:12:44 schrieb malc: diff --git a/hw/milkymist-ac97.c b/hw/milkymist-ac97.c new file mode 100644 index 000..6c9e318 --- /dev/null +++ b/hw/milkymist-ac97.c @@ -0,0 +1,335 @@ +/*

[Qemu-devel] Re: [PATCH 01/14] lm32: add Milkymist AC97 support

2011-03-16 Thread Michael Walle
Am Mittwoch 16 März 2011, 19:12:44 schrieb malc: > > > diff --git a/hw/milkymist-ac97.c b/hw/milkymist-ac97.c > > > new file mode 100644 > > > index 000..6c9e318 > > > --- /dev/null > > > +++ b/hw/milkymist-ac97.c > > > @@ -0,0 +1,335 @@ > > > +/* > > > + * QEMU model of the Milkymist System C

[Qemu-devel] Re: [PATCH 01/14] lm32: add Milkymist AC97 support

2011-03-16 Thread malc
On Wed, 16 Mar 2011, Alexander Graf wrote: > On 03/07/2011 11:32 PM, Michael Walle wrote: > > This patch adds support for the Milkymist AC97 compatible sound output and > > input core. > > Malc, could you please take a look at this? :) Okay... > > > Signed-off-by: Michael Walle > > --- > > M

[Qemu-devel] Re: [PATCH 01/14] lm32: add Milkymist AC97 support

2011-03-16 Thread Alexander Graf
On 03/07/2011 11:32 PM, Michael Walle wrote: This patch adds support for the Milkymist AC97 compatible sound output and input core. Malc, could you please take a look at this? :) Signed-off-by: Michael Walle --- Makefile.target |1 + configure |3 + hw/milkymist-ac97