[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v3 0/6] Q35: Implement -cdrom/-hda sugar
From: |
Markus Armbruster |
Subject: |
Re: [Qemu-devel] [PATCH v3 0/6] Q35: Implement -cdrom/-hda sugar |
Date: |
Thu, 02 Oct 2014 08:36:42 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) |
John Snow <address@hidden> writes:
> The Q35 board initialization does not currently bother to look
> for any drives added by the various syntactical sugar shorthands
> to be added to the AHCI HBA. These include -hda through -hdd,
> -cdrom, and -drive if=ide shorthands.
>
> An obstacle to having implemented this sooner is debate over
> whether or not to add an additional interface type, and how to
> manage the different units-per-bus mappings of various HBA
> implementations.
>
> This patch series:
> (1) Does not add IF_AHCI, but reuses IF_IDE
> (2) Allows the if_max_devs table to be overridden
> (3) Adds this override to the Q35 board type.
> (4) Finally, adds implementation to Q35 initialization.
Reviewed-by: Markus Armbruster <address@hidden>
- [Qemu-devel] [PATCH v3 0/6] Q35: Implement -cdrom/-hda sugar, John Snow, 2014/10/01
- [Qemu-devel] [PATCH v3 2/6] blockdev: Allow overriding if_max_dev property, John Snow, 2014/10/01
- [Qemu-devel] [PATCH v3 4/6] ide: Update ide_drive_get to be HBA agnostic, John Snow, 2014/10/01
- [Qemu-devel] [PATCH v3 5/6] qtest/bios-tables: Correct Q35 command line, John Snow, 2014/10/01
- [Qemu-devel] [PATCH v3 3/6] pc/vl: Add units-per-default-bus property, John Snow, 2014/10/01
- [Qemu-devel] [PATCH v3 6/6] q35/ahci: Pick up -cdrom and -hda options, John Snow, 2014/10/01
- [Qemu-devel] [PATCH v3 1/6] blockdev: Orphaned drive search, John Snow, 2014/10/01
- Re: [Qemu-devel] [PATCH v3 0/6] Q35: Implement -cdrom/-hda sugar,
Markus Armbruster <=
- Re: [Qemu-devel] [PATCH v3 0/6] Q35: Implement -cdrom/-hda sugar, Stefan Hajnoczi, 2014/10/02