summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | hw/m68k/mcf5208.c: Switch to transaction-based ptimer APIPeter Maydell2019-10-221-4/+5
| * | | hw/watchdog/etraxfs_timer.c: Switch to transaction-based ptimer APIPeter Maydell2019-10-221-10/+13
| * | | hw/timer/altera_timer.c: Switch to transaction-based ptimer APIPeter Maydell2019-10-221-4/+9
| * | | hw/timer/lm32_timer: Switch to transaction-based ptimer APIPeter Maydell2019-10-221-4/+9
| * | | hw/timer/sh_timer: Switch to transaction-based ptimer APIPeter Maydell2019-10-221-4/+9
| * | | hw/timer/puv3_ost.c: Switch to transaction-based ptimer APIPeter Maydell2019-10-221-4/+5
| * | | hw/timer/arm_mptimer.c: Undo accidental rename of arm_mptimer_init()Peter Maydell2019-10-221-2/+2
| * | | hw/timer/exynos4210_mct: Initialize ptimer before starting itGuenter Roeck2019-10-221-1/+1
| * | | target/arm: Fix sign-extension for SMLAL*Richard Henderson2019-10-221-1/+3
|/ / /
* | | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20191022' into stagingPeter Maydell2019-10-225-31/+32
|\ \ \
| * | | s390x/kvm: Set default cpu model for all machine classesDavid Hildenbrand2019-10-211-2/+8
| * | | s390x/tcg: Fix VECTOR SUBTRACT WITH BORROW COMPUTE BORROW INDICATIONDavid Hildenbrand2019-10-211-10/+3Star
| * | | s390x/tcg: Fix VECTOR SUBTRACT WITH BORROW INDICATIONDavid Hildenbrand2019-10-211-5/+5
| * | | s390x/tcg: Fix VECTOR SUBTRACT COMPUTE BORROW INDICATIONDavid Hildenbrand2019-10-212-4/+5
| * | | s390x/tcg: Fix VECTOR SHIFT RIGHT ARITHMETIC BY BYTEDavid Hildenbrand2019-10-211-2/+4
| * | | s390x/tcg: Fix VECTOR MULTIPLY AND ADD *David Hildenbrand2019-10-211-4/+4
| * | | s390x/tcg: Fix VECTOR MULTIPLY LOGICAL ODDDavid Hildenbrand2019-10-211-1/+1
| * | | s390x/mmu: Remove duplicate check for MMU_DATA_STOREDavid Hildenbrand2019-10-211-3/+1Star
| * | | s390x/cpumodel: Add missing visit_freeAndrew Jones2019-10-211-0/+1
| |/ /
* | | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell2019-10-222-5/+1Star
|\ \ \
| * | | tests/migration: fix a typo in commentMao Zhongyi2019-10-211-1/+1
| * | | qemu-doc: Remove paragraph about requiring a HD image with -kernelThomas Huth2019-10-211-4/+0Star
| |/ /
* | | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.2-pull-re...Peter Maydell2019-10-225-45/+180
|\ \ \ | |/ / |/| |
| * | linux-user/syscall: Align target_sockaddr fields using ABI typesPhilippe Mathieu-Daudé2019-10-211-17/+17
| * | linux-user/strace: Let print_sockaddr() have a 'last' argumentPhilippe Mathieu-Daudé2019-10-211-5/+5
| * | linux-user/strace: Improve bind() outputPhilippe Mathieu-Daudé2019-10-212-2/+15
| * | linux-user/strace: Add print_sockfd()Philippe Mathieu-Daudé2019-10-211-7/+16
| * | linux-user/strace: Dump AF_NETLINK sockaddr contentPhilippe Mathieu-Daudé2019-10-211-0/+37
| * | linux-user/syscall: Introduce target_sockaddr_nlPhilippe Mathieu-Daudé2019-10-212-2/+11
| * | linux-user/strace: Improve settimeofday()Philippe Mathieu-Daudé2019-10-212-1/+14
| * | linux-user/strace: Add print_timezone()Philippe Mathieu-Daudé2019-10-211-0/+20
| * | linux-user/strace: Display invalid pointer in print_timeval()Philippe Mathieu-Daudé2019-10-211-1/+3
| * | Fix unsigned integer underflow in fd-trans.cShu-Chun Weng2019-10-211-11/+40
| * | linux-user: add strace for dup3Andreas Schwab2019-10-211-0/+3
|/ /
* | Merge remote-tracking branch 'remotes/kraxel/tags/audio-20191018-pull-request...Peter Maydell2019-10-1816-190/+757
|\ \
| * | paaudio: fix channel order for usb-audio 5.1 and 7.1 streamsKővágó, Zoltán2019-10-181-5/+45
| * | usbaudio: change playback counters to 64 bitKővágó, Zoltán2019-10-181-6/+8
| * | usb-audio: support more than two channels of audioKővágó, Zoltán2019-10-181-53/+366
| * | usb-audio: do not count on avail bytes actually availableKővágó, Zoltán2019-10-181-11/+17
| * | audio: basic support for multichannel audioKővágó, Zoltán2019-10-182-8/+1Star
| * | audio: replace shift in audio_pcm_info with bytes_per_frameKővágó, Zoltán2019-10-1810-65/+66
| * | audio: support more than two channels in volume settingKővágó, Zoltán2019-10-185-24/+54
| * | paaudio: get/put_buffer functionsKővágó, Zoltán2019-10-181-0/+83
| * | audio: make mixeng optionalKővágó, Zoltán2019-10-182-14/+80
| * | audio: add mixing-engine option (documentation)Kővágó, Zoltán2019-10-182-0/+21
| * | audio: paaudio: ability to specify stream nameKővágó, Zoltán2019-10-182-2/+8
| * | audio: paaudio: fix connection and stream nameKővágó, Zoltán2019-10-181-3/+6
| * | audio: fix parameter dereference before NULL checkKővágó, Zoltán2019-10-181-2/+5
* | | Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell2019-10-1825-367/+623
|\ \ \
| * | | dirty-bitmaps: remove deprecated autoload parameterJohn Snow2019-10-173-16/+16