passthrough device
On 14/09/2022 03:07, Ji, Ruili wrote:
[AMD Official Use Only - General]
Hi Paul,
Thank you!
But how could we merge this patch ?
AFAIK Anthony (anthony.per...@citrix.com) still deals with this.
Cheers,
Paul
-Original Message-
From: Ji, Ruili
Sent: 2022年9月14日 18:08
To
From: Ruili Ji
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;
Reso
[AMD Official Use Only - General]
Hi Paul,
Thank you!
But how could we merge this patch ?
Ruili
-Original Message-
From: Paul Durrant
Sent: 2022年9月14日 17:08
To: Ji, Ruili ; qemu-de...@nongnu.org
Cc: Liu, Aaron ; xen-devel@lists.xenproject.org
Subject: Re: [PATCH] hw/xen: set pci Atomic
[AMD Official Use Only - General]
Hi Paul,
Could you help to review this patch?
Thanks
From: Ji, Ruili
Sent: 2022年9月7日 9:04
To: 'Paul Durrant' ; 'qemu-de...@nongnu.org'
Cc: Liu, Aaron ; 'xen-devel@lists.xenproject.org'
Subject: RE: [PATCH] hw/xen: set pci Atomi
[AMD Official Use Only - General]
FYI
From: Ji, Ruili
Sent: 2022年9月6日 15:40
To: qemu-de...@nongnu.org
Cc: Liu, Aaron
Subject: [PATCH] hw/xen: set pci Atomic Ops requests for passthrough device
>From c54e0714a1e1cac7dc416bd843b9ec7162bcfc47 Mon Sep 17 00:00:00 2001
From: Ruili Ji ru