[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 05/12] hw/arm: xenpvh: Remove double-negation in warning
|
From: |
Stefano Stabellini |
|
Subject: |
Re: [PATCH v2 05/12] hw/arm: xenpvh: Remove double-negation in warning |
|
Date: |
Tue, 20 Aug 2024 17:56:41 -0700 (PDT) |
|
User-agent: |
Alpine 2.22 (DEB 394 2020-01-19) |
On Tue, 20 Aug 2024, Edgar E. Iglesias wrote:
> From: "Edgar E. Iglesias" <edgar.iglesias@amd.com>
>
> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@amd.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
> ---
> hw/arm/xen_arm.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/hw/arm/xen_arm.c b/hw/arm/xen_arm.c
> index fda65d0d8d..16b3f00992 100644
> --- a/hw/arm/xen_arm.c
> +++ b/hw/arm/xen_arm.c
> @@ -165,7 +165,7 @@ static void xen_arm_init(MachineState *machine)
> xam->state = g_new0(XenIOState, 1);
>
> if (machine->ram_size == 0) {
> - warn_report("%s non-zero ram size not specified. QEMU machine
> started"
> + warn_report("%s: ram size not specified. QEMU machine started"
> " without IOREQ (no emulated devices including virtio)",
> MACHINE_CLASS(object_get_class(OBJECT(machine)))->desc);
> return;
> --
> 2.43.0
>
- [PATCH v2 00/12] xen: pvh: Partial QOM:fication with new x86 PVH machine, Edgar E. Iglesias, 2024/08/20
- [PATCH v2 01/12] MAINTAINERS: Add docs/system/arm/xenpvh.rst, Edgar E. Iglesias, 2024/08/20
- [PATCH v2 05/12] hw/arm: xenpvh: Remove double-negation in warning, Edgar E. Iglesias, 2024/08/20
- Re: [PATCH v2 05/12] hw/arm: xenpvh: Remove double-negation in warning,
Stefano Stabellini <=
- [PATCH v2 08/12] hw/arm: xenpvh: Rename xen_arm.c -> xen-pvh.c, Edgar E. Iglesias, 2024/08/20
- [PATCH v2 12/12] docs/system/i386: xenpvh: Add a basic description, Edgar E. Iglesias, 2024/08/20
- [PATCH v2 10/12] hw/xen: pvh-common: Add support for creating PCIe/GPEX, Edgar E. Iglesias, 2024/08/20
- [PATCH v2 04/12] hw/arm: xenpvh: Add support for SMP guests, Edgar E. Iglesias, 2024/08/20
- [PATCH v2 09/12] hw/arm: xenpvh: Reverse virtio-mmio creation order, Edgar E. Iglesias, 2024/08/20
- [PATCH v2 06/12] hw/arm: xenpvh: Move stubbed functions to xen-stubs.c, Edgar E. Iglesias, 2024/08/20
- [PATCH v2 07/12] hw/arm: xenpvh: Break out a common PVH machine, Edgar E. Iglesias, 2024/08/20