|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] Assorted VMX patches
#> - ioemu: Update the address when doing a stosb/stosw/stosl. Without this
#> patch stosb writes req->count times at the same location req->addr. Not
#> exactly the intended semantics.
#
# The string operations should go to the if (req->pdata_valid) clause.
# Is pdata_valid==0 for your stos* cases?
Yes. stos* only uses a value parameter (al, ax,or eax), so pdata_valid == 0.
Addr, size and count are still valid
Leendert
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|