commit | d06c2f769559d2211fa1662318182a236293e920 | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <philmd@linaro.org> | Wed Feb 14 16:52:24 2024 +0100 |
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | Thu Feb 22 12:47:40 2024 +0100 |
tree | e5fd612dc70786bf3e8cbc7d4cba389a8c27b1fd | |
parent | 1f88173ab9dfa34e96f5baa10b83ccb528de3030 [diff] |
hw/ppc/pnv_bmc: Use qdev_new() instead of QOM API Prefer QDev API for QDev objects, avoid the underlying QOM layer. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Cédric Le Goater <clg@kaod.org> Message-Id: <20240216110313.17039-6-philmd@linaro.org>