summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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
2018-04-27uninorth: move PCI IO (ISA) memory region into the uninorth deviceMark Cave-Ayland2-10/+16
2018-04-27uninorth: use object link to pass OpenPIC object to uninorthMark Cave-Ayland2-34/+51
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-Ayland1-2/+23
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-Ayland2-29/+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