Re: [Qemu-devel] [PATCH v5 4/6] qdev: Add a function to rename busses

2015-12-16 Thread Alistair Francis
On Wed, Dec 16, 2015 at 2:36 PM, Peter Crosthwaite wrote: > On Wed, Dec 16, 2015 at 1:45 PM, Alistair Francis > wrote: >> Add a function which can be used to rename busses. >> >> Signed-off-by: Alistair Francis >> --- >> >> hw/core/qdev.c | 5 + >> include/hw/qdev-core.h | 2 ++ >>

Re: [Qemu-devel] [PATCH v5 4/6] qdev: Add a function to rename busses

2015-12-16 Thread Peter Crosthwaite
On Wed, Dec 16, 2015 at 1:45 PM, Alistair Francis wrote: > Add a function which can be used to rename busses. > > Signed-off-by: Alistair Francis > --- > > hw/core/qdev.c | 5 + > include/hw/qdev-core.h | 2 ++ > 2 files changed, 7 insertions(+) > > diff --git a/hw/core/qdev.c b/hw/c

[Qemu-devel] [PATCH v5 4/6] qdev: Add a function to rename busses

2015-12-16 Thread Alistair Francis
Add a function which can be used to rename busses. Signed-off-by: Alistair Francis --- hw/core/qdev.c | 5 + include/hw/qdev-core.h | 2 ++ 2 files changed, 7 insertions(+) diff --git a/hw/core/qdev.c b/hw/core/qdev.c index b3ad467..29a3e9d 100644 --- a/hw/core/qdev.c +++ b/hw/core