1. 22 11月, 2011 22 次提交
  2. 21 11月, 2011 7 次提交
  3. 19 11月, 2011 10 次提交
  4. 18 11月, 2011 1 次提交
    • M
      pseries: Fix qdev.id handling in the VIO bus code · 1e34d859
      Michael Ellerman 提交于
      When the user creates a device on the command line with -device, they
      can specify the id, using id=foo. Currently the VIO bus code overwrites
      this id with it's own value. We should only set qdev.id if it is not
      already set by the user.
      
      The device tree code uses qdev.id for the device tree node name, however
      we can't rely on the user specifiying the id using proper device tree
      syntax, ie. device@reg. So separate the device tree node name from the
      qdev.id, but use the same syntax, so they will match by default.
      Signed-off-by: NMichael Ellerman <michael@ellerman.id.au>
      Signed-off-by: NAlexander Graf <agraf@suse.de>
      1e34d859