1. 04 2月, 2012 1 次提交
    • A
      qom: add new command to search for types · 5eeee3fa
      Anthony Liguori 提交于
      This adds a command that allows searching for types that implement a property.
      This allows you to do things like search for all available PCIDevices.  In the
      future, we'll also have a standard interface for things with a BlockDriverState
      property that a PCIDevice could implement.
      
      This will enable search queries like, "any type that implements the BlockDevice
      interface" which would allow management tools to present available block devices
      without having to hard code device names.  Since an object can implement
      multiple interfaces, one device could act both as a BlockDevice and a
      NetworkDevice.
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      5eeee3fa
  2. 26 1月, 2012 4 次提交
  3. 18 1月, 2012 6 次提交
  4. 15 12月, 2011 2 次提交
  5. 06 12月, 2011 14 次提交
  6. 05 12月, 2011 1 次提交
  7. 27 10月, 2011 10 次提交
  8. 25 10月, 2011 1 次提交
    • Y
      spice: turn client_migrate_info to async · edc5cb1a
      Yonit Halperin 提交于
      RHBZ 737921
      Spice client is required to connect to the migration target before/as migration
      starts. Since after migration starts, the target qemu is blocked and cannot accept new spice client
      we trigger the connection to the target upon client_migrate_info command.
      client_migrate_info completion cb will be called after spice client has been
      connected to the target (or a timeout). See following patches and spice patches.
      Signed-off-by: NYonit Halperin <yhalperi@redhat.com>
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      edc5cb1a
  9. 19 10月, 2011 1 次提交