Re: [Qemu-devel] [PATCH v2 04/10] rocker: add register programming guide

2015-01-05 Thread Scott Feldman
I would like to keep it with qemu.git, if possible. Since the device doesn't really exist in the real world, and there is no particular company behind it, there isn't really a place for the spec to live other than beside the implementation. docs/specs is fine by me. I had a test/ directory in

[Qemu-devel] [PATCH v2 04/10] rocker: add register programming guide

2015-01-05 Thread sfeldma
From: Scott Feldman sfel...@gmail.com This is the register programming guide for the Rocker device. It's intended for driver writers and device writers. It covers the device's PCI space, the register set, DMA interface, and interrupts. Signed-off-by: Scott Feldman sfel...@gmail.com

Re: [Qemu-devel] [PATCH v2 04/10] rocker: add register programming guide

2015-01-05 Thread Jason Wang
On 01/06/2015 10:24 AM, sfel...@gmail.com wrote: From: Scott Feldman sfel...@gmail.com This is the register programming guide for the Rocker device. It's intended for driver writers and device writers. It covers the device's PCI space, the register set, DMA interface, and interrupts.