On 30 April 2018 at 01:18, Michael Clark wrote:
> Quite a bit of our initialization code in several QOM classes allocate
> memory that is not freed. e.g. the PLIC. Usually these functions are only
> run once, but ideally all of the code should be memory clean. i.e. exit
> without leaks. Many progr
On Sat, Apr 28, 2018 at 2:17 AM, Peter Maydell
wrote:
> On 2 March 2018 at 13:51, Michael Clark wrote:
> > RISC-V machine with device-tree, 16550a UART and VirtIO MMIO.
> > The following machine is implemented:
> >
> > - 'virt'; CLINT, PLIC, 16550A UART, VirtIO MMIO, device-tree
> >
> > Acked-by
On 2 March 2018 at 13:51, Michael Clark wrote:
> RISC-V machine with device-tree, 16550a UART and VirtIO MMIO.
> The following machine is implemented:
>
> - 'virt'; CLINT, PLIC, 16550A UART, VirtIO MMIO, device-tree
>
> Acked-by: Richard Henderson
> Signed-off-by: Palmer Dabbelt
> Signed-off-by:
RISC-V machine with device-tree, 16550a UART and VirtIO MMIO.
The following machine is implemented:
- 'virt'; CLINT, PLIC, 16550A UART, VirtIO MMIO, device-tree
Acked-by: Richard Henderson
Signed-off-by: Palmer Dabbelt
Signed-off-by: Michael Clark
---
hw/riscv/virt.c | 420 +++