Re: [RFC PATCH v2 12/16] add x-sysbus-mmio-map qmp command

2021-10-13 Thread Alistair Francis
On Thu, Sep 23, 2021 at 2:26 AM Damien Hedde wrote: > > This command allows to map an mmio region of sysbus device onto > the system memory. Its behavior mimics the sysbus_mmio_map() > function apart from the automatic unmap (the C function unmaps > the region if it is already mapped). > For the q

[RFC PATCH v2 12/16] add x-sysbus-mmio-map qmp command

2021-09-22 Thread Damien Hedde
This command allows to map an mmio region of sysbus device onto the system memory. Its behavior mimics the sysbus_mmio_map() function apart from the automatic unmap (the C function unmaps the region if it is already mapped). For the qmp function we consider it is an error to try to map an already m