1. 26 2月, 2016 1 次提交
  2. 18 2月, 2016 1 次提交
  3. 22 12月, 2015 1 次提交
  4. 08 12月, 2015 1 次提交
    • M
      sdhci: Sanitize "sdhci-pci" properties for future qomification · 79f21707
      Markus Armbruster 提交于
      We currently fuse controller and card into a single device model, but
      we intend qomify things properly and separate the two.  The properties
      that really belong to the card would then have to somehow pass-through
      to the card's properties.  To avoid that complication, either mark
      them experimental or drop them.
      
      Properties "capareg", "maxcurr" and the usual PCI device properties
      belong to the controller.  Property "drive" belongs to the card;
      rename it to "x-drive".  Properties "logical_block_size",
      "physical_block_size", "min_io_size", "opt_io_size",
      "discard_granularity" belong to the card, but have no effect; drop
      them.
      Signed-off-by: NMarkus Armbruster <armbru@redhat.com>
      Reviewed-by: NPeter Maydell <peter.maydell@linaro.org>
      Message-id: 1449503710-3707-2-git-send-email-armbru@redhat.com
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      79f21707
  5. 30 10月, 2015 1 次提交