7a925b3802
* Add tools_only path to only build qemu-img and qemu-guest-agent * Add a -tests subpackage * Install tracetool, simpletrace, dump-guest-memory * Add vhost modprobe file * Sync qemu-guest-agent file lists * Use udevrulesdir from systemd * Add more seabios and seavgabios roms * More use of %{name} to make paths more generic * Group all fedora specific %install content at the end * Drop the rpath stripping, in my testing it's not needed anymore * Drop the s390x iotests skippage from last year Signed-off-by: Cole Robinson <crobinso@redhat.com>
13 lines
466 B
Plaintext
13 lines
466 B
Plaintext
# The KVM HV implementation on Power can require a significant amount
|
|
# of unswappable memory (about half of which also needs to be host
|
|
# physically contiguous) to hold the guest's Hash Page Table (HPT) -
|
|
# roughly 1/64th of the guest's RAM size, minimum 16MiB.
|
|
#
|
|
# These limits allow unprivileged users to start smallish VMs, such as
|
|
# those used by libguestfs.
|
|
#
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1293024
|
|
#
|
|
* hard memlock 65536
|
|
* soft memlock 65536
|