aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-23postcopy: Synchronize usage of the balloon inhibitorAlex Williamson
2018-08-23vfio/pci: Fix failure to close file descriptor on errorAlex Williamson
2018-08-23vfio/pci: Handle subsystem realpath() returning NULLAlex Williamson
2018-08-23Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.1-pull-re...Peter Maydell
2018-08-21linux-user: Propagate goto fail to returnRichard Henderson
2018-08-21linux-user: Propagate goto unimplemented to defaultRichard Henderson
2018-08-21linux-user: Propagate goto unimplemented_nowarn to returnRichard Henderson
2018-08-21linux-user: Propagate goto efault to returnRichard Henderson
2018-08-21linux-user: Relax single exit from "break"Richard Henderson
2018-08-21linux-user: Split out do_syscall1Richard Henderson
2018-08-21linux-user: Remove DEBUGRichard Henderson
2018-08-21Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180821-pull-request' ...Peter Maydell
2018-08-21Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180821-pull-request' ...Peter Maydell
2018-08-21Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.1-20180821' into...Peter Maydell
2018-08-21Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.1-pull-re...Peter Maydell
2018-08-21Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2018-08-21dev-mtp: rename x-root to rootdirBandan Das
2018-08-21dev-mtp: Add support for > 4GB file transfersBandan Das
2018-08-21dev-mtp: retry write for incomplete transfersBandan Das
2018-08-21dev-mtp: fix buffer allocation for writing file contentsBandan Das
2018-08-21dev-mtp: add support for canceling transactionBandan Das
2018-08-21ohci: Clear the interrupt counter for erroneous transfersSebastian Bauer
2018-08-21Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc.for-upstream-2...Peter Maydell
2018-08-21docs/usb2.txt: ehci has six portsnpes87184
2018-08-21hw/pci-host/bonito: Move away from old_mmio accessorsPeter Maydell
2018-08-21hw/display/vga-isa-mm: Convert away from old_mmioPeter Maydell
2018-08-21qxl: drop unused generation variableGerd Hoffmann
2018-08-21hw/display/ramfb: Compile the ramfb code only when CONFIG_FW_CFG_DMA is setThomas Huth
2018-08-21ppc: add DBCR based debuggingRoman Kapl
2018-08-21spapr_pci: factorize the use of SPAPR_MACHINE_GET_CLASS()Cédric Le Goater
2018-08-21mac_newworld: don't use legacy fw_cfg_init_mem() functionMark Cave-Ayland
2018-08-21mac_oldworld: don't use legacy fw_cfg_init_mem() functionMark Cave-Ayland
2018-08-2140p: don't use legacy fw_cfg_init_mem() functionMark Cave-Ayland
2018-08-21qemu-doc: mark ppc/prep machine as deprecatedHervé Poussineau
2018-08-21hw/ppc: deprecate the machine type 'prep', replaced by '40p'Hervé Poussineau
2018-08-21spapr: introduce a IRQ controller backend to the machineCédric Le Goater
2018-08-21hw/ppc/ppc405_uc: Convert away from old_mmioPeter Maydell
2018-08-21hw/ppc/ppc_boards: Don't use old_mmio for ref405ep_fpgaPeter Maydell
2018-08-21hw/ppc/prep: Remove ifdeffed-out stub of XCSR codePeter Maydell
2018-08-21spapr: introduce a fixed IRQ number spaceCédric Le Goater
2018-08-21spapr: Add a pseries-3.1 machine typeCédric Le Goater
2018-08-21target/ppc: simplify bcdadd/sub functionsYasmin Beatriz
2018-08-21xics: don't include "target/ppc/cpu-qom.h" in "hw/ppc/xics.h"Greg Kurz
2018-08-21vfio/spapr: Allow backing bigger guest IOMMU pages with smaller physical pagesAlexey Kardashevskiy
2018-08-21target/ppc: bcdsub fix sign when result is zeroYasmin Beatriz
2018-08-21target/ppc: Use non-arithmetic conversions for fp load/storeRichard Henderson
2018-08-21target/ppc: Honor fpscr_ze semantics and tidy fre, fresqrtRichard Henderson
2018-08-21target/ppc: Tidy helper_fsqrtRichard Henderson
2018-08-21target/ppc: Tidy helper_fadd, helper_fsubRichard Henderson
2018-08-21target/ppc: Tidy helper_fmulRichard Henderson