On 2015-03-19 14:27, Jan Kiszka wrote:
> On 2015-03-18 14:21, Paolo Bonzini wrote:
>> @@ -2591,9 +2596,12 @@ void *address_space_map(AddressSpace *as,
>>      }
>>  
>>      l = len;
>> +    rcu_read_lock();
>>      mr = address_space_translate(as, addr, &xlat, &l, is_write);
>> +
>>      if (!memory_access_is_direct(mr, is_write)) {
>>          if (atomic_xchg(&bounce.in_use, true)) {
> 
> Doesn't apply due to differences in the line above.
> 
> What is this patch based on? Do you have a public branch where I can
> find the series and its dependencies?

Think I found the series:
http://thread.gmane.org/gmane.comp.emulators.qemu/326076. At least it
builds and runs.

Jan

-- 
Siemens AG, Corporate Technology, CT RTC ITP SES-DE
Corporate Competence Center Embedded Linux

Reply via email to