Re: [Qemu-devel] [PATCH v1 01/12] net: cadence_gem: Disable TSU feature bit

2018-10-04 Thread Alistair Francis
On Wed, Oct 3, 2018 at 8:11 AM Edgar E. Iglesias wrote: > > From: "Edgar E. Iglesias" > > Disable the Timestamping Unit feature bit since QEMU does not > yet support it. This allows guest SW to correctly probe for > its existance. > > Signed-off-by: Edgar E. Iglesias Reviewed-by: Alistair Franc

[Qemu-devel] [PATCH v1 01/12] net: cadence_gem: Disable TSU feature bit

2018-10-03 Thread Edgar E. Iglesias
From: "Edgar E. Iglesias" Disable the Timestamping Unit feature bit since QEMU does not yet support it. This allows guest SW to correctly probe for its existance. Signed-off-by: Edgar E. Iglesias --- hw/net/cadence_gem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/ne