qemu

FORK: QEMU emulator
git clone https://git.neptards.moe/neptards/qemu.git
Log | Files | Refs | Submodules | LICENSE

meson.build (190B)


      1 qom_ss.add(genh)
      2 qom_ss.add(files(
      3   'container.c',
      4   'object.c',
      5   'object_interfaces.c',
      6   'qom-qobject.c',
      7 ))
      8 
      9 qmp_ss.add(files('qom-qmp-cmds.c'))
     10 softmmu_ss.add(files('qom-hmp-cmds.c'))