Searched hist:b42b0e4daaa543bc9f8e24662f94d65f6481c4a0 (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/hw/smbios/ |
H A D | smbios_legacy.c | b42b0e4daaa543bc9f8e24662f94d65f6481c4a0 Thu Mar 14 10:22:52 CDT 2024 Igor Mammedov <imammedo@redhat.com> smbios: build legacy mode code only for 'pc' machine
basically moving code around without functional change. And exposing some symbols so that they could be shared between smbbios.c and new smbios_legacy.c
plus some meson magic to build smbios_legacy.c only for 'pc' machine and otherwise replace it with stub if not selected.
Signed-off-by: Igor Mammedov <imammedo@redhat.com> Reviewed-by: Ani Sinha <anisinha@redhat.com> Message-Id: <20240314152302.2324164-12-imammedo@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
|
H A D | Kconfig | diff b42b0e4daaa543bc9f8e24662f94d65f6481c4a0 Thu Mar 14 10:22:52 CDT 2024 Igor Mammedov <imammedo@redhat.com> smbios: build legacy mode code only for 'pc' machine
basically moving code around without functional change. And exposing some symbols so that they could be shared between smbbios.c and new smbios_legacy.c
plus some meson magic to build smbios_legacy.c only for 'pc' machine and otherwise replace it with stub if not selected.
Signed-off-by: Igor Mammedov <imammedo@redhat.com> Reviewed-by: Ani Sinha <anisinha@redhat.com> Message-Id: <20240314152302.2324164-12-imammedo@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
|
H A D | smbios_legacy_stub.c | b42b0e4daaa543bc9f8e24662f94d65f6481c4a0 Thu Mar 14 10:22:52 CDT 2024 Igor Mammedov <imammedo@redhat.com> smbios: build legacy mode code only for 'pc' machine
basically moving code around without functional change. And exposing some symbols so that they could be shared between smbbios.c and new smbios_legacy.c
plus some meson magic to build smbios_legacy.c only for 'pc' machine and otherwise replace it with stub if not selected.
Signed-off-by: Igor Mammedov <imammedo@redhat.com> Reviewed-by: Ani Sinha <anisinha@redhat.com> Message-Id: <20240314152302.2324164-12-imammedo@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
|
H A D | meson.build | diff b42b0e4daaa543bc9f8e24662f94d65f6481c4a0 Thu Mar 14 10:22:52 CDT 2024 Igor Mammedov <imammedo@redhat.com> smbios: build legacy mode code only for 'pc' machine
basically moving code around without functional change. And exposing some symbols so that they could be shared between smbbios.c and new smbios_legacy.c
plus some meson magic to build smbios_legacy.c only for 'pc' machine and otherwise replace it with stub if not selected.
Signed-off-by: Igor Mammedov <imammedo@redhat.com> Reviewed-by: Ani Sinha <anisinha@redhat.com> Message-Id: <20240314152302.2324164-12-imammedo@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
|
H A D | smbios.c | diff b42b0e4daaa543bc9f8e24662f94d65f6481c4a0 Thu Mar 14 10:22:52 CDT 2024 Igor Mammedov <imammedo@redhat.com> smbios: build legacy mode code only for 'pc' machine
basically moving code around without functional change. And exposing some symbols so that they could be shared between smbbios.c and new smbios_legacy.c
plus some meson magic to build smbios_legacy.c only for 'pc' machine and otherwise replace it with stub if not selected.
Signed-off-by: Igor Mammedov <imammedo@redhat.com> Reviewed-by: Ani Sinha <anisinha@redhat.com> Message-Id: <20240314152302.2324164-12-imammedo@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
|
/openbmc/qemu/include/hw/firmware/ |
H A D | smbios.h | diff b42b0e4daaa543bc9f8e24662f94d65f6481c4a0 Thu Mar 14 10:22:52 CDT 2024 Igor Mammedov <imammedo@redhat.com> smbios: build legacy mode code only for 'pc' machine
basically moving code around without functional change. And exposing some symbols so that they could be shared between smbbios.c and new smbios_legacy.c
plus some meson magic to build smbios_legacy.c only for 'pc' machine and otherwise replace it with stub if not selected.
Signed-off-by: Igor Mammedov <imammedo@redhat.com> Reviewed-by: Ani Sinha <anisinha@redhat.com> Message-Id: <20240314152302.2324164-12-imammedo@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
|
/openbmc/qemu/hw/i386/ |
H A D | Kconfig | diff b42b0e4daaa543bc9f8e24662f94d65f6481c4a0 Thu Mar 14 10:22:52 CDT 2024 Igor Mammedov <imammedo@redhat.com> smbios: build legacy mode code only for 'pc' machine
basically moving code around without functional change. And exposing some symbols so that they could be shared between smbbios.c and new smbios_legacy.c
plus some meson magic to build smbios_legacy.c only for 'pc' machine and otherwise replace it with stub if not selected.
Signed-off-by: Igor Mammedov <imammedo@redhat.com> Reviewed-by: Ani Sinha <anisinha@redhat.com> Message-Id: <20240314152302.2324164-12-imammedo@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
|