cachepc-qemu

Fork of AMDESE/qemu with changes for cachepc side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-qemu
Log | Files | Refs | Submodules | LICENSE | sfeed.txt

meson.build (233B)


      1i18n = import('i18n')
      2
      3if find_program('xgettext', required: get_option('gettext')).found()
      4  i18n.gettext(meson.project_name(),
      5               args: '--msgid-bugs-address=qemu-devel@nongnu.org',
      6               preset: 'glib')
      7endif