On 06/08/2018 16:33, Emanuele Giuseppe Esposito wrote: > Rename qvirtio_mmio_init_device in qvirtio_mmio_device_new, since the function > actually allocates a new QVirtioMMIODevice and initialize it. > > Signed-off-by: Emanuele Giuseppe Esposito <e.emanuelegiuse...@gmail.com> > --- > tests/libqos/virtio-mmio.c | 2 +- > tests/libqos/virtio-mmio.h | 2 +- > tests/virtio-blk-test.c | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-)
I think you can merge this patch with the following one because the only reason you do that is to be able to define a new qvirtio_mmio_init() of your own. Thanks, Laurent