1. 29 8月, 2014 2 次提交
    • M
      ide: Fix bootindex for bus_id > 9 · 28fa7133
      Markus Armbruster 提交于
      We identify devices by their Open Firmware device paths.  The encoding
      of bus numbers is incorrect: idebus_get_fw_dev_path() formats them in
      decimal, while SeaBIOS uses hexadecimal.  With bus number > 9, SeaBIOS
      will miss the bootindex (lucky case), or apply it to another device
      (unlucky case).
      
      Bug can't bite right now: ich9-ahci has six ports, and the sysbus-ahci
      created by Calxeda Highbank has just one.
      
      Fix it anyway, by changing %d to %x.
      
      I couldn't find an Open Firmware spec covering this.  For what it's
      worth, OVMF agrees with SeaBIOS.
      Signed-off-by: NMarkus Armbruster <armbru@redhat.com>
      Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
      28fa7133
    • P
      Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging · a6aebb38
      Peter Maydell 提交于
      SCSI patches include bug fixes from Fam and Peter, improved error
      reporting from Fam and a fix for DPRINTF bitrot.  Memory patches try
      again to initialize name from the QOM name.
      
      # gpg: Signature made Thu 28 Aug 2014 15:10:31 BST using RSA key ID 9B4D86F2
      # gpg: Good signature from "Paolo Bonzini <pbonzini@redhat.com>"
      # gpg:                 aka "Paolo Bonzini <bonzini@gnu.org>"
      
      * remotes/bonzini/tags/for-upstream:
        memory: Lazy init name from QOM name as needed
        xen: hvm: Abstract away memory region name ref
        xen-hvm: Constify string
        virtio-scsi: Report error if num_queues is 0 or too large
        scsi-generic: remove superfluous DPRINTF avoid to break compiling
        block/iscsi: fix memory corruption on iscsi resize
        scsi-bus: Convert DeviceClass init to realize
        block: Pass errp in blkconf_geometry
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      a6aebb38
  2. 28 8月, 2014 11 次提交
  3. 27 8月, 2014 1 次提交
  4. 26 8月, 2014 19 次提交
  5. 25 8月, 2014 7 次提交