summaryrefslogtreecommitdiffstats
path: root/hw/char/serial-pci.c
Commit message (Expand)AuthorAgeFilesLines
* hw/char/serial-{isa, pci}: Alias QDEV properties from generic serial objectPhilippe Mathieu-Daudé2020-09-301-1/+2
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-1/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-101-3/+1Star
* qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster2020-07-101-2/+1Star
* 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-2/+1Star
* 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-1/+1
* 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/+0Star
* serial: initial qom-ificationMarc-André Lureau2020-01-071-1/+12
* 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
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* hw/char: Move multi-serial devices into separate fileThomas Huth2019-05-171-170/+0Star
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-151-0/+12
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* x86: Clean up includesPeter Maydell2016-01-291-0/+1
* Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster2015-06-221-1/+0Star
* serial: fix multi-pci card error cleanup.Gerd Hoffmann2015-05-191-8/+12
* serial-pci: Convert to realizeMarkus Armbruster2015-02-261-13/+9Star
* memory: remove memory_region_destroyPaolo Bonzini2014-08-181-3/+0Star
* serial-pci: remove memory regions from BAR before destroying themPaolo Bonzini2014-07-141-0/+1
* irq: Allocate IRQs individuallyPeter Crosthwaite2014-07-011-1/+1
* savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela2014-06-161-2/+2
* serial-pci: Set prog interface field of pci config to 16550 compatibleBALATON Zoltan2014-05-211-0/+7
* hw: set interrupts using pci irq wrappersMarcel Apfelbaum2013-10-141-2/+3
* devices: Associate devices to their logical categoryMarcel Apfelbaum2013-07-291-0/+3
* hw/c*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-3/+4
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-3/+3
* isa: Use realizefn for ISADeviceAndreas Färber2013-06-071-2/+15
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-081-0/+252