summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2018-05-04Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.13-20180504' int...Peter Maydell10-213/+244
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau3-9/+9
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-04mac_newworld: move wiring of macio IRQs to macio_newworld_realize()Mark Cave-Ayland2-30/+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-Ayland4-39/+66
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 Gibson1-3/+33
2018-05-04target/ppc: Delay initialization of LPCR_UPRT for secondary cpusDavid Gibson1-0/+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 Gibson3-7/+12
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-04spapr: Remove support for explicitly allocated RMAsDavid Gibson1-42/+19
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-02pc-bios/s390-ccw: fix loadparm initialization and int conversionCollin Walling1-0/+4
2018-05-029p: add trace event for v9fs_setattr()Greg Kurz2-0/+7
2018-05-01hw/m68k/mcf5208: Fix trivial typo in board descriptionThomas Huth1-1/+1
2018-04-30hw/s390x: Allow to configure the consoles with the "-serial" parameterThomas Huth2-2/+31
2018-04-30s390x/kvm: cleanup calls to cpu_synchronize_state()David Hildenbrand1-8/+0
2018-04-30vfio-ccw: introduce vfio_ccw_get_device()Greg Kurz1-20/+36
2018-04-30s390x/sclp: extend SCLP event masks to 64 bitsClaudio Imbrenda1-9/+41
2018-04-30s390x: introduce 2.13 compat machineCornelia Huck1-1/+16
2018-04-27Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180427-pull-request' ...Peter Maydell4-7/+8
2018-04-27Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180427-pull-request' i...Peter Maydell3-0/+16
2018-04-27ui: introduce vfio_display_resetTina Zhang3-0/+16
2018-04-27ccid-card: include libcacard.h onlyMichal Privoznik2-5/+2
2018-04-27Fix libusb-1.0.22 deprecated libusb_set_debug with libusb_set_optionJohn Thomson1-0/+4
2018-04-27ccid: Fix dwProtocols advertisement of T=0Jason Andryuk1-2/+2
2018-04-27spapr: Set compatibility mode before the rest of spapr_cpu_reset()David Gibson1-6/+5
2018-04-27spapr: Support ibm,dynamic-memory-v2 propertyBharata B Rao1-48/+182
2018-04-27ppc: e500: switch E500 based machines to full machine definitionIgor Mammedov4-103/+156
2018-04-27spapr: Add ibm,max-associativity-domains propertySerhii Popovych1-0/+10
2018-04-27target/ppc: Fold slb_nr into PPCHash64OptionsDavid Gibson2-4/+9
2018-04-27target/ppc: Fold ci_large_pages flag into PPCHash64OptionsDavid Gibson1-2/+1
2018-04-27target/ppc: Move 1T segment and AMR options to PPCHash64OptionsDavid Gibson2-2/+3
2018-04-27target/ppc: Split page size information into a separate allocationDavid Gibson1-2/+2
2018-04-27target/ppc: Pass cpu instead of env to ppc_create_page_sizes_prop()David Gibson3-6/+7
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-27spapr: Introduce pseries-2.13 machine typeDavid Gibson1-2/+21
2018-04-27uninorth: rename UNINState to UNINHostStateMark Cave-Ayland3-21/+21