aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-22hw/arm/collie: Create the RAM in the boardPhilippe Mathieu-Daudé3-11/+8
2019-10-22hw/arm/mps2: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2-2/+4
2019-10-22hw/arm/xilinx_zynq: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-1/+2
2019-10-22hw/arm/exynos4210: Use the Samsung s3c SDHCI controllerPhilippe Mathieu-Daudé1-1/+1
2019-10-22hw/sd/sdhci: Add dummy Samsung SDHCI controllerPhilippe Mathieu-Daudé2-0/+67
2019-10-22hw/sd/sdhci: Add a comment to distinct the i.MX eSDHC functionsPhilippe Mathieu-Daudé1-1/+2
2019-10-22hw/m68k/mcf5208.c: Switch to transaction-based ptimer APIPeter Maydell1-4/+5
2019-10-22hw/watchdog/etraxfs_timer.c: Switch to transaction-based ptimer APIPeter Maydell1-10/+13
2019-10-22hw/timer/altera_timer.c: Switch to transaction-based ptimer APIPeter Maydell1-4/+9
2019-10-22hw/timer/lm32_timer: Switch to transaction-based ptimer APIPeter Maydell1-4/+9
2019-10-22hw/timer/sh_timer: Switch to transaction-based ptimer APIPeter Maydell1-4/+9
2019-10-22hw/timer/puv3_ost.c: Switch to transaction-based ptimer APIPeter Maydell1-4/+5
2019-10-22hw/timer/arm_mptimer.c: Undo accidental rename of arm_mptimer_init()Peter Maydell1-2/+2
2019-10-22hw/timer/exynos4210_mct: Initialize ptimer before starting itGuenter Roeck1-1/+1
2019-10-22target/arm: Fix sign-extension for SMLAL*Richard Henderson1-1/+3
2019-10-22Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20191022' into stagingPeter Maydell5-31/+32
2019-10-22Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell2-5/+1
2019-10-22Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.2-pull-re...Peter Maydell5-45/+180
2019-10-21tests/migration: fix a typo in commentMao Zhongyi1-1/+1
2019-10-21qemu-doc: Remove paragraph about requiring a HD image with -kernelThomas Huth1-4/+0
2019-10-21s390x/kvm: Set default cpu model for all machine classesDavid Hildenbrand1-2/+8
2019-10-21s390x/tcg: Fix VECTOR SUBTRACT WITH BORROW COMPUTE BORROW INDICATIONDavid Hildenbrand1-10/+3
2019-10-21s390x/tcg: Fix VECTOR SUBTRACT WITH BORROW INDICATIONDavid Hildenbrand1-5/+5
2019-10-21s390x/tcg: Fix VECTOR SUBTRACT COMPUTE BORROW INDICATIONDavid Hildenbrand2-4/+5
2019-10-21s390x/tcg: Fix VECTOR SHIFT RIGHT ARITHMETIC BY BYTEDavid Hildenbrand1-2/+4
2019-10-21s390x/tcg: Fix VECTOR MULTIPLY AND ADD *David Hildenbrand1-4/+4
2019-10-21s390x/tcg: Fix VECTOR MULTIPLY LOGICAL ODDDavid Hildenbrand1-1/+1
2019-10-21s390x/mmu: Remove duplicate check for MMU_DATA_STOREDavid Hildenbrand1-3/+1
2019-10-21s390x/cpumodel: Add missing visit_freeAndrew Jones1-0/+1
2019-10-21linux-user/syscall: Align target_sockaddr fields using ABI typesPhilippe Mathieu-Daudé1-17/+17
2019-10-21linux-user/strace: Let print_sockaddr() have a 'last' argumentPhilippe Mathieu-Daudé1-5/+5
2019-10-21linux-user/strace: Improve bind() outputPhilippe Mathieu-Daudé2-2/+15
2019-10-21linux-user/strace: Add print_sockfd()Philippe Mathieu-Daudé1-7/+16
2019-10-21linux-user/strace: Dump AF_NETLINK sockaddr contentPhilippe Mathieu-Daudé1-0/+37
2019-10-21linux-user/syscall: Introduce target_sockaddr_nlPhilippe Mathieu-Daudé2-2/+11
2019-10-21linux-user/strace: Improve settimeofday()Philippe Mathieu-Daudé2-1/+14
2019-10-21linux-user/strace: Add print_timezone()Philippe Mathieu-Daudé1-0/+20
2019-10-21linux-user/strace: Display invalid pointer in print_timeval()Philippe Mathieu-Daudé1-1/+3
2019-10-21Fix unsigned integer underflow in fd-trans.cShu-Chun Weng1-11/+40
2019-10-21linux-user: add strace for dup3Andreas Schwab1-0/+3
2019-10-18Merge remote-tracking branch 'remotes/kraxel/tags/audio-20191018-pull-request...Peter Maydell16-190/+757
2019-10-18Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell25-367/+623
2019-10-18Merge remote-tracking branch 'remotes/kraxel/tags/ui-20191018-pull-request' i...Peter Maydell3-10/+24
2019-10-18ui: fix keymap file search in input-barrier objectLaurent Vivier1-7/+7
2019-10-18curses: correctly pass the color pair to setcchar()Matthew Kilgore1-1/+3
2019-10-18curses: use the bit mask constants provided by cursesMatthew Kilgore1-2/+2
2019-10-18ui: Fix hanging up Cocoa display on macOS 10.15 (Catalina)Hikaru Nishida1-0/+12
2019-10-18paaudio: fix channel order for usb-audio 5.1 and 7.1 streamsKővágó, Zoltán1-5/+45
2019-10-18usbaudio: change playback counters to 64 bitKővágó, Zoltán1-6/+8
2019-10-18usb-audio: support more than two channels of audioKővágó, Zoltán1-53/+366