Il 05/12/2013 13:19, Uri Lublin ha scritto:
>>
>> /* FIXME: support unaligned access? */
>> -access_size = MAX(MIN(size, access_size_max), access_size_min);
>> +access_size = MAX(MIN(size, mr->min_access_size),
>> mr->min_access_size);
> Hi Paolo,
>
> Here it should be
On 12/02/2013 04:40 PM, Paolo Bonzini wrote:
This will simplify the code in the next patch.
Signed-off-by: Paolo Bonzini
---
include/exec/memory.h | 2 ++
memory.c | 27 +++
2 files changed, 13 insertions(+), 16 deletions(-)
typedef struct MemoryL
This will simplify the code in the next patch.
Signed-off-by: Paolo Bonzini
---
include/exec/memory.h | 2 ++
memory.c | 27 +++
2 files changed, 13 insertions(+), 16 deletions(-)
diff --git a/include/exec/memory.h b/include/exec/memory.h
index 480dfbf..cf6