Re: [PATCH v3 08/24] mac_via: Fix to realize "mos6522-q800-via*" devices

2020-06-10 Thread Laurent Vivier
Le 09/06/2020 à 14:23, Markus Armbruster a écrit : > mac_via_realize() creates a "mos6522-q800-via1" and a > "mos6522-q800-via2" device, but neglects to realize them. Affects > machine q800. > > In theory, a device becomes real only on realize. In practice, the > transition from unreal to real

[PATCH v3 08/24] mac_via: Fix to realize "mos6522-q800-via*" devices

2020-06-09 Thread Markus Armbruster
mac_via_realize() creates a "mos6522-q800-via1" and a "mos6522-q800-via2" device, but neglects to realize them. Affects machine q800. In theory, a device becomes real only on realize. In practice, the transition from unreal to real is a fuzzy one. The work to make a device real can be spread