summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2018-05-01hw/m68k/mcf5208: Fix trivial typo in board descriptionThomas Huth1-1/+1
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
2018-04-27heathrow: remove obsolete heathow_init() functionMark Cave-Ayland3-30/+17
2018-04-27uninorth: alter pci_pmac_init() and pci_pmac_u3_init() to return uninorth deviceMark Cave-Ayland3-14/+22
2018-04-27uninorth: move uninorth definitions into uninorth.hMark Cave-Ayland1-21/+1
2018-04-27uninorth: remove stray PCIBus realize from mac_newworld.cMark Cave-Ayland1-1/+0
2018-04-27uninorth: QOMify PCI and AGP host bridgesMark Cave-Ayland1-47/+32
2018-04-27uninorth: remove second set of uninorth token registersMark Cave-Ayland1-4/+0
2018-04-27uninorth: trivial style fixupsMark Cave-Ayland1-10/+19
2018-04-26xen: Expect xenstore write to fail when restrictedRoss Lagerwall1-1/+6
2018-04-26xen: Use newly added dmops for mapping VGA memoryRoss Lagerwall1-23/+27
2018-04-26xen: destroy_hvm_domain: Try xendevicemodel_shutdownIan Jackson1-0/+12
2018-04-26xen: destroy_hvm_domain: Move reason into a variableIan Jackson1-2/+3
2018-04-26xen: defer call to xen_restrict until just before os_setup_postIan Jackson2-8/+14
2018-04-26vl.c: new function serial_max_hds()Peter Maydell1-1/+1
2018-04-26serial-isa: Use MAX_ISA_SERIAL_PORTS instead of MAX_SERIAL_PORTSPeter Maydell5-9/+9
2018-04-26hw/char/exynos4210_uart.c: Remove unneeded handling of NULL chardevPeter Maydell1-20/+0