summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-04qobject: Use qobject_to() instead of type castMarkus Armbruster1-1/+1
2018-05-04spapr: don't advertise radix GTSE if max-compat-cpu < power9Greg Kurz1-5/+10
2018-05-04spapr: don't migrate "spapr_option_vector_ov5_cas" to pre 2.8 machinesGreg Kurz1-1/+3
2018-05-04target/ppc: always set PPC_MEM_TLBIE in pre 2.8 migration hackGreg Kurz1-0/+5
2018-05-04mac_newworld: move wiring of macio IRQs to macio_newworld_realize()Mark Cave-Ayland3-31/+23
2018-05-04mac_newworld: remove pics IRQ array and wire up macio to OpenPIC directlyMark Cave-Ayland2-14/+24
2018-05-04uninorth: create new uninorth deviceMark Cave-Ayland5-39/+77
2018-05-04spapr: Clean up handling of LPCR power-saving exit bitsDavid Gibson2-16/+8
2018-05-04spapr: Move PAPR mode cpu setup fully to spapr codeDavid Gibson4-45/+39
2018-05-04target/ppc: Delay initialization of LPCR_UPRT for secondary cpusDavid Gibson2-16/+12
2018-05-04spapr: Clean up LPCR updates from hypercallsDavid Gibson1-30/+20
2018-05-04spapr: Make a helper to set up cpu entry point stateDavid Gibson4-7/+15
2018-05-04spapr: Remove unhelpful helpers from rtas_start_cpu()David Gibson1-24/+14
2018-05-04spapr: Clean up rtas_start_cpu() & rtas_stop_self()David Gibson1-34/+32
2018-05-04target/ppc: Add ppc_store_lpcr() helperDavid Gibson3-11/+13
2018-05-04spapr: Remove support for explicitly allocated RMAsDavid Gibson3-90/+19
2018-05-04target/ppc: add basic support for PTCR on POWER9Cédric Le Goater7-0/+71
2018-05-04target/ppc: return a nil HPT base address on sPAPR machinesCédric Le Goater1-0/+3
2018-05-03Merge remote-tracking branch 'remotes/marcel/tags/rdma-pull-request' into sta...Peter Maydell8-35/+22
2018-05-03MAINTAINERS: update Marcel Apfelbaum emailMarcel Apfelbaum1-4/+4
2018-05-03hw/rdma: Fix possible out of bounds access to port GID indexMarcel Apfelbaum1-1/+1
2018-05-03hw/rdma: Delete duplicate definition of MAX_RM_TBL_NAMEYuval Shaia2-4/+2
2018-05-03hw/rdma: Fix possible out of bounds access to regs arrayYuval Shaia2-5/+5
2018-05-03hw/rdma: Fix possible out of bounds access to GID tableYuval Shaia2-3/+7
2018-05-03hw/rdma: Delete port's pkey tableYuval Shaia2-17/+1
2018-05-03hw/rdma: Fix possible usage of a NULL pointerMarcel Apfelbaum1-0/+1
2018-05-03hw/rdma: Fix possible munmap call on a NULL pointerMarcel Apfelbaum1-1/+1
2018-05-03linux-user: remove useless padding in flock64 structureLaurent Vivier4-29/+19
2018-05-03linux-user: introduce target_sigsp() and target_save_altstack()Laurent Vivier19-203/+108
2018-05-03linux-user: ARM-FDPIC: Add support for signals for FDPIC targetsChristophe Lyon1-16/+89
2018-05-03linux-user: ARM-FDPIC: Add support of FDPIC for ARM.Christophe Lyon2-0/+38
2018-05-03linux-user: ARM-FDPIC: Identify ARM FDPIC binariesChristophe Lyon2-0/+8
2018-05-03Remove CONFIG_USE_FDPIC.Christophe Lyon2-13/+9
2018-05-03Merge tag 'tags/s390x-2018-05-02' into stagingCornelia Huck15-135/+307
2018-05-03Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180502' into stagingPeter Maydell8-106/+150
2018-05-03Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell2-0/+7
2018-05-02pc-bios/s390: Update firmware imagesThomas Huth2-0/+0
2018-05-02s390-ccw: force diag 308 subcode to unsigned longCornelia Huck1-1/+2
2018-05-02pc-bios/s390-ccw/net: Add support for .INS config filesThomas Huth1-5/+95
2018-05-02pc-bios/s390-ccw/net: Use diag308 to reset machine before jumping to the OSThomas Huth7-69/+111
2018-05-02pc-bios/s390-ccw/net: Split up net_load() into init, load and release partsThomas Huth1-26/+37
2018-05-02pc-bios/s390-ccw: fix non-sequential boot entries (enum)Collin Walling3-15/+28
2018-05-02pc-bios/s390-ccw: fix non-sequential boot entries (eckd)Collin Walling1-9/+20
2018-05-02pc-bios/s390-ccw: fix loadparm initialization and int conversionCollin Walling2-7/+11
2018-05-02pc-bios/s390-ccw: rename MAX_TABLE_ENTRIES to MAX_BOOT_ENTRIESCollin Walling3-5/+5
2018-05-02pc-bios/s390-ccw: size_t should be unsignedThomas Huth2-2/+2
2018-05-029p: add trace event for v9fs_setattr()Greg Kurz2-0/+7
2018-05-01tcg: workaround branch instruction overflow in tcg_out_qemu_ld/stLaurent Vivier3-6/+6
2018-05-01tcg: Improve TCGv_ptr supportRichard Henderson4-94/+130
2018-05-01tcg: Allow wider vectors for cmp and mulRichard Henderson1-4/+4