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

dbus-vmstate1.xml (384B)


      1<?xml version="1.0"?>
      2<node name="/" xmlns:doc="http://www.freedesktop.org/dbus/1.0/doc.dtd">
      3  <interface name="org.qemu.VMState1">
      4    <property name="Id" type="s" access="read"/>
      5    <method name="Load">
      6      <arg type="ay" name="data" direction="in"/>
      7    </method>
      8    <method name="Save">
      9      <arg type="ay" name="data" direction="out"/>
     10    </method>
     11  </interface>
     12</node>