On Tue, Mar 12, 2019 at 06:36:05PM +0100, Markus Armbruster wrote: [...] > I gathered the machine types, mapped them to source files, which I fed > to get_maintainer.pl. Results are appended. If you're cc'ed, > MAINTAINERS fingers you for at least one machine type's source file. > Please tell us for all of them how to to a "meaningful" boot test. [...] > = hw/i386/pc_piix.c = > Paolo Bonzini <pbonz...@redhat.com> (maintainer:X86) > Richard Henderson <r...@twiddle.net> (maintainer:X86) > Eduardo Habkost <ehabk...@redhat.com> (maintainer:X86) > "Michael S. Tsirkin" <m...@redhat.com> (supporter:PC) > Marcel Apfelbaum <marcel.apfelb...@gmail.com> (supporter:PC)
Minimal test case (using -kernel) is available at tests/acceptance/boot_linux_console.py. A larger test case can be run using "make vm-build-ubuntu.i386". Includes boot of a Ubuntu guest, ssh connection to the guest, and building QEMU inside the VM. > > = hw/i386/pc_q35.c = > "Michael S. Tsirkin" <m...@redhat.com> (supporter:PC) > Marcel Apfelbaum <marcel.apfelb...@gmail.com> (supporter:PC) > Paolo Bonzini <pbonz...@redhat.com> (maintainer:X86) > Richard Henderson <r...@twiddle.net> (maintainer:X86) > Eduardo Habkost <ehabk...@redhat.com> (maintainer:X86) Q35 can probably be tested using the same test cases above. We need to check. > [...] Thanks for pushing this! -- Eduardo