qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/2] Fix eepro100 simple transmission, add i82559 PCI ID
@ 2017-11-07 18:35 Mike Nawrocki
  2017-11-07 18:35 ` [Qemu-devel] [PATCH v3 1/2] Fix eepro100 simple transmission mode Mike Nawrocki
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Mike Nawrocki @ 2017-11-07 18:35 UTC (permalink / raw)
  To: qemu-devel; +Cc: mst, jasowang, marcel, Mike Nawrocki

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-11-07 18:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-07 18:35 [Qemu-devel] [PATCH v3 0/2] Fix eepro100 simple transmission, add i82559 PCI ID Mike Nawrocki
2017-11-07 18:35 ` [Qemu-devel] [PATCH v3 1/2] Fix eepro100 simple transmission mode Mike Nawrocki
2017-11-07 18:35 ` [Qemu-devel] [PATCH v3 2/2] Add new PCI ID for i82559a Mike Nawrocki
2017-11-07 18:54 ` [Qemu-devel] [PATCH v3 0/2] Fix eepro100 simple transmission, add i82559 PCI ID Michael S. Tsirkin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).