On 2/12/24 22:11, Philippe Mathieu-Daudé wrote:
In order to be able to QOM-embed a structure, we need
its full definition. Move it from "ahci_internal.h"
to the new "hw/ide/ahci-pci.h" header.

Signed-off-by: Philippe Mathieu-Daudé<phi...@linaro.org>
---
  hw/ide/ahci_internal.h    |  8 --------
  include/hw/ide/ahci-pci.h | 22 ++++++++++++++++++++++
  include/hw/ide/ahci.h     |  3 ---
  hw/i386/pc_q35.c          |  2 +-
  hw/ide/ahci.c             |  1 +
  hw/ide/ich.c              |  1 +
  hw/mips/boston.c          |  2 +-
  7 files changed, 26 insertions(+), 13 deletions(-)
  create mode 100644 include/hw/ide/ahci-pci.h

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>

r~

Reply via email to