All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] QOM'ify PIIX southbridge creation
@ 2022-05-22 21:24 Bernhard Beschow
  2022-05-22 21:24 ` [PATCH v2 1/6] include/hw/southbridge/piix: Aggregate all PIIX soughbridge type names Bernhard Beschow
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Bernhard Beschow @ 2022-05-22 21:24 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Bernhard Beschow

v2:
* Preserve `DeviceState *` as return value of piix4_create() (Mark)
* Aggregate all type name movements into first commit (Mark)
* Have piix4 southbridge rather than malta board instantiate piix4 pm (me)

Testing done:

1)
`make check-avocado` for --target-list=x86_64-softmmu,mips-softmmu
Result: All pass.

2)
Modify pci_piix3_realize() to start with
    error_setg(errp, "This is a test");
Then start `qemu-system-x86_64 -M pc -m 1G -accel kvm -cpu host -cdrom archlinux-2022.05.01-x86_64.iso`.
Result: qemu-system-x86_64 aborts with: "This is a test"


v1:
The piix3 and piix4 southbridge devices still rely on create() functions which
are deprecated. This series resolves these functions piece by piece to
modernize the code.

Both devices are modified in lockstep where possible to provide more context.

Testing done:
* `qemu-system-x86_64 -M pc -m 2G -cdrom archlinux-2022.05.01-x86_64.iso`
* `qemu-system-mipsel -M malta -kernel vmlinux-3.2.0-4-4kc-malta -hda 
debian_wheezy_mipsel_standard.qcow2 -append "root=/dev/sda1 console=tty0"`

In both cases the system booted successfully and it was possible to shut down
the system using the `poweroff` command.

Bernhard Beschow (6):
  include/hw/southbridge/piix: Aggregate all PIIX soughbridge type names
  hw/isa/piix{3,4}: Move pci_map_irq_fn's near pci_set_irq_fn's
  hw/isa/piix{3,4}: QOM'ify PCI device creation and wiring
  hw/isa/piix{3,4}: Factor out ISABus retrieval from create() functions
  hw/isa/piix4: QOM'ify PIIX4 PM creation
  hw/isa/piix{3,4}: Inline and remove create() functions

 hw/i386/pc_piix.c             |  7 ++-
 hw/isa/piix3.c                | 98 +++++++++++++++++++----------------
 hw/isa/piix4.c                | 97 +++++++++++++++-------------------
 hw/mips/malta.c               |  7 ++-
 include/hw/isa/isa.h          |  2 -
 include/hw/southbridge/piix.h |  6 +--
 6 files changed, 109 insertions(+), 108 deletions(-)

-- 
2.36.1



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

end of thread, other threads:[~2022-05-29  9:54 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-22 21:24 [PATCH v2 0/6] QOM'ify PIIX southbridge creation Bernhard Beschow
2022-05-22 21:24 ` [PATCH v2 1/6] include/hw/southbridge/piix: Aggregate all PIIX soughbridge type names Bernhard Beschow
2022-05-22 22:32   ` BALATON Zoltan
2022-05-29  9:23     ` Bernhard Beschow
2022-05-29  9:52       ` Mark Cave-Ayland
2022-05-22 21:24 ` [PATCH v2 2/6] hw/isa/piix{3, 4}: Move pci_map_irq_fn's near pci_set_irq_fn's Bernhard Beschow
2022-05-22 21:24 ` [PATCH v2 3/6] hw/isa/piix{3, 4}: QOM'ify PCI device creation and wiring Bernhard Beschow
2022-05-22 21:24 ` [PATCH v2 4/6] hw/isa/piix{3, 4}: Factor out ISABus retrieval from create() functions Bernhard Beschow
2022-05-22 21:24 ` [PATCH v2 5/6] hw/isa/piix4: QOM'ify PIIX4 PM creation Bernhard Beschow
2022-05-25 18:09   ` Mark Cave-Ayland
2022-05-28  9:43     ` Mark Cave-Ayland
2022-05-22 21:24 ` [PATCH v2 6/6] hw/isa/piix{3, 4}: Inline and remove create() functions Bernhard Beschow
2022-05-22 22:04 ` [PATCH v2 0/6] QOM'ify PIIX southbridge creation Philippe Mathieu-Daudé via

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.