qemu

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

redefined-command.json (139B)


      1 # we reject commands defined more than once
      2 { 'command': 'foo', 'data': { 'one': 'str' } }
      3 { 'command': 'foo', 'data': { '*two': 'str' } }