Searched hist:"905 b7ee4d647111d29f29c55618591366321c47a" (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/hw/vfio/ |
H A D | spapr.c | diff 905b7ee4d647111d29f29c55618591366321c47a Wed Apr 17 06:31:43 CDT 2019 David Hildenbrand <david@redhat.com> exec: Introduce qemu_maxrampagesize() and rename qemu_getrampagesize()
Rename qemu_getrampagesize() to qemu_minrampagesize(). While at it, properly rename find_max_supported_pagesize() to find_min_backend_pagesize().
s390x is actually interested into the maximum ram pagesize, so introduce and use qemu_maxrampagesize().
Add a TODO, indicating that looking at any mapped memory backends is not 100% correct in some cases.
Signed-off-by: David Hildenbrand <david@redhat.com> Message-Id: <20190417113143.5551-3-david@redhat.com> Reviewed-by: David Gibson <david@gibson.dropbear.id.au> Reviewed-by: Igor Mammedov <imammedo@redhat.com> Signed-off-by: Cornelia Huck <cohuck@redhat.com>
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_caps.c | diff 905b7ee4d647111d29f29c55618591366321c47a Wed Apr 17 06:31:43 CDT 2019 David Hildenbrand <david@redhat.com> exec: Introduce qemu_maxrampagesize() and rename qemu_getrampagesize()
Rename qemu_getrampagesize() to qemu_minrampagesize(). While at it, properly rename find_max_supported_pagesize() to find_min_backend_pagesize().
s390x is actually interested into the maximum ram pagesize, so introduce and use qemu_maxrampagesize().
Add a TODO, indicating that looking at any mapped memory backends is not 100% correct in some cases.
Signed-off-by: David Hildenbrand <david@redhat.com> Message-Id: <20190417113143.5551-3-david@redhat.com> Reviewed-by: David Gibson <david@gibson.dropbear.id.au> Reviewed-by: Igor Mammedov <imammedo@redhat.com> Signed-off-by: Cornelia Huck <cohuck@redhat.com>
|
/openbmc/qemu/include/exec/ |
H A D | ram_addr.h | diff 905b7ee4d647111d29f29c55618591366321c47a Wed Apr 17 06:31:43 CDT 2019 David Hildenbrand <david@redhat.com> exec: Introduce qemu_maxrampagesize() and rename qemu_getrampagesize()
Rename qemu_getrampagesize() to qemu_minrampagesize(). While at it, properly rename find_max_supported_pagesize() to find_min_backend_pagesize().
s390x is actually interested into the maximum ram pagesize, so introduce and use qemu_maxrampagesize().
Add a TODO, indicating that looking at any mapped memory backends is not 100% correct in some cases.
Signed-off-by: David Hildenbrand <david@redhat.com> Message-Id: <20190417113143.5551-3-david@redhat.com> Reviewed-by: David Gibson <david@gibson.dropbear.id.au> Reviewed-by: Igor Mammedov <imammedo@redhat.com> Signed-off-by: Cornelia Huck <cohuck@redhat.com>
|
/openbmc/qemu/target/ppc/ |
H A D | kvm.c | diff 905b7ee4d647111d29f29c55618591366321c47a Wed Apr 17 06:31:43 CDT 2019 David Hildenbrand <david@redhat.com> exec: Introduce qemu_maxrampagesize() and rename qemu_getrampagesize()
Rename qemu_getrampagesize() to qemu_minrampagesize(). While at it, properly rename find_max_supported_pagesize() to find_min_backend_pagesize().
s390x is actually interested into the maximum ram pagesize, so introduce and use qemu_maxrampagesize().
Add a TODO, indicating that looking at any mapped memory backends is not 100% correct in some cases.
Signed-off-by: David Hildenbrand <david@redhat.com> Message-Id: <20190417113143.5551-3-david@redhat.com> Reviewed-by: David Gibson <david@gibson.dropbear.id.au> Reviewed-by: Igor Mammedov <imammedo@redhat.com> Signed-off-by: Cornelia Huck <cohuck@redhat.com>
|
/openbmc/qemu/hw/s390x/ |
H A D | s390-virtio-ccw.c | diff 905b7ee4d647111d29f29c55618591366321c47a Wed Apr 17 06:31:43 CDT 2019 David Hildenbrand <david@redhat.com> exec: Introduce qemu_maxrampagesize() and rename qemu_getrampagesize()
Rename qemu_getrampagesize() to qemu_minrampagesize(). While at it, properly rename find_max_supported_pagesize() to find_min_backend_pagesize().
s390x is actually interested into the maximum ram pagesize, so introduce and use qemu_maxrampagesize().
Add a TODO, indicating that looking at any mapped memory backends is not 100% correct in some cases.
Signed-off-by: David Hildenbrand <david@redhat.com> Message-Id: <20190417113143.5551-3-david@redhat.com> Reviewed-by: David Gibson <david@gibson.dropbear.id.au> Reviewed-by: Igor Mammedov <imammedo@redhat.com> Signed-off-by: Cornelia Huck <cohuck@redhat.com>
|