Re: [Qemu-devel] [RFC PATCH v3] tests: rtl8139: test timers and interrupt

2015-02-09 Thread Stefan Hajnoczi
On Fri, Feb 06, 2015 at 05:07:17PM +, Frediano Ziglio wrote: > 2015-02-06 16:54 GMT+00:00 Stefan Hajnoczi : > > On Thu, Jan 08, 2015 at 06:38:23PM +, Frediano Ziglio wrote: > >> Test behaviour of timers and interrupts related to timeouts. > >> > >> Signed-off-by: Frediano Ziglio > >> --- >

Re: [Qemu-devel] [RFC PATCH v3] tests: rtl8139: test timers and interrupt

2015-02-06 Thread Frediano Ziglio
2015-02-06 16:54 GMT+00:00 Stefan Hajnoczi : > On Thu, Jan 08, 2015 at 06:38:23PM +, Frediano Ziglio wrote: >> Test behaviour of timers and interrupts related to timeouts. >> >> Signed-off-by: Frediano Ziglio >> --- >> tests/Makefile | 2 +- >> tests/rtl8139-test.c | 181 >> +

Re: [Qemu-devel] [RFC PATCH v3] tests: rtl8139: test timers and interrupt

2015-02-06 Thread Stefan Hajnoczi
On Thu, Jan 08, 2015 at 06:38:23PM +, Frediano Ziglio wrote: > Test behaviour of timers and interrupts related to timeouts. > > Signed-off-by: Frediano Ziglio > --- > tests/Makefile | 2 +- > tests/rtl8139-test.c | 181 > +++ > 2 files

Re: [Qemu-devel] [RFC PATCH v3] tests: rtl8139: test timers and interrupt

2015-02-06 Thread Paolo Bonzini
This patch is marked as RFC, but I think it should be included. Stefan/Jason, can you pull it in the next net pull request? Paolo On 08/01/2015 19:38, Frediano Ziglio wrote: > Test behaviour of timers and interrupts related to timeouts. > > Signed-off-by: Frediano Ziglio > --- > tests/Makefile

Re: [Qemu-devel] [RFC PATCH v3] tests: rtl8139: test timers and interrupt

2015-01-22 Thread Paolo Bonzini
On 22/01/2015 13:33, Frediano Ziglio wrote: > Hi, >sorry I didn't get everything. Was my patch/test fine or should I > change something? Your patch is ok as far as I'm concerned. > I saw you posted a patch for timer. Was your patch > tested with my code and you find some problems or was my

Re: [Qemu-devel] [RFC PATCH v3] tests: rtl8139: test timers and interrupt

2015-01-22 Thread Frediano Ziglio
2015-01-20 13:36 GMT+00:00 Paolo Bonzini : > > > On 08/01/2015 19:38, Frediano Ziglio wrote: >> Test behaviour of timers and interrupts related to timeouts. >> >> Signed-off-by: Frediano Ziglio >> --- >> tests/Makefile | 2 +- >> tests/rtl8139-test.c | 181 >>

Re: [Qemu-devel] [RFC PATCH v3] tests: rtl8139: test timers and interrupt

2015-01-20 Thread Paolo Bonzini
On 20/01/2015 14:36, Paolo Bonzini wrote: > Respectively, no and if you want. > > Reviewed-by: Paolo Bonzini > > As the last person who touched the rtl8139 timer code, I'm glad I didn't > break anything. :) Oh, that patch wasn't committed, it wast just an RFC... and it would have broken somet

Re: [Qemu-devel] [RFC PATCH v3] tests: rtl8139: test timers and interrupt

2015-01-20 Thread Paolo Bonzini
On 08/01/2015 19:38, Frediano Ziglio wrote: > Test behaviour of timers and interrupts related to timeouts. > > Signed-off-by: Frediano Ziglio > --- > tests/Makefile | 2 +- > tests/rtl8139-test.c | 181 > +++ > 2 files changed, 182 inser

[Qemu-devel] [RFC PATCH v3] tests: rtl8139: test timers and interrupt

2015-01-08 Thread Frediano Ziglio
Test behaviour of timers and interrupts related to timeouts. Signed-off-by: Frediano Ziglio --- tests/Makefile | 2 +- tests/rtl8139-test.c | 181 +++ 2 files changed, 182 insertions(+), 1 deletion(-) This patch was derived from a test I d