[Qemu-devel] [PATCH v3 0/2] Fix eepro100 simple transmission, add i82559 PCI ID

Mike Nawrocki posted 2 patches 6 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171107183503.6800-1-michael.nawrocki@gtri.gatech.edu
Test checkpatch passed
Test docker passed
Test ppc passed
Test s390x passed
hw/net/eepro100.c    | 31 ++++++++++++++++---------------
include/hw/compat.h  |  4 ++++
include/hw/pci/pci.h |  1 +
qemu-options.hx      |  2 +-
4 files changed, 22 insertions(+), 16 deletions(-)
[Qemu-devel] [PATCH v3 0/2] Fix eepro100 simple transmission, add i82559 PCI ID
Posted by Mike Nawrocki 6 years, 4 months ago
This patch set does two things. First, it fixes the simple transmission mode
for the eepro100 chipset. Second, it adds the PCI device ID 0x1030 for the
i82559a chipset. This ID is set as the "alternate" PCI device ID for that
chipset, and is selected by default using the new "x-use-alternate-device-id"
property. This property is set to the compat value of false in
"hw/include/compat.h"

Mike Nawrocki (2):
  Fix eepro100 simple transmission mode
  Add new PCI ID for i82559a

 hw/net/eepro100.c    | 31 ++++++++++++++++---------------
 include/hw/compat.h  |  4 ++++
 include/hw/pci/pci.h |  1 +
 qemu-options.hx      |  2 +-
 4 files changed, 22 insertions(+), 16 deletions(-)

-- 
2.14.2


Re: [Qemu-devel] [PATCH v3 0/2] Fix eepro100 simple transmission, add i82559 PCI ID
Posted by Michael S. Tsirkin 6 years, 4 months ago
On Tue, Nov 07, 2017 at 01:35:01PM -0500, Mike Nawrocki wrote:
> This patch set does two things. First, it fixes the simple transmission mode
> for the eepro100 chipset. Second, it adds the PCI device ID 0x1030 for the
> i82559a chipset. This ID is set as the "alternate" PCI device ID for that
> chipset, and is selected by default using the new "x-use-alternate-device-id"
> property. This property is set to the compat value of false in
> "hw/include/compat.h"
> 
> Mike Nawrocki (2):
>   Fix eepro100 simple transmission mode
>   Add new PCI ID for i82559a

Reviewed-by: Michael S. Tsirkin <mst@redhat.com>

Jason, pls feel free to merge.

>  hw/net/eepro100.c    | 31 ++++++++++++++++---------------
>  include/hw/compat.h  |  4 ++++
>  include/hw/pci/pci.h |  1 +
>  qemu-options.hx      |  2 +-
>  4 files changed, 22 insertions(+), 16 deletions(-)
> 
> -- 
> 2.14.2