aboutsummaryrefslogtreecommitdiff
path: root/hw/pci-host/pam.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-19hw/pci-host/pam: Make init_pam() usage more readableBernhard Beschow1-6/+6
2020-12-13hw/pci-host/pam: Replace magic number by PAM_REGIONS_COUNT definitionPhilippe Mathieu-Daudé1-1/+1
2020-06-10qom/object: Move Object typedef to 'qemu/typedefs.h'Philippe Mathieu-Daudé1-1/+0
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster1-1/+0
2019-01-11pam: wrap MemoryRegion initialization in a transactionPaolo Bonzini1-0/+2
2016-01-29x86: Clean up includesPeter Maydell1-0/+1
2015-06-05hw/i386: remove smram_updatePaolo Bonzini1-6/+0
2015-06-05target-i386: use memory API to implement SMRAMPaolo Bonzini1-16/+2
2014-08-15pci-host: update uncorresponding descriptionGonglei1-1/+1
2014-08-15pci-host: update obsolete reference about piix_pci.cGonglei1-1/+1
2014-03-09pam: partly fix write-only modeHervé Poussineau1-1/+1
2013-07-04pam: pass device to init_pam and use it to set ownerPaolo Bonzini1-7/+9
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-4/+4
2013-04-08hw: move PCI bridges to hw/pci-* or hw/ARCHPaolo Bonzini1-0/+87