]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Allow memAccess for hugepages again
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 6 Jun 2017 08:58:37 +0000 (10:58 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 13 Jun 2017 14:44:29 +0000 (16:44 +0200)
commit671d18594f42f24f7cb3f1b2c574ff4ddba0b183
tree702a0d5f7a1d7ff2189801d93822f3fa8d19a739
parent1fd19670c69a1535293bbf6f9fada52923a1dee6
qemu: Allow memAccess for hugepages again

https://bugzilla.redhat.com/show_bug.cgi?id=1214369
https://bugzilla.redhat.com/show_bug.cgi?id=1458638

Historically, we've always supported memAccess for domains backed
by hugepages. However, somewhere along the way we've regressed
and stopped allowing such configuration. Fix it.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_command.c
tests/qemuxml2argvdata/qemuxml2argv-fd-memory-numa-topology2.args
tests/qemuxml2argvdata/qemuxml2argv-hugepages-memaccess.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-hugepages-memaccess.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c
tests/qemuxml2xmloutdata/qemuxml2xmlout-hugepages-memaccess.xml [new symlink]
tests/qemuxml2xmltest.c