summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180427-pull-request' ...Peter Maydell2018-04-274-7/+8
|\
| * ccid-card: include libcacard.h onlyMichal Privoznik2018-04-272-5/+2Star
| * Fix libusb-1.0.22 deprecated libusb_set_debug with libusb_set_optionJohn Thomson2018-04-271-0/+4
| * ccid: Fix dwProtocols advertisement of T=0Jason Andryuk2018-04-271-2/+2
* | Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180427-pull-request' i...Peter Maydell2018-04-273-0/+16
|\ \
| * | ui: introduce vfio_display_resetTina Zhang2018-04-273-0/+16
| |/
* | spapr: Set compatibility mode before the rest of spapr_cpu_reset()David Gibson2018-04-271-6/+5Star
* | spapr: Support ibm,dynamic-memory-v2 propertyBharata B Rao2018-04-271-48/+182
* | ppc: e500: switch E500 based machines to full machine definitionIgor Mammedov2018-04-274-103/+156
* | spapr: Add ibm,max-associativity-domains propertySerhii Popovych2018-04-271-0/+10
* | target/ppc: Fold slb_nr into PPCHash64OptionsDavid Gibson2018-04-272-4/+9
* | target/ppc: Fold ci_large_pages flag into PPCHash64OptionsDavid Gibson2018-04-271-2/+1Star
* | target/ppc: Move 1T segment and AMR options to PPCHash64OptionsDavid Gibson2018-04-272-2/+3
* | target/ppc: Split page size information into a separate allocationDavid Gibson2018-04-271-2/+2
* | target/ppc: Pass cpu instead of env to ppc_create_page_sizes_prop()David Gibson2018-04-273-6/+7
* | spapr: drop useless dynamic sysbus device sanity checkGreg Kurz2018-04-271-18/+0Star
* | Revert "spapr: Don't allow memory hotplug to memory less nodes"Serhii Popovych2018-04-271-22/+0Star
* | spapr: drop useless sanity check in spapr_irq_alloc*()Greg Kurz2018-04-271-6/+3Star
* | spapr: Introduce pseries-2.13 machine typeDavid Gibson2018-04-271-2/+21
* | uninorth: rename UNINState to UNINHostStateMark Cave-Ayland2018-04-273-21/+21
* | uninorth: move PCI IO (ISA) memory region into the uninorth deviceMark Cave-Ayland2018-04-272-10/+16
* | uninorth: use object link to pass OpenPIC object to uninorthMark Cave-Ayland2018-04-272-34/+51
* | uninorth: remove obsolete pci_pmac_u3_init() functionMark Cave-Ayland2018-04-272-26/+17Star
* | uninorth: remove obsolete pci_pmac_init() functionMark Cave-Ayland2018-04-272-42/+34Star
* | uninorth: enable internal PCI host bridgeMark Cave-Ayland2018-04-271-5/+23
* | uninorth: fix PCI and AGP bus mixupMark Cave-Ayland2018-04-271-11/+13
* | uninorth: move PCI host bridge bus initialisation into device realizeMark Cave-Ayland2018-04-273-57/+72
* | uninorth: introduce temporary pic_irqs device propertyMark Cave-Ayland2018-04-271-2/+23
* | uninorth: move PCI mmio memory region initialisation into init functionMark Cave-Ayland2018-04-271-10/+18
* | mac_oldworld: move wiring of macio IRQs to macio_oldworld_realize()Mark Cave-Ayland2018-04-272-29/+22Star
* | mac_oldworld: remove pics IRQ array and wire up macio to heathrow directlyMark Cave-Ayland2018-04-272-13/+22
* | grackle: move PCI IO (ISA) memory region into the grackle deviceMark Cave-Ayland2018-04-272-7/+9
* | grackle: remove deprecated pci_grackle_init() functionMark Cave-Ayland2018-04-273-33/+19Star
* | grackle: general tidy-up and QOMifyMark Cave-Ayland2018-04-273-36/+64
* | heathrow: remove obsolete heathow_init() functionMark Cave-Ayland2018-04-273-30/+17Star
* | uninorth: alter pci_pmac_init() and pci_pmac_u3_init() to return uninorth deviceMark Cave-Ayland2018-04-273-14/+22
* | uninorth: move uninorth definitions into uninorth.hMark Cave-Ayland2018-04-271-21/+1Star
* | uninorth: remove stray PCIBus realize from mac_newworld.cMark Cave-Ayland2018-04-271-1/+0Star
* | uninorth: QOMify PCI and AGP host bridgesMark Cave-Ayland2018-04-271-47/+32Star
* | uninorth: remove second set of uninorth token registersMark Cave-Ayland2018-04-271-4/+0Star
* | uninorth: trivial style fixupsMark Cave-Ayland2018-04-271-10/+19
* | xen: Expect xenstore write to fail when restrictedRoss Lagerwall2018-04-261-1/+6
* | xen: Use newly added dmops for mapping VGA memoryRoss Lagerwall2018-04-261-23/+27
* | xen: destroy_hvm_domain: Try xendevicemodel_shutdownIan Jackson2018-04-261-0/+12
* | xen: destroy_hvm_domain: Move reason into a variableIan Jackson2018-04-261-2/+3
* | xen: defer call to xen_restrict until just before os_setup_postIan Jackson2018-04-262-8/+14
|/
* vl.c: new function serial_max_hds()Peter Maydell2018-04-261-1/+1
* serial-isa: Use MAX_ISA_SERIAL_PORTS instead of MAX_SERIAL_PORTSPeter Maydell2018-04-265-9/+9
* hw/char/exynos4210_uart.c: Remove unneeded handling of NULL chardevPeter Maydell2018-04-261-20/+0Star
* Remove checks on MAX_SERIAL_PORTS that are just bounds checksPeter Maydell2018-04-267-20/+8Star