aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-24ui: use enum to string helpersMarc-André Lureau2-4/+4
2018-08-24vnc: fix memleak of the "vnc-worker-output" namePeter Wu1-1/+2
2018-08-24ui/sdl2: Remove the obsolete SDL_INIT_NOPARACHUTE flagThomas Huth1-3/+1
2018-08-23Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell4-1/+120
2018-08-23Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.1-pull-re...Peter Maydell1-972/+637
2018-08-21linux-user: Propagate goto fail to returnRichard Henderson1-38/+22
2018-08-21linux-user: Propagate goto unimplemented to defaultRichard Henderson1-143/+1
2018-08-21linux-user: Propagate goto unimplemented_nowarn to returnRichard Henderson1-7/+4
2018-08-21linux-user: Propagate goto efault to returnRichard Henderson1-166/+175
2018-08-21linux-user: Relax single exit from "break"Richard Henderson1-582/+390
2018-08-21block: iotest to catch abort on forced blockjob cancelJeff Cody3-0/+119
2018-08-21block: for jobs, do not clear user_paused until after the resumeJeff Cody1-1/+1
2018-08-21linux-user: Split out do_syscall1Richard Henderson1-29/+48
2018-08-21linux-user: Remove DEBUGRichard Henderson1-10/+0
2018-08-21Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180821-pull-request' ...Peter Maydell3-16/+84
2018-08-21Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180821-pull-request' ...Peter Maydell5-181/+30
2018-08-21Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.1-20180821' into...Peter Maydell31-735/+945
2018-08-21Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.1-pull-re...Peter Maydell5-26/+150
2018-08-21Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell12-36/+235
2018-08-21dev-mtp: rename x-root to rootdirBandan Das1-2/+2
2018-08-21dev-mtp: Add support for > 4GB file transfersBandan Das1-4/+27
2018-08-21dev-mtp: retry write for incomplete transfersBandan Das1-2/+20
2018-08-21dev-mtp: fix buffer allocation for writing file contentsBandan Das1-2/+4
2018-08-21dev-mtp: add support for canceling transactionBandan Das1-4/+26
2018-08-21ohci: Clear the interrupt counter for erroneous transfersSebastian Bauer1-0/+3
2018-08-21Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc.for-upstream-2...Peter Maydell2-3/+13
2018-08-21docs/usb2.txt: ehci has six portsnpes871841-2/+2
2018-08-21hw/pci-host/bonito: Move away from old_mmio accessorsPeter Maydell1-130/+15
2018-08-21hw/display/vga-isa-mm: Convert away from old_mmioPeter Maydell1-47/+13
2018-08-21qxl: drop unused generation variableGerd Hoffmann2-2/+0
2018-08-21hw/display/ramfb: Compile the ramfb code only when CONFIG_FW_CFG_DMA is setThomas Huth1-2/+2
2018-08-21ppc: add DBCR based debuggingRoman Kapl4-33/+107
2018-08-21spapr_pci: factorize the use of SPAPR_MACHINE_GET_CLASS()Cédric Le Goater1-5/+6
2018-08-21mac_newworld: don't use legacy fw_cfg_init_mem() functionMark Cave-Ayland1-1/+11
2018-08-21mac_oldworld: don't use legacy fw_cfg_init_mem() functionMark Cave-Ayland1-1/+11
2018-08-2140p: don't use legacy fw_cfg_init_mem() functionMark Cave-Ayland1-2/+11
2018-08-21qemu-doc: mark ppc/prep machine as deprecatedHervé Poussineau1-0/+6
2018-08-21hw/ppc: deprecate the machine type 'prep', replaced by '40p'Hervé Poussineau2-2/+1
2018-08-21spapr: introduce a IRQ controller backend to the machineCédric Le Goater5-185/+259
2018-08-21hw/ppc/ppc405_uc: Convert away from old_mmioPeter Maydell1-148/+25
2018-08-21hw/ppc/ppc_boards: Don't use old_mmio for ref405ep_fpgaPeter Maydell1-50/+10
2018-08-21hw/ppc/prep: Remove ifdeffed-out stub of XCSR codePeter Maydell1-93/+4
2018-08-21spapr: introduce a fixed IRQ number spaceCédric Le Goater8-18/+216
2018-08-21spapr: Add a pseries-3.1 machine typeCédric Le Goater1-2/+21
2018-08-21target/ppc: simplify bcdadd/sub functionsYasmin Beatriz1-31/+18
2018-08-21xics: don't include "target/ppc/cpu-qom.h" in "hw/ppc/xics.h"Greg Kurz1-1/+0
2018-08-21vfio/spapr: Allow backing bigger guest IOMMU pages with smaller physical pagesAlexey Kardashevskiy3-1/+24
2018-08-21target/ppc: bcdsub fix sign when result is zeroYasmin Beatriz1-0/+3
2018-08-21target/ppc: Use non-arithmetic conversions for fp load/storeRichard Henderson3-30/+61
2018-08-21target/ppc: Honor fpscr_ze semantics and tidy fre, fresqrtRichard Henderson1-25/+37