[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 04/12] microvm: make number of virtio transports runtime c
From: |
Sergio Lopez |
Subject: |
Re: [PATCH v3 04/12] microvm: make number of virtio transports runtime changeable |
Date: |
Thu, 3 Dec 2020 14:26:17 +0100 |
On Thu, Dec 03, 2020 at 11:54:15AM +0100, Gerd Hoffmann wrote:
> This will allow to increase the number of transports in
> case we have enough irq lines available for them all.
>
> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
> ---
> include/hw/i386/microvm.h | 2 +-
> hw/i386/microvm.c | 9 +++++++--
> 2 files changed, 8 insertions(+), 3 deletions(-)
Reviewed-by: Sergio Lopez <slp@redhat.com>
signature.asc
Description: PGP signature
- [PATCH v3 00/12] microvm: add second ioapic, Gerd Hoffmann, 2020/12/03
- [PATCH v3 10/12] tests/acpi: add ioapic2=on test for microvm, Gerd Hoffmann, 2020/12/03
- [PATCH v3 04/12] microvm: make number of virtio transports runtime changeable, Gerd Hoffmann, 2020/12/03
- Re: [PATCH v3 04/12] microvm: make number of virtio transports runtime changeable,
Sergio Lopez <=
- [PATCH v3 09/12] tests/acpi: add data files for ioapic2 test variant, Gerd Hoffmann, 2020/12/03
- [PATCH v3 01/12] [testing] disable xhci msix, Gerd Hoffmann, 2020/12/03
- [PATCH v3 03/12] x86: add support for second ioapic, Gerd Hoffmann, 2020/12/03
- [PATCH v3 11/12] tests/acpi: update expected data files, Gerd Hoffmann, 2020/12/03
- [PATCH v3 06/12] microvm: drop microvm_gsi_handler(), Gerd Hoffmann, 2020/12/03
- [PATCH v3 02/12] x86: rewrite gsi_handler(), Gerd Hoffmann, 2020/12/03