Re: [Qemu-block] [PATCH 3/4] monitor: Use QEMU_CLOCK_VIRTUAL for the event queue in qtest mode

2016-03-09 Thread Max Reitz
On 09.03.2016 17:11, Alberto Garcia wrote: > This allows us to perform tests on the monitor queues to verify that > the rate limits are enforced. > > Signed-off-by: Alberto Garcia > --- > monitor.c | 13 ++--- > 1 file changed, 10 insertions(+), 3 deletions(-) > >

[Qemu-block] [PATCH 3/4] monitor: Use QEMU_CLOCK_VIRTUAL for the event queue in qtest mode

2016-03-09 Thread Alberto Garcia
This allows us to perform tests on the monitor queues to verify that the rate limits are enforced. Signed-off-by: Alberto Garcia --- monitor.c | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/monitor.c b/monitor.c index c9fe862..d689b83 100644