All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] floppy: build as modules.
@ 2021-08-04 14:27 Gerd Hoffmann
  2021-08-04 14:27 ` [PATCH 1/7] floppy: move isa_fdc_get_drive_type to separate source file Gerd Hoffmann
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: Gerd Hoffmann @ 2021-08-04 14:27 UTC (permalink / raw)
  To: qemu-devel
  Cc: Kevin Wolf, Eduardo Habkost, qemu-block, Michael S. Tsirkin,
	Richard Henderson, Max Reitz, Gerd Hoffmann, Paolo Bonzini,
	John Snow

Some code shuffling needed beforehand due to floppy being part of
several platforms.  While being at it also make floppy optional
in pc machine type.

Gerd Hoffmann (7):
  floppy: move isa_fdc_get_drive_type to separate source file.
  floppy: move isa_fdc_init_drives + fdctrl_init_drives
  floppy: move fdctrl_init_sysbus
  floppy: move sun4m_fdctrl_init
  floppy: move cmos_get_fd_drive_type
  floppy: build as modules.
  pc: add floppy=OnOffAuto

 hw/block/fdc-internal.h |  31 ++++++++++
 include/hw/i386/pc.h    |   2 +
 hw/block/fdc-isa.c      |  54 +----------------
 hw/block/fdc-module.c   | 125 ++++++++++++++++++++++++++++++++++++++++
 hw/block/fdc-sysbus.c   |  54 ++---------------
 hw/block/fdc.c          |  19 +-----
 hw/i386/pc.c            |  23 ++++++++
 hw/i386/pc_piix.c       |   8 ++-
 hw/block/meson.build    |  18 +++++-
 9 files changed, 211 insertions(+), 123 deletions(-)
 create mode 100644 hw/block/fdc-module.c

-- 
2.31.1




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

end of thread, other threads:[~2021-08-17 13:22 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-04 14:27 [PATCH 0/7] floppy: build as modules Gerd Hoffmann
2021-08-04 14:27 ` [PATCH 1/7] floppy: move isa_fdc_get_drive_type to separate source file Gerd Hoffmann
2021-08-04 14:27 ` [PATCH 2/7] floppy: move isa_fdc_init_drives + fdctrl_init_drives Gerd Hoffmann
2021-08-04 14:27 ` [PATCH 3/7] floppy: move fdctrl_init_sysbus Gerd Hoffmann
2021-08-04 14:27 ` [PATCH 4/7] floppy: move sun4m_fdctrl_init Gerd Hoffmann
2021-08-04 14:27 ` [PATCH 5/7] floppy: move cmos_get_fd_drive_type Gerd Hoffmann
2021-08-04 14:27 ` [PATCH 6/7] floppy: build as modules Gerd Hoffmann
2021-08-04 14:27 ` [PATCH 7/7] pc: add floppy=OnOffAuto Gerd Hoffmann
2021-08-04 15:19 ` [PATCH 0/7] floppy: build as modules Philippe Mathieu-Daudé
2021-08-05  7:11   ` Gerd Hoffmann
2021-08-16 21:55     ` John Snow
2021-08-17  9:09       ` Philippe Mathieu-Daudé
2021-08-17 13:19         ` John Snow

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.