Re: [PATCH v3 1/1] hw/s390x: modularize virtio-gpu-ccw

2021-03-12 Thread Halil Pasic
On Tue, 9 Mar 2021 13:21:14 + Daniel P. Berrangé wrote: > > Well, yes, in a non-modular world this will work perfectly fine. We > > only compile objects actually supported into the system emulator. > > > > With modular builds we have the situation that we have shared modules > > which may o

Re: [PATCH v3 1/1] hw/s390x: modularize virtio-gpu-ccw

2021-03-09 Thread Daniel P . Berrangé
On Tue, Mar 09, 2021 at 01:45:12PM +0100, Gerd Hoffmann wrote: > On Fri, Mar 05, 2021 at 04:46:03PM -0500, Eduardo Habkost wrote: > > On Tue, Mar 02, 2021 at 06:35:44PM +0100, Halil Pasic wrote: > > > Since the virtio-gpu-ccw device depends on the hw-display-virtio-gpu > > > module, which provides

Re: [PATCH v3 1/1] hw/s390x: modularize virtio-gpu-ccw

2021-03-09 Thread Gerd Hoffmann
On Fri, Mar 05, 2021 at 04:46:03PM -0500, Eduardo Habkost wrote: > On Tue, Mar 02, 2021 at 06:35:44PM +0100, Halil Pasic wrote: > > Since the virtio-gpu-ccw device depends on the hw-display-virtio-gpu > > module, which provides the type virtio-gpu-device, packaging the > > hw-display-virtio-gpu mod

Re: [PATCH v3 1/1] hw/s390x: modularize virtio-gpu-ccw

2021-03-08 Thread Halil Pasic
On Fri, 5 Mar 2021 16:46:03 -0500 Eduardo Habkost wrote: > On Tue, Mar 02, 2021 at 06:35:44PM +0100, Halil Pasic wrote: > > Since the virtio-gpu-ccw device depends on the hw-display-virtio-gpu > > module, which provides the type virtio-gpu-device, packaging the > > hw-display-virtio-gpu module as

Re: [PATCH v3 1/1] hw/s390x: modularize virtio-gpu-ccw

2021-03-05 Thread Eduardo Habkost
On Tue, Mar 02, 2021 at 06:35:44PM +0100, Halil Pasic wrote: > Since the virtio-gpu-ccw device depends on the hw-display-virtio-gpu > module, which provides the type virtio-gpu-device, packaging the > hw-display-virtio-gpu module as a separate package that may or may not > be installed along with t

Re: [PATCH v3 1/1] hw/s390x: modularize virtio-gpu-ccw

2021-03-05 Thread Halil Pasic
On Fri, 5 Mar 2021 12:54:42 +0100 Cornelia Huck wrote: > On Tue, 2 Mar 2021 18:35:44 +0100 > Halil Pasic wrote: > > > Since the virtio-gpu-ccw device depends on the hw-display-virtio-gpu > > module, which provides the type virtio-gpu-device, packaging the > > hw-display-virtio-gpu module as a

Re: [PATCH v3 1/1] hw/s390x: modularize virtio-gpu-ccw

2021-03-05 Thread Cornelia Huck
On Tue, 2 Mar 2021 18:35:44 +0100 Halil Pasic wrote: > Since the virtio-gpu-ccw device depends on the hw-display-virtio-gpu > module, which provides the type virtio-gpu-device, packaging the > hw-display-virtio-gpu module as a separate package that may or may not > be installed along with the qe

Re: [PATCH v3 1/1] hw/s390x: modularize virtio-gpu-ccw

2021-03-05 Thread Halil Pasic
On Tue, 2 Mar 2021 18:35:44 +0100 Halil Pasic wrote: > Since the virtio-gpu-ccw device depends on the hw-display-virtio-gpu > module, which provides the type virtio-gpu-device, packaging the > hw-display-virtio-gpu module as a separate package that may or may not > be installed along with the qe

[PATCH v3 1/1] hw/s390x: modularize virtio-gpu-ccw

2021-03-02 Thread Halil Pasic
Since the virtio-gpu-ccw device depends on the hw-display-virtio-gpu module, which provides the type virtio-gpu-device, packaging the hw-display-virtio-gpu module as a separate package that may or may not be installed along with the qemu package leads to problems. Namely if the hw-display-virtio-gp