svn commit: r356746 - stable/12/sys/amd64/vmm/amd

2020-01-14 Thread Anish Gupta
Author: anish Date: Wed Jan 15 02:31:03 2020 New Revision: 356746 URL: https://svnweb.freebsd.org/changeset/base/356746 Log: MFC r355258: Bhyve AMD IOMMU log the last timeout command. Differential Revision:https://reviews.freebsd.org/D22566 Modified: stable/12/sys/amd64/vmm/amd/amdv

svn commit: r355258 - head/sys/amd64/vmm/amd

2019-11-30 Thread Anish Gupta
Author: anish Date: Sun Dec 1 04:00:08 2019 New Revision: 355258 URL: https://svnweb.freebsd.org/changeset/base/355258 Log: bhyve amd: amdvi_dump_cmds() log the command for which the command completion failed. Completion is checked in poll mode although it can be done using interrupts. No

svn commit: r329360 - in head/sys: amd64/vmm/amd contrib/dev/acpica/include

2018-02-15 Thread Anish Gupta
Author: anish Date: Fri Feb 16 05:17:00 2018 New Revision: 329360 URL: https://svnweb.freebsd.org/changeset/base/329360 Log: This change fixes duplicate detection of same IOMMU/AMD-Vi device for Ryzen with EFR support. IVRS can have entry of type legacy and non-legacy present at same time

svn commit: r330439 - in head/sys: amd64/vmm/amd contrib/dev/acpica/include

2018-03-04 Thread Anish Gupta
Author: anish Date: Mon Mar 5 02:28:25 2018 New Revision: 330439 URL: https://svnweb.freebsd.org/changeset/base/330439 Log: Move the new AMD-Vi IVHD [ACPI_IVRS_HARDWARE_NEW]definitions added in r329360 in contrib ACPI to local files till ACPI code adds new definitions reported by jkim. Rena

svn commit: r317600 - in head/sys: amd64/vmm/amd modules/vmm

2017-04-29 Thread Anish Gupta
) @@ -0,0 +1,1509 @@ +/*- + * Copyright (c) 2016, Anish Gupta (an...@freebsd.org) + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must

svn commit: r297806 - head/sys/amd64/vmm/amd

2016-04-10 Thread Anish Gupta
Author: anish Date: Mon Apr 11 05:09:43 2016 New Revision: 297806 URL: https://svnweb.freebsd.org/changeset/base/297806 Log: Allow guest writes to AMD microcode update[0xc0010020] MSR without updating actual hardware MSR. This allows guest microcode update to go through which otherwise failing