summary refs log tree commit diff stats
path: root/hw/char/serial-pci-multi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/char/serial-pci-multi: Use qemu_init_irq_child() to avoid leakPeter Maydell2025-09-021-1/+2
* hw/char/serial: Remove unused prog_if compat propertyBALATON Zoltan2025-05-021-5/+2
* qom: Make InterfaceInfo[] uses constPhilippe Mathieu-Daudé2025-04-251-2/+2
* qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé2025-04-251-2/+4
* hw/char/pci-multi: Convert legacy qemu_allocate_irqs to qemu_init_irqPhilippe Mathieu-Daudé2025-01-311-4/+3
* include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LISTRichard Henderson2024-12-191-2/+0
* hw/char: Constify all PropertyRichard Henderson2024-12-151-2/+2
* hw/char: Constify VMStateRichard Henderson2023-12-291-1/+1
* docs/specs: Convert pci-serial.txt to rstPeter Maydell2023-04-241-1/+1
* include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster2023-01-081-1/+1
* qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2020-12-181-0/+1
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-101-3/+1
* qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster2020-07-101-2/+1
* qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster2020-06-151-1/+1
* qom: Less verbose object_initialize_child()Markus Armbruster2020-06-151-3/+1
* qdev: Convert to qdev_unrealize() with CoccinelleMarkus Armbruster2020-06-151-1/+1
* qdev: Unrealize must not failMarkus Armbruster2020-05-151-1/+1
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-2/+2
* serial: replace serial_exit_core() with unrealizeMarc-André Lureau2020-01-071-1/+1
* serial: realize the serial deviceMarc-André Lureau2020-01-071-1/+1
* serial: add "baudbase" propertyMarc-André Lureau2020-01-071-1/+0
* serial: initial qom-ificationMarc-André Lureau2020-01-071-0/+15
* serial-pci-multi: factor out multi_serial_get_port_count()Marc-André Lureau2020-01-071-17/+18
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* hw/char: Move multi-serial devices into separate fileThomas Huth2019-05-171-0/+208