summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-04target/arm: Tidy condition in disas_simd_two_reg_miscRichard Henderson1-1/+5
2018-05-04target/arm: Tidy conditions in handle_vec_simd_shriRichard Henderson1-5/+1
2018-05-04arm: boot: set boot_info starting from first_cpuIgor Mammedov1-1/+1
2018-05-04hw/net/smc91c111: Convert away from old_mmioPeter Maydell1-29/+25
2018-05-04hw/usb/tusb6010: Convert away from old_mmioPeter Maydell1-4/+36
2018-05-04hw/char/cmsdk-apb-uart.c: Accept more input after character readPatrick Oppenlander1-0/+1
2018-05-04target/arm: Correct MPUIR privilege level in register_cp_regs_for_features() ...Mathew Maidment1-1/+1
2018-05-04hw/arm/virt: Add linux,pci-domain propertyJan Kiszka1-0/+1
2018-05-04Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2018-05-04' into st...Peter Maydell3-9/+20
2018-05-04nbd/client: Relax handling of large NBD_CMD_BLOCK_STATUS replyEric Blake1-3/+7
2018-05-04nbd/client: Fix error messages during NBD_INFO_BLOCK_SIZEEric Blake1-4/+10
2018-05-04migration/block-dirty-bitmap: fix memory leak in dirty_bitmap_load_bitsVladimir Sementsov-Ogievskiy1-0/+1
2018-05-04nbd/client: fix nbd_negotiate_simple_meta_contextVladimir Sementsov-Ogievskiy1-2/+2
2018-05-04Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-05-04' into ...Peter Maydell106-703/+816
2018-05-04Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180504' into stagingPeter Maydell24-248/+436
2018-05-04Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.13-20180504' int...Peter Maydell25-330/+355
2018-05-04Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.13-pull-r...Peter Maydell26-261/+271
2018-05-04qapi: deprecate CpuInfoFast.archLaszlo Ersek2-4/+9
2018-05-04qapi: discriminate CpuInfoFast on SysEmuTarget, not CpuInfoArchLaszlo Ersek2-39/+110
2018-05-04qapi: change the type of TargetInfo.arch from string to enum SysEmuTargetLaszlo Ersek2-3/+7
2018-05-04qapi: add SysEmuTarget to "common.json"Laszlo Ersek2-1/+24
2018-05-04qapi: fill in CpuInfoFast.arch in query-cpus-fastLaszlo Ersek2-2/+16
2018-05-04qobject: Modify qobject_ref() to return objMarc-André Lureau12-64/+47
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau94-613/+609
2018-05-04qobject: use a QObjectBase_ structMarc-André Lureau9-26/+35
2018-05-04qobject: Ensure base is at offset 0Marc-André Lureau2-3/+11
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