Re: [Qemu-devel] [PATCH 05/10] vmport: convert to qdev

2011-02-16 Thread Markus Armbruster
Blue Swirl writes: > On Tue, Feb 15, 2011 at 12:22 PM, Markus Armbruster wrote: >> Blue Swirl writes: >> >>> On Sat, Feb 12, 2011 at 6:57 PM, Markus Armbruster >>> wrote: [...] Old code has pc_init1() call vmport_init().  Where does your code create qdev "vmport"?  And what's happen

Re: [Qemu-devel] [PATCH 05/10] vmport: convert to qdev

2011-02-15 Thread Blue Swirl
On Tue, Feb 15, 2011 at 12:22 PM, Markus Armbruster wrote: > Blue Swirl writes: > >> On Sat, Feb 12, 2011 at 6:57 PM, Markus Armbruster wrote: >>> Blue Swirl writes: >>> Signed-off-by: Blue Swirl ---  hw/pc.h      |    1 -  hw/pc_piix.c |    2 --  hw/vmport.c  |   24 +

Re: [Qemu-devel] [PATCH 05/10] vmport: convert to qdev

2011-02-15 Thread Markus Armbruster
Blue Swirl writes: > On Sat, Feb 12, 2011 at 6:57 PM, Markus Armbruster wrote: >> Blue Swirl writes: >> >>> Signed-off-by: Blue Swirl >>> --- >>>  hw/pc.h      |    1 - >>>  hw/pc_piix.c |    2 -- >>>  hw/vmport.c  |   24 +--- >>>  3 files changed, 21 insertions(+), 6 delet

Re: [Qemu-devel] [PATCH 05/10] vmport: convert to qdev

2011-02-12 Thread Blue Swirl
On Sat, Feb 12, 2011 at 6:57 PM, Markus Armbruster wrote: > Blue Swirl writes: > >> Signed-off-by: Blue Swirl >> --- >>  hw/pc.h      |    1 - >>  hw/pc_piix.c |    2 -- >>  hw/vmport.c  |   24 +--- >>  3 files changed, 21 insertions(+), 6 deletions(-) >> >> diff --git a/hw/p

Re: [Qemu-devel] [PATCH 05/10] vmport: convert to qdev

2011-02-12 Thread Markus Armbruster
Blue Swirl writes: > Signed-off-by: Blue Swirl > --- > hw/pc.h |1 - > hw/pc_piix.c |2 -- > hw/vmport.c | 24 +--- > 3 files changed, 21 insertions(+), 6 deletions(-) > > diff --git a/hw/pc.h b/hw/pc.h > index a048768..603a2a3 100644 > --- a/hw/pc.h > +++ b/

[Qemu-devel] [PATCH 05/10] vmport: convert to qdev

2011-02-03 Thread Blue Swirl
Signed-off-by: Blue Swirl --- hw/pc.h |1 - hw/pc_piix.c |2 -- hw/vmport.c | 24 +--- 3 files changed, 21 insertions(+), 6 deletions(-) diff --git a/hw/pc.h b/hw/pc.h index a048768..603a2a3 100644 --- a/hw/pc.h +++ b/hw/pc.h @@ -65,7 +65,6 @@ void hpet_pit_di