David Gibson 35f9304d92 pseries: Remove unnecessary locking from PAPR hash table hcalls
In the paravirtualized environment provided by PAPR, there is a standard
locking scheme so that hypercalls updating the hash page table from
different guest threads don't corrupt the haah table state.  We implement
this HVLOCK bit in out page table hypercalls.  However, it is not necessary
in our case, since the hypercalls all run in the qemu environment under the
big qemu lock.

Therefore, this patch removes the locking code.  This has the additional
advantage of freeing up a hash PTE bit which will be useful for migration
support.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Alexander Graf <agraf@suse.de>
2012-10-04 15:54:18 +02:00
2012-10-01 08:04:22 -05:00
2012-08-28 20:38:39 +02:00
2012-08-28 20:38:39 +02:00
2012-10-01 08:04:22 -05:00
2012-09-27 21:28:25 +02:00
2012-09-07 09:02:44 +03:00
2012-09-21 15:12:58 +02:00
2012-09-05 15:48:57 -03:00
2012-09-21 15:12:58 +02:00
2012-09-15 15:34:27 +00:00
2012-09-05 15:48:57 -03:00
2012-09-22 17:59:12 +00:00
2012-09-05 15:48:57 -03:00
2012-09-05 15:48:57 -03:00
2012-09-05 15:48:57 -03:00
2012-09-09 17:03:09 +03:00
2012-09-10 15:29:51 +03:00
2012-09-25 19:05:56 -05:00
2012-09-19 15:26:31 +02:00
2012-09-05 15:48:57 -03:00
2012-09-27 21:28:25 +02:00
2012-09-05 11:44:53 -05:00
2012-09-10 13:52:28 -05:00

Read the documentation in qemu-doc.html or on http://wiki.qemu.org

- QEMU team
Description
No description provided
Readme 404 MiB
Languages
C 82.6%
C++ 6.5%
Python 3.4%
Dylan 2.9%
Shell 1.6%
Other 2.8%