[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [RFC 00/14] More patches to disable stuff
From: |
Paolo Bonzini |
Subject: |
Re: [Qemu-devel] [RFC 00/14] More patches to disable stuff |
Date: |
Tue, 17 Jul 2018 15:38:55 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 |
On 17/07/2018 14:04, Juan Quintela wrote:
> Hi
>
> Notice that this is an RFC because they don't work. As said on my
> previous submmision, we need <foo>-softmmu/config-devices.h to make
> this work. This series just allow us to disable the devices, but not
> to enable it back O:-)
>
> Notice:
>
> - scsi stuff: we are testing they in cdrom-test.c, so we need to be
> able to config them out. Notice also that #ifdefs only go in tests/<...>
>
> - virtio stuff: see how we need to also change hw/virtio/virtio-pci.c
> to disable it. The problem appears in the device-instropect-test.c.
> As they are defined in the binary, but not complied in. We can
> change for a registration appreach, but that is more work that what
> I intended for this series.
Emanuele's GSoC project will be able to do this automatically; tests are
defined to "consume" some devices, and are not enabled unless the device
is present.
Thanks,
Paolo
- [Qemu-devel] [PATCH 10/14] check: Only test virtio-serial when it is compiled in, (continued)
- [Qemu-devel] [PATCH 10/14] check: Only test virtio-serial when it is compiled in, Juan Quintela, 2018/07/17
- [Qemu-devel] [PATCH 12/14] check: Only test virtio-gpu when it is compiled in, Juan Quintela, 2018/07/17
- [Qemu-devel] [PATCH 14/14] check: Only test virtio-scsi when it is compiled in, Juan Quintela, 2018/07/17
- [Qemu-devel] [PATCH 11/14] check: Only test virtio-rng when it is compiled in, Juan Quintela, 2018/07/17
- Re: [Qemu-devel] [RFC 00/14] More patches to disable stuff, Thomas Huth, 2018/07/17
Re: [Qemu-devel] [RFC 00/14] More patches to disable stuff,
Paolo Bonzini <=