summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2017-10-19Merge remote-tracking branch 'remotes/kraxel/tags/vga-20171017-pull-request' ...Peter Maydell2-14/+25
2017-10-17Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.11-20171017' int...Peter Maydell18-352/+213
2017-10-17Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell1-2/+2
2017-10-17cirrus: fix oob access in mode4and5 write functionsGerd Hoffmann1-4/+2
2017-10-17vga: add ram_addr_t castGerd Hoffmann1-1/+1
2017-10-17vga: handle cirrus vbe mode wraparounds.Gerd Hoffmann1-7/+21
2017-10-17vga: drop line_offset variableGerd Hoffmann1-4/+3
2017-10-17spapr_cpu_core: rewrite machine type sanity checkGreg Kurz1-4/+8
2017-10-17spapr_pci: fail gracefully with non-pseries machine typesGreg Kurz1-1/+11
2017-10-17spapr: Correct RAM size calculation for HPT resizingDavid Gibson1-2/+2
2017-10-17ppc: pnv: consolidate type definitions and batch register themIgor Mammedov1-58/+34
2017-10-17ppc: pnv: drop PnvChipClass::cpu_model fieldIgor Mammedov2-17/+13
2017-10-17ppc: pnv: define core types staticallyIgor Mammedov1-28/+20
2017-10-17ppc: pnv: drop PnvCoreClass::cpu_oc fieldIgor Mammedov1-6/+12
2017-10-17ppc: pnv: normalize core/chip type namesIgor Mammedov2-2/+2
2017-10-17ppc: pnv: use generic cpu_model parsingIgor Mammedov2-13/+11
2017-10-17ppc: spapr: use generic cpu_model parsingIgor Mammedov2-32/+14
2017-10-17ppc: spapr: use cpu model names as tcg defaults instead of aliasesIgor Mammedov1-2/+2
2017-10-17ppc: spapr: register 'host' core type along with the rest of core typesIgor Mammedov1-1/+4
2017-10-17ppc: spapr: use cpu type name directlyIgor Mammedov2-12/+8
2017-10-17ppc: spapr: define core types staticallyIgor Mammedov1-59/+28
2017-10-17ppc: move '-cpu foo,compat=xxx' parsing into ppc_cpu_parse_featurestr()Igor Mammedov2-51/+1
2017-10-17ppc: spapr: replace ppc_cpu_parse_features() with cpu_parse_cpu_model()Igor Mammedov2-30/+4
2017-10-17ppc: 40p/prep: replace cpu_model with cpu_typeIgor Mammedov1-8/+4
2017-10-17ppc: virtex-ml507: replace cpu_model with cpu_typeIgor Mammedov1-7/+4
2017-10-17ppc: replace cpu_model with cpu_type on ref405ep,taihu boardsIgor Mammedov2-4/+6
2017-10-17ppc: bamboo: use generic cpu_model parsingIgor Mammedov1-5/+2
2017-10-17ppc: mac_oldworld: use generic cpu_model parsingIgor Mammedov1-4/+2
2017-10-17ppc: mac_newworld: use generic cpu_model parsingIgor Mammedov1-9/+6
2017-10-17ppc: mpc8544ds/e500plat: use generic cpu_model parsingIgor Mammedov3-7/+4
2017-10-17hw/ppc/spapr.c: abort unplug_request if previous unplug isn't doneDaniel Henrique Barboza1-2/+14
2017-10-17target/ppc: Add POWER9 DD2.0 model informationDavid Gibson1-0/+1
2017-10-17spapr: sanity check size of the CAS bufferGreg Kurz1-0/+7
2017-10-17spapr: fix OF word name in commentGreg Kurz1-1/+2
2017-10-17hw/ppc: use 0 instead of fdt_path_offset(fdt, "/")Greg Kurz2-4/+2
2017-10-17macio: add missing registers to VMStateDescriptionMark Cave-Ayland1-1/+3
2017-10-16Merge remote-tracking branch 'remotes/huth/tags/pull-request-2017-10-16' into...Peter Maydell3-9/+11
2017-10-16Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell91-149/+603
2017-10-169pfs: use g_malloc0 to allocate space for xattrPrasad J Pandit1-2/+2
2017-10-16M68K: use g_new() family of functionsMarc-André Lureau2-3/+3
2017-10-16hw/m68k: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis3-6/+8
2017-10-15pc: remove useless hot_add_cpu initialisationLaurent Vivier2-3/+0
2017-10-15isapc: Remove unnecessary migration compatibility codeEduardo Habkost1-2/+0
2017-10-15virtio-pci: Replace modern_as with direct access to modern_barAlexey Kardashevskiy2-38/+54
2017-10-15virtio: fix descriptor counting in virtqueue_popWolfgang Bumiller1-3/+3
2017-10-15hw/gen_pcie_root_port: make IO RO 0 on IO disabledMarcel Apfelbaum1-0/+7
2017-10-15pci: Validate interfaces on base_class_initEduardo Habkost1-0/+12
2017-10-15xen/pt: Mark TYPE_XEN_PT_DEVICE as hybridEduardo Habkost1-0/+1
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost64-0/+296
2017-10-15pci: Add INTERFACE_PCIE_DEVICE to all PCIe devicesEduardo Habkost8-0/+31