Re: [PATCH 3/4] kvm-unit-tests: VMX: Add test cases for I/O bitmaps

2013-08-15 Thread Arthur Chunqi Li
On Thu, Aug 15, 2013 at 4:23 PM, Jan Kiszka wrote: > On 2013-08-15 10:20, Arthur Chunqi Li wrote: >> On Thu, Aug 15, 2013 at 4:13 PM, Jan Kiszka wrote: >>> On 2013-08-15 10:09, Arthur Chunqi Li wrote: On Thu, Aug 15, 2013 at 3:58 PM, Jan Kiszka wrote: > On 2013-08-15 09:51, Arthur Chunq

Re: [PATCH 3/4] kvm-unit-tests: VMX: Add test cases for I/O bitmaps

2013-08-15 Thread Jan Kiszka
On 2013-08-15 10:20, Arthur Chunqi Li wrote: > On Thu, Aug 15, 2013 at 4:13 PM, Jan Kiszka wrote: >> On 2013-08-15 10:09, Arthur Chunqi Li wrote: >>> On Thu, Aug 15, 2013 at 3:58 PM, Jan Kiszka wrote: On 2013-08-15 09:51, Arthur Chunqi Li wrote: > On Thu, Aug 15, 2013 at 3:40 PM, Jan Kis

Re: [PATCH 3/4] kvm-unit-tests: VMX: Add test cases for I/O bitmaps

2013-08-15 Thread Arthur Chunqi Li
On Thu, Aug 15, 2013 at 4:13 PM, Jan Kiszka wrote: > On 2013-08-15 10:09, Arthur Chunqi Li wrote: >> On Thu, Aug 15, 2013 at 3:58 PM, Jan Kiszka wrote: >>> On 2013-08-15 09:51, Arthur Chunqi Li wrote: On Thu, Aug 15, 2013 at 3:40 PM, Jan Kiszka wrote: > On 2013-08-13 17:56, Arthur Chunq

Re: [PATCH 3/4] kvm-unit-tests: VMX: Add test cases for I/O bitmaps

2013-08-15 Thread Jan Kiszka
On 2013-08-15 10:09, Arthur Chunqi Li wrote: > On Thu, Aug 15, 2013 at 3:58 PM, Jan Kiszka wrote: >> On 2013-08-15 09:51, Arthur Chunqi Li wrote: >>> On Thu, Aug 15, 2013 at 3:40 PM, Jan Kiszka wrote: On 2013-08-13 17:56, Arthur Chunqi Li wrote: > Add test cases for I/O bitmaps, includin

Re: [PATCH 3/4] kvm-unit-tests: VMX: Add test cases for I/O bitmaps

2013-08-15 Thread Arthur Chunqi Li
On Thu, Aug 15, 2013 at 3:58 PM, Jan Kiszka wrote: > On 2013-08-15 09:51, Arthur Chunqi Li wrote: >> On Thu, Aug 15, 2013 at 3:40 PM, Jan Kiszka wrote: >>> On 2013-08-13 17:56, Arthur Chunqi Li wrote: Add test cases for I/O bitmaps, including corner cases. >>> >>> Would be good to briefly li

Re: [PATCH 3/4] kvm-unit-tests: VMX: Add test cases for I/O bitmaps

2013-08-15 Thread Jan Kiszka
On 2013-08-15 09:51, Arthur Chunqi Li wrote: > On Thu, Aug 15, 2013 at 3:40 PM, Jan Kiszka wrote: >> On 2013-08-13 17:56, Arthur Chunqi Li wrote: >>> Add test cases for I/O bitmaps, including corner cases. >> >> Would be good to briefly list the corner cases here. >> >>> >>> Signed-off-by: Arthur

Re: [PATCH 3/4] kvm-unit-tests: VMX: Add test cases for I/O bitmaps

2013-08-15 Thread Arthur Chunqi Li
On Thu, Aug 15, 2013 at 3:40 PM, Jan Kiszka wrote: > On 2013-08-13 17:56, Arthur Chunqi Li wrote: >> Add test cases for I/O bitmaps, including corner cases. > > Would be good to briefly list the corner cases here. > >> >> Signed-off-by: Arthur Chunqi Li >> --- >> x86/vmx.h |6 +- >> x8

Re: [PATCH 3/4] kvm-unit-tests: VMX: Add test cases for I/O bitmaps

2013-08-15 Thread Jan Kiszka
On 2013-08-13 17:56, Arthur Chunqi Li wrote: > Add test cases for I/O bitmaps, including corner cases. Would be good to briefly list the corner cases here. > > Signed-off-by: Arthur Chunqi Li > --- > x86/vmx.h |6 +- > x86/vmx_tests.c | 167 > +++

[PATCH 3/4] kvm-unit-tests: VMX: Add test cases for I/O bitmaps

2013-08-13 Thread Arthur Chunqi Li
Add test cases for I/O bitmaps, including corner cases. Signed-off-by: Arthur Chunqi Li --- x86/vmx.h |6 +- x86/vmx_tests.c | 167 +++ 2 files changed, 170 insertions(+), 3 deletions(-) diff --git a/x86/vmx.h b/x86/vmx.h index 1896