Statistics
| Branch: | Revision:

root / hw / milkymist-minimac2.c @ 3204db98

History | View | Annotate | Download (13.7 kB)

# Date Author Comment
306f66b4 10/02/2011 05:14 pm Michael Walle

milkymist-{minimac2,softusb}: rename memory names

Be consistent with other milkymist models.

Signed-off-by: Michael Walle <>
Signed-off-by: Avi Kivity <>

8a53d56f 09/04/2011 05:46 pm Avi Kivity

milkymist-minimac2: convert to memory API

Reviewed-by: Richard Henderson <>
Signed-off-by: Avi Kivity <>

01e0451a 08/25/2011 10:39 pm Anthony Liguori

Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"

This reverts commit 8ef9ea85a2cc1007eaefa53e6871f1f83bcef22d, reversing
changes made to 444dc48298c480e42e15a8fe676be737d8a6b2a1.

From Avi:

Please revert the entire pull (git revert 8ef9ea85a2cc1) while I work this...
906d23eb 08/25/2011 10:56 am Avi Kivity

milkymist-minimac2: convert to memory API

Reviewed-by: Richard Henderson <>
Signed-off-by: Avi Kivity <>

6daf194d 06/24/2011 11:13 am Markus Armbruster

Strip trailing '\n' from error_report()'s first argument

error_report() prepends location, and appends a newline. The message
constructed from the arguments should not contain a newline. Fix the
obvious offenders.

Signed-off-by: Markus Armbruster <>...

57aa265d 05/03/2011 11:48 am Michael Walle

lm32: add Milkymist Minimac2 support

This patch adds support for Milkymist's minimal Ethernet MAC v2. It
superseds minimac1.

Signed-off-by: Michael Walle <>
Signed-off-by: Edgar E. Iglesias <>