Re: [Qemu-devel] [PATCH 2/2] qbus: make bus reset overrideable by subclasses

2013-01-11 Thread Anthony Liguori
Paolo Bonzini writes: > Il 11/01/2013 15:17, Anthony Liguori ha scritto: >> Signed-off-by: Anthony Liguori >> --- >> hw/qdev-core.h | 15 +++ >> hw/qdev.c | 16 +++- >> 2 files changed, 30 insertions(+), 1 deletion(-) >> >> diff --git a/hw/qdev-core.h b/hw/qdev-cor

Re: [Qemu-devel] [PATCH 2/2] qbus: make bus reset overrideable by subclasses

2013-01-11 Thread Paolo Bonzini
Il 11/01/2013 15:17, Anthony Liguori ha scritto: > Signed-off-by: Anthony Liguori > --- > hw/qdev-core.h | 15 +++ > hw/qdev.c | 16 +++- > 2 files changed, 30 insertions(+), 1 deletion(-) > > diff --git a/hw/qdev-core.h b/hw/qdev-core.h > index f40fd15..453a061 1006

[Qemu-devel] [PATCH 2/2] qbus: make bus reset overrideable by subclasses

2013-01-11 Thread Anthony Liguori
Signed-off-by: Anthony Liguori --- hw/qdev-core.h | 15 +++ hw/qdev.c | 16 +++- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/hw/qdev-core.h b/hw/qdev-core.h index f40fd15..453a061 100644 --- a/hw/qdev-core.h +++ b/hw/qdev-core.h @@ -100,7 +100,22 @@