]> git.ipfire.org Git - thirdparty/qemu.git/commit
softmmu/physmem: Fixup qemu_ram_block_from_host() documentation
authorDavid Hildenbrand <david@redhat.com>
Tue, 26 Sep 2023 18:57:23 +0000 (20:57 +0200)
committerDavid Hildenbrand <david@redhat.com>
Thu, 12 Oct 2023 12:15:21 +0000 (14:15 +0200)
commit022f033bd77a54a395f9df50a3201f059b80a2d9
tree3d17f615a5ed93f1577bb87655472e4821225259
parent309ebfa691eb73648e77fc5a775986c12951df67
softmmu/physmem: Fixup qemu_ram_block_from_host() documentation

Let's fixup the documentation (e.g., removing traces of the ram_addr
parameter that no longer exists) and move it to the header file while at
it.

Message-ID: <20230926185738.277351-4-david@redhat.com>
Suggested-by: Igor Mammedov <imammedo@redhat.com>
Acked-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: David Hildenbrand <david@redhat.com>
include/exec/cpu-common.h
system/physmem.c