aboutsummaryrefslogtreecommitdiff
path: root/hw/char/serial-pci.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-07serial: add "baudbase" propertyMarc-André Lureau1-1/+0
2020-01-07serial: initial qom-ificationMarc-André Lureau1-1/+12
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-05-17hw/char: Move multi-serial devices into separate fileThomas Huth1-170/+0
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost1-0/+12
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-29x86: Clean up includesPeter Maydell1-0/+1
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster1-1/+0
2015-05-19serial: fix multi-pci card error cleanup.Gerd Hoffmann1-8/+12
2015-02-26serial-pci: Convert to realizeMarkus Armbruster1-13/+9
2014-08-18memory: remove memory_region_destroyPaolo Bonzini1-3/+0
2014-07-14serial-pci: remove memory regions from BAR before destroying themPaolo Bonzini1-0/+1
2014-07-01irq: Allocate IRQs individuallyPeter Crosthwaite1-1/+1
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela1-2/+2
2014-05-21serial-pci: Set prog interface field of pci config to 16550 compatibleBALATON Zoltan1-0/+7
2013-10-14hw: set interrupts using pci irq wrappersMarcel Apfelbaum1-2/+3
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+3
2013-07-04hw/c*: pass owner to memory_region_init* functionsPaolo Bonzini1-3/+4
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-3/+3
2013-06-07isa: Use realizefn for ISADeviceAndreas Färber1-2/+15
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+252