On 13/05/2023 12:53, Bernhard Beschow wrote:
Am 27. April 2023 12:31:10 UTC schrieb Mark Cave-Ayland
:
On 26/04/2023 19:25, Bernhard Beschow wrote:
Am 26. April 2023 11:33:40 UTC schrieb Mark Cave-Ayland
:
On 22/04/2023 16:07, Bernhard Beschow wrote:
isa_get_irq() asks for an ISADevice w
Am 27. April 2023 12:31:10 UTC schrieb Mark Cave-Ayland
:
>On 26/04/2023 19:25, Bernhard Beschow wrote:
>
>> Am 26. April 2023 11:33:40 UTC schrieb Mark Cave-Ayland
>> :
>>> On 22/04/2023 16:07, Bernhard Beschow wrote:
>>>
isa_get_irq() asks for an ISADevice which piix-ide doesn't provid
On 26/04/2023 19:25, Bernhard Beschow wrote:
Am 26. April 2023 11:33:40 UTC schrieb Mark Cave-Ayland
:
On 22/04/2023 16:07, Bernhard Beschow wrote:
isa_get_irq() asks for an ISADevice which piix-ide doesn't provide.
Passing a NULL pointer works but causes the isabus global to be used
then. B
Am 26. April 2023 11:33:40 UTC schrieb Mark Cave-Ayland
:
>On 22/04/2023 16:07, Bernhard Beschow wrote:
>
>> isa_get_irq() asks for an ISADevice which piix-ide doesn't provide.
>> Passing a NULL pointer works but causes the isabus global to be used
>> then. By fishing out TYPE_ISA_BUS from the
On 22/04/2023 16:07, Bernhard Beschow wrote:
isa_get_irq() asks for an ISADevice which piix-ide doesn't provide.
Passing a NULL pointer works but causes the isabus global to be used
then. By fishing out TYPE_ISA_BUS from the QOM tree it is possible to
achieve the same as using isa_get_irq().
Th
isa_get_irq() asks for an ISADevice which piix-ide doesn't provide.
Passing a NULL pointer works but causes the isabus global to be used
then. By fishing out TYPE_ISA_BUS from the QOM tree it is possible to
achieve the same as using isa_get_irq().
This is an alternative solution to commit 9405d87b