qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v4 0/3] e1000: allow model/device_id selection on command line
@ 2014-06-02 13:33 Gabriel L. Somlo
  2014-06-02 13:33 ` [Qemu-devel] [PATCH v4 1/3] e1000: allow command-line selection of card model Gabriel L. Somlo
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Gabriel L. Somlo @ 2014-06-02 13:33 UTC (permalink / raw)
  To: qemu-devel
  Cc: peter.crosthwaite, romain, mst, agraf, stefanha, pbonzini,
	afaerber

    Allow selection of different card models from the qemu
    command line, to better accomodate a wider range of guests.

New in v4:

  - s/E1000Info_st/E1000Info/
  - s/E1000DeviceClass/E1000BaseClass/
  - keeping removal of 8257xx code as a separate third patch

Thanks,
  Gabriel

v3:

  - 1/3 and 2/3 from v2 now merged into a single patch (1/3), with:
      - s/TYPE_E1000/TYPE_E1000_BASE/ as suggested by Stefan
      - improved QOM-ification as suggested by Peter Crosthwaite

  - *OPTIONAL* patch to remove stale support for 8257xx (see commit blurb
    in patch 3/3 for details
    (this can be squashed on top of 1/3, but I'm including it separately
     here for clarity, and as an RFC).

v2:

  - moved check for 8257x out of the way of QOM, as suggested by
    Michael (patch 1/3)

  - resolved "Signed-off-by" misunderstanding and miscellaneous style
    issues (patch 2/3)

  - modified e1000 test to check for all supported models, as suggested
    by Andreas (patch 3/3). I used eepro100-test.c as an example for
    this change.

Gabriel L. Somlo (3):
  e1000: allow command-line selection of card model
  tests: e1000: test additional device IDs
  e1000: remove broken support for 82573L

 hw/net/e1000.c      | 110 +++++++++++++++++++++++++++++++++++++++-------------
 hw/net/e1000_regs.h |   6 +++
 tests/e1000-test.c  |  33 ++++++++++++----
 3 files changed, 114 insertions(+), 35 deletions(-)

-- 
1.9.3

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

end of thread, other threads:[~2014-06-03  8:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-02 13:33 [Qemu-devel] [PATCH v4 0/3] e1000: allow model/device_id selection on command line Gabriel L. Somlo
2014-06-02 13:33 ` [Qemu-devel] [PATCH v4 1/3] e1000: allow command-line selection of card model Gabriel L. Somlo
2014-06-02 16:17   ` Gabriel L. Somlo
2014-06-03  8:36     ` Stefan Hajnoczi
2014-06-02 13:33 ` [Qemu-devel] [PATCH v4 2/3] tests: e1000: test additional device IDs Gabriel L. Somlo
2014-06-02 13:33 ` [Qemu-devel] [PATCH v4 3/3] e1000: remove broken support for 82573L Gabriel L. Somlo
2014-06-03  8:39 ` [Qemu-devel] [PATCH v4 0/3] e1000: allow model/device_id selection on command line Stefan Hajnoczi

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).