aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-04-27target/ppc: Get rid of POWERPC_MMU_VER() macrosDavid Gibson5-34/+28
2018-04-27target/ppc: Remove unnecessary POWERPC_MMU_V3 flag from mmu_modelDavid Gibson2-4/+2
2018-04-27target/ppc: Fold ci_large_pages flag into PPCHash64OptionsDavid Gibson6-8/+8
2018-04-27target/ppc: Move 1T segment and AMR options to PPCHash64OptionsDavid Gibson6-14/+20
2018-04-27target/ppc: Make hash64_opts field mandatory for 64-bit hash MMUsDavid Gibson3-18/+21
2018-04-27target/ppc: Split page size information into a separate allocationDavid Gibson7-77/+80
2018-04-27target/ppc: Move page size setup to helper functionDavid Gibson3-20/+49
2018-04-27target/ppc: Remove fallback 64k pagesize informationDavid Gibson3-29/+2
2018-04-27target/ppc: Avoid taking "env" parameter to mmu-hash64 functionsDavid Gibson3-20/+23
2018-04-27target/ppc: Pass cpu instead of env to ppc_create_page_sizes_prop()David Gibson4-7/+8
2018-04-27target/ppc: Simplify cpu valid check in ppc_cpu_realizeDavid Gibson1-8/+1
2018-04-27target/ppc: Standardize instance_init and realize function namesDavid Gibson1-6/+6
2018-04-27spapr: drop useless dynamic sysbus device sanity checkGreg Kurz1-18/+0
2018-04-27Revert "spapr: Don't allow memory hotplug to memory less nodes"Serhii Popovych1-22/+0
2018-04-27spapr: drop useless sanity check in spapr_irq_alloc*()Greg Kurz1-6/+3
2018-04-27Add host_memory_backend_pagesize() helperDavid Gibson4-8/+23
2018-04-27Make qemu_mempath_getpagesize() accept NULLDavid Gibson3-33/+22
2018-04-27spapr: Introduce pseries-2.13 machine typeDavid Gibson2-2/+23
2018-04-27target/ppc: Fix reserved bit mask of dstst instructionBALATON Zoltan1-1/+1
2018-04-27ppc: Fix size of ppc64 xer registerMichael Matz1-7/+7
2018-04-27uninorth: rename UNINState to UNINHostStateMark Cave-Ayland4-27/+27
2018-04-27uninorth: move PCI IO (ISA) memory region into the uninorth deviceMark Cave-Ayland3-10/+17
2018-04-27uninorth: use object link to pass OpenPIC object to uninorthMark Cave-Ayland3-35/+55
2018-04-27uninorth: remove obsolete pci_pmac_u3_init() functionMark Cave-Ayland2-26/+17
2018-04-27uninorth: remove obsolete pci_pmac_init() functionMark Cave-Ayland2-42/+34
2018-04-27uninorth: enable internal PCI host bridgeMark Cave-Ayland1-5/+23
2018-04-27uninorth: fix PCI and AGP bus mixupMark Cave-Ayland1-11/+13
2018-04-27uninorth: move PCI host bridge bus initialisation into device realizeMark Cave-Ayland3-57/+72
2018-04-27uninorth: introduce temporary pic_irqs device propertyMark Cave-Ayland2-2/+24
2018-04-27uninorth: move PCI mmio memory region initialisation into init functionMark Cave-Ayland1-10/+18
2018-04-27mac_oldworld: move wiring of macio IRQs to macio_oldworld_realize()Mark Cave-Ayland3-30/+22
2018-04-27mac_oldworld: remove pics IRQ array and wire up macio to heathrow directlyMark Cave-Ayland2-13/+22
2018-04-27grackle: move PCI IO (ISA) memory region into the grackle deviceMark Cave-Ayland2-7/+9
2018-04-27grackle: remove deprecated pci_grackle_init() functionMark Cave-Ayland3-33/+19
2018-04-27grackle: general tidy-up and QOMifyMark Cave-Ayland3-36/+64
2018-04-27heathrow: remove obsolete heathow_init() functionMark Cave-Ayland4-31/+18
2018-04-27uninorth: alter pci_pmac_init() and pci_pmac_u3_init() to return uninorth deviceMark Cave-Ayland3-14/+22
2018-04-27uninorth: move uninorth definitions into uninorth.hMark Cave-Ayland2-21/+52
2018-04-27uninorth: remove stray PCIBus realize from mac_newworld.cMark Cave-Ayland1-1/+0
2018-04-27uninorth: QOMify PCI and AGP host bridgesMark Cave-Ayland1-47/+32
2018-04-27uninorth: remove second set of uninorth token registersMark Cave-Ayland1-4/+0
2018-04-27uninorth: trivial style fixupsMark Cave-Ayland1-10/+19
2018-04-26Merge remote-tracking branch 'remotes/iwj/tags/for-upstream.depriv-2' into st...Peter Maydell10-120/+242
2018-04-26configure: do_compiler: Dump some extra info under bashIan Jackson1-0/+5
2018-04-26os-posix: cleanup: Replace perror with error_reportIan Jackson1-4/+4
2018-04-26os-posix: cleanup: Replace fprintf with error_report in remaining call sitesIan Jackson1-2/+2
2018-04-26xen: Expect xenstore write to fail when restrictedRoss Lagerwall1-1/+6
2018-04-26xen: Remove now-obsolete xen_xc_domain_add_to_physmapIan Jackson1-22/+0
2018-04-26xen: Use newly added dmops for mapping VGA memoryRoss Lagerwall3-23/+78
2018-04-26os-posix: Provide new -runas <uid>:<gid> facilityIan Jackson2-13/+67