Re: [Qemu-devel] [PATCH] hw/wom: Implement write-only-memory device

2013-04-01 Thread Anthony Liguori
Peter Maydell writes: > The lack of a write-only-memory device is a gaping hole in QEMU's > otherwise comprehensive range of device models. This patch implements > a model of the popular Signetics 25120 9046xN random access WOM. Applied, thanks. Regards, Anthony Liguori > --- > hw/Makefile.o

Re: [Qemu-devel] [PATCH] hw/wom: Implement write-only-memory device

2013-04-01 Thread Blue Swirl
On Mon, Apr 1, 2013 at 12:00 AM, Peter Maydell wrote: > The lack of a write-only-memory device is a gaping hole in QEMU's > otherwise comprehensive range of device models. This patch implements > a model of the popular Signetics 25120 9046xN random access WOM. Awesome!! I made a short clip to sho

[Qemu-devel] [PATCH] hw/wom: Implement write-only-memory device

2013-03-31 Thread Peter Maydell
The lack of a write-only-memory device is a gaping hole in QEMU's otherwise comprehensive range of device models. This patch implements a model of the popular Signetics 25120 9046xN random access WOM. --- hw/Makefile.objs | 2 + hw/wom.c | 127