]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/ppc: Explicitly create the drc container
authorPeter Xu <peterx@redhat.com>
Thu, 21 Nov 2024 19:21:55 +0000 (14:21 -0500)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 20 Dec 2024 16:44:55 +0000 (17:44 +0100)
commit7c03a17c8da54d30727b9bb4558cc298aaaaa99b
tree2d24d57db6f826608e61cac091f1ae2aab22f299
parent6de3c4917fcfe46f4ae9621c78f768c37a428fda
hw/ppc: Explicitly create the drc container

QEMU will start to not rely on implicit creations of containers soon.  Make
PPC drc devices follow by explicitly create the container whenever a drc
device is realized, dropping container_get() calls.

No functional change intended.

Cc: Nicholas Piggin <npiggin@gmail.com>
Cc: Daniel Henrique Barboza <danielhb413@gmail.com>
Cc: Harsh Prateek Bora <harshpb@linux.ibm.com>
Cc: qemu-ppc@nongnu.org
Signed-off-by: Peter Xu <peterx@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20241121192202.4155849-7-peterx@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
hw/ppc/spapr_drc.c