Re: [Qemu-devel] [PATCH] Convert to realize()

2016-01-10 Thread Cao jin
Thanks for your work:) On 01/11/2016 02:04 AM, Michael Tokarev wrote: 18.12.2015 11:55, Cao jin wrote: for educational PCI device Applied to -trivial, adding "hw/misc/edu:" prefix to the subject line, thanks! 10.01.2016 13:14, Cao jin wrote: Hi mjt, seems the patch is still pending in

Re: [Qemu-devel] [PATCH] Convert to realize()

2016-01-10 Thread Michael Tokarev
18.12.2015 11:55, Cao jin wrote: > for educational PCI device Applied to -trivial, adding "hw/misc/edu:" prefix to the subject line, thanks! 10.01.2016 13:14, Cao jin wrote: > Hi mjt, > seems the patch is still pending in qemu-trivial, and besides, I have > several others also pending in the

Re: [Qemu-devel] [PATCH] Convert to realize()

2016-01-10 Thread Cao jin
Hi mjt, seems the patch is still pending in qemu-trivial, and besides, I have several others also pending in there,may I know how are they going? On 12/18/2015 08:55 PM, Markus Armbruster wrote: Copying qemu-trivial. Cao jin writes: for educational PCI device Signed-off-by: Cao jin -

Re: [Qemu-devel] [PATCH] Convert to realize()

2015-12-18 Thread Markus Armbruster
Copying qemu-trivial. Cao jin writes: > for educational PCI device > > Signed-off-by: Cao jin > --- > hw/misc/edu.c | 6 ++ > 1 file changed, 2 insertions(+), 4 deletions(-) > > diff --git a/hw/misc/edu.c b/hw/misc/edu.c > index fe50b42..43d5b18 100644 > --- a/hw/misc/edu.c > +++ b/hw/misc

[Qemu-devel] [PATCH] Convert to realize()

2015-12-18 Thread Cao jin
for educational PCI device Signed-off-by: Cao jin --- hw/misc/edu.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/hw/misc/edu.c b/hw/misc/edu.c index fe50b42..43d5b18 100644 --- a/hw/misc/edu.c +++ b/hw/misc/edu.c @@ -327,7 +327,7 @@ static void *edu_fact_thread(void