Paolo Bonzini <pbonz...@redhat.com> writes: > Il 18/09/2014 19:15, Markus Armbruster ha scritto: >> >> Thanks for doing this work. If you can do a bit more of the same, here >> are a few more device model init() methods I'd love to have converted, >> because they use qerror_report_err(): >> >> hw/char/serial-pci.c serial_pci_init() >> multi_serial_pci_init() >> hw/i386/kvm/pci-assign.c assigned_initfn() > > Converting PCI is Gargantuan, but even something like patch 1 in this > series would be nice to have.
Converting all the PCI devices in one go is Gargantuan indeed. Could we enable incremental conversion?