qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 1/4] microvm: make number of virtio transports runtime config


From: Gerd Hoffmann
Subject: Re: [PATCH 1/4] microvm: make number of virtio transports runtime configurable
Date: Mon, 26 Oct 2020 08:04:30 +0100

  Hi,

> > +    mms->virtio_irq_base = 5;
> > +    mms->virtio_num_transports = 8;
> > +    if (x86_machine_is_acpi_enabled(x86ms)) {
> > +        mms->virtio_irq_base = 16;
> > +    }
> 
> can we unify and use the same base in both cases?

Well, without ACPI the IO-APIC detection seems to not work reliable,
which in turn makes using IRQs 16+ problematic because the classic PIC
can't handle those ...

take care,
  Gerd




reply via email to

[Prev in Thread] Current Thread [Next in Thread]