aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-30linux-user: move sh4 signal.c parts to sh4 directoryLaurent Vivier
2018-04-30linux-user: move arm signal.c parts to arm directoryLaurent Vivier
2018-04-30linux-user: move aarch64 signal.c parts to aarch64 directoryLaurent Vivier
2018-04-30linux-user: create a dummy per arch signal.cLaurent Vivier
2018-04-30linux-user: Fix getdents emulation for 64 bit guest on 32 bit hostPeter Maydell
2018-04-30linux-user: set minimum uname for RISC-VAlex Bennée
2018-04-27Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180427-pull-request' ...Peter Maydell
2018-04-27Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180427-pull-request' i...Peter Maydell
2018-04-27Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.13-20180427' int...Peter Maydell
2018-04-27ui: introduce vfio_display_resetTina Zhang
2018-04-27console: introduce dpy_gfx_update_fullTina Zhang
2018-04-27sdl: Allow OpenGL ES context creationElie Tournier
2018-04-27ccid-card: include libcacard.h onlyMichal Privoznik
2018-04-27Fix libusb-1.0.22 deprecated libusb_set_debug with libusb_set_optionJohn Thomson
2018-04-27ccid: Fix dwProtocols advertisement of T=0Jason Andryuk
2018-04-27Clear mem_path if we fall back to anonymous RAM allocationDavid Gibson
2018-04-27spapr: Set compatibility mode before the rest of spapr_cpu_reset()David Gibson
2018-04-27target/ppc: Don't bother with MSR_EP in cpu_ppc_set_papr()David Gibson
2018-04-27spapr: Support ibm,dynamic-memory-v2 propertyBharata B Rao
2018-04-27ppc: e500: switch E500 based machines to full machine definitionIgor Mammedov
2018-04-27spapr: Add ibm,max-associativity-domains propertySerhii Popovych
2018-04-27target/ppc: Fold slb_nr into PPCHash64OptionsDavid Gibson
2018-04-27target/ppc: Get rid of POWERPC_MMU_VER() macrosDavid Gibson
2018-04-27target/ppc: Remove unnecessary POWERPC_MMU_V3 flag from mmu_modelDavid Gibson
2018-04-27target/ppc: Fold ci_large_pages flag into PPCHash64OptionsDavid Gibson
2018-04-27target/ppc: Move 1T segment and AMR options to PPCHash64OptionsDavid Gibson
2018-04-27target/ppc: Make hash64_opts field mandatory for 64-bit hash MMUsDavid Gibson
2018-04-27target/ppc: Split page size information into a separate allocationDavid Gibson
2018-04-27target/ppc: Move page size setup to helper functionDavid Gibson
2018-04-27target/ppc: Remove fallback 64k pagesize informationDavid Gibson
2018-04-27target/ppc: Avoid taking "env" parameter to mmu-hash64 functionsDavid Gibson
2018-04-27target/ppc: Pass cpu instead of env to ppc_create_page_sizes_prop()David Gibson
2018-04-27target/ppc: Simplify cpu valid check in ppc_cpu_realizeDavid Gibson
2018-04-27target/ppc: Standardize instance_init and realize function namesDavid Gibson
2018-04-27spapr: drop useless dynamic sysbus device sanity checkGreg Kurz
2018-04-27Revert "spapr: Don't allow memory hotplug to memory less nodes"Serhii Popovych
2018-04-27spapr: drop useless sanity check in spapr_irq_alloc*()Greg Kurz
2018-04-27Add host_memory_backend_pagesize() helperDavid Gibson
2018-04-27Make qemu_mempath_getpagesize() accept NULLDavid Gibson
2018-04-27spapr: Introduce pseries-2.13 machine typeDavid Gibson
2018-04-27target/ppc: Fix reserved bit mask of dstst instructionBALATON Zoltan
2018-04-27ppc: Fix size of ppc64 xer registerMichael Matz
2018-04-27uninorth: rename UNINState to UNINHostStateMark Cave-Ayland
2018-04-27uninorth: move PCI IO (ISA) memory region into the uninorth deviceMark Cave-Ayland
2018-04-27uninorth: use object link to pass OpenPIC object to uninorthMark Cave-Ayland
2018-04-27uninorth: remove obsolete pci_pmac_u3_init() functionMark Cave-Ayland
2018-04-27uninorth: remove obsolete pci_pmac_init() functionMark Cave-Ayland
2018-04-27uninorth: enable internal PCI host bridgeMark Cave-Ayland
2018-04-27uninorth: fix PCI and AGP bus mixupMark Cave-Ayland
2018-04-27uninorth: move PCI host bridge bus initialisation into device realizeMark Cave-Ayland