1. 21 10月, 2011 1 次提交
    • K
      pc: Fix floppy drives with if=none · 34d4260e
      Kevin Wolf 提交于
      Commit 63ffb564 broke floppy devices specified on the command line like
      -drive file=...,if=none,id=floppy -global isa-fdc.driveA=floppy because it
      relies on drive_get() which works only with -fda/-drive if=floppy.
      
      This patch resembles what we're already doing for IDE, i.e. remember the floppy
      device that was created and use that to extract the BlockDriverStates where
      needed.
      Signed-off-by: NKevin Wolf <kwolf@redhat.com>
      Reviewed-by: NMarkus Armbruster <armbru@redhat.com>
      34d4260e
  2. 20 2月, 2011 3 次提交
  3. 24 8月, 2010 1 次提交
    • B
      Rearrange block headers · 2446333c
      Blue Swirl 提交于
      Changing block.h or blockdev.h resulted in recompiling most objects.
      
      Move DriveInfo typedef and BlockInterfaceType enum definitions
      to qemu-common.h and rearrange blockdev.h use to decrease churn.
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      2446333c
  4. 04 6月, 2010 1 次提交
  5. 15 5月, 2010 1 次提交
  6. 07 2月, 2010 1 次提交
  7. 05 10月, 2009 1 次提交
  8. 02 10月, 2009 2 次提交
  9. 10 9月, 2009 1 次提交
  10. 28 8月, 2009 1 次提交
    • G
      isa bus irq changes and fixes. · 2091ba23
      Gerd Hoffmann 提交于
      Changes:
      
        (1) make isa-bus maintain isa irqs, complain when allocating
            already taken irqs.
        (2) note that (1) works only for isa devices converted to qdev
            already (floppy and ps2/kbd/mouse right now), so more work
            is needed to make this really useful.
        (3) split floppy init into isa and sysbus versions.
        (4) add sysbus->isa bridge & fix -M isapc breakage.
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      2091ba23
  11. 22 3月, 2008 1 次提交
  12. 18 3月, 2008 1 次提交
  13. 18 11月, 2007 1 次提交