Re: [PATCH] emulator test: add "rep ins" mmio access test

2012-10-31 Thread Marcelo Tosatti
On Fri, Oct 19, 2012 at 03:39:08PM +0800, Xiao Guangrong wrote: > Add the test to trigger the bug that "rep ins" causes vcpu->mmio_fragments > overflow overflow while move large data from ioport to MMIO > > Signed-off-by: Xiao Guangrong > --- > x86/emulator.c | 14 ++ > 1 files cha

[PATCH] emulator test: add "rep ins" mmio access test

2012-10-19 Thread Xiao Guangrong
Add the test to trigger the bug that "rep ins" causes vcpu->mmio_fragments overflow overflow while move large data from ioport to MMIO Signed-off-by: Xiao Guangrong --- x86/emulator.c | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/x86/emulator.c b/x86/emul