qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] hw/xen: set pci Atomic Ops requests for passthrough device


From: Anthony PERARD
Subject: Re: [PATCH] hw/xen: set pci Atomic Ops requests for passthrough device
Date: Mon, 26 Sep 2022 16:12:28 +0100

On Tue, Sep 06, 2022 at 07:40:25AM +0000, Ji, Ruili wrote:
> From: Ruili Ji ruili.ji@amd.com<mailto:ruili.ji@amd.com>
> Date: Tue, 6 Sep 2022 14:09:41 +0800
> Subject: [PATCH] hw/xen: set pci Atomic Ops requests for passthrough device
> 
> Make guest os access pci device control 2 reg for passthrough device
> as struct XenPTRegInfo described in the file hw/xen/xen_pt.h.
> /* reg read only field mask (ON:RO/ROS, OFF:other) */
> uint32_t ro_mask;
> /* reg emulate field mask (ON:emu, OFF:passthrough) */
> uint32_t emu_mask;
> 
> Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1196
> Signed-off-by: Aaron.Liu@amd.com<mailto:Aaron.Liu@amd.com>
> Signed-off-by: ruili.ji@amd.com<mailto:ruili.ji@amd.com>

Hi Ruili,

I believe both signed-off-by line aren't formatted as expected (I think
a name is needed with the email address), may I change them to:

  Signed-off-by: Aaron Lui <Aaron.Liu@amd.com>
  Signed-off-by: Ruili Ji <ruili.ji@amd.com>

The second line would be the same as the author of the patch (From:).

Thanks,

-- 
Anthony PERARD



reply via email to

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