On 4/27/19 4:40 PM, Philippe Mathieu-Daudé wrote: > This series allow to build the ISAPC/Q35 machines independently.
Oops I guess I forgot: Based-on: 20190427141905.20393-1-phi...@redhat.com (i440fx is not a machine) https://lists.gnu.org/archive/html/qemu-devel/2019-04/msg04673.html > > Regards, > > Phil. > > Philippe Mathieu-Daudé (3): > hw/acpi/piix4: Move TYPE_PIIX4_PM to a public header > hw/i386/acpi: Add object_resolve_type_unambiguous to improve > modularity > hw/i386/acpi: Assert a pointer is not null BEFORE using it > > hw/acpi/piix4.c | 13 ------------- > hw/i386/acpi-build.c | 22 +++++++++++++++++----- > hw/isa/lpc_ich9.c | 11 ----------- > include/hw/acpi/piix4.h | 2 +- > include/hw/i386/ich9.h | 2 -- > 5 files changed, 18 insertions(+), 32 deletions(-) >