qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2] virtio-mmio: implement modern (v2) personali


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH v2] virtio-mmio: implement modern (v2) personality (virtio-1)
Date: Mon, 2 Sep 2019 10:35:48 +0100
User-agent: Mutt/1.12.1 (2019-06-15)

On Thu, Aug 29, 2019 at 06:50:27PM +0200, Sergio Lopez wrote:
>      case VIRTIO_MMIO_QUEUE_PFN:
> +        if (!proxy->legacy) {
> +            qemu_log_mask(LOG_GUEST_ERROR,
> +                "%s: read from legacy register (0x%lx) in non-legacy mode\n",
> +                __func__, offset);

Please use HWADDR_PRIx since offset has type hwaddr.  On ILP32 and LLP64
hosts %lx is only 32-bit.

Otherwise:

Reviewed-by: Stefan Hajnoczi <address@hidden>

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]