| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | hw/m68k/mcf5208.c: Switch to transaction-based ptimer API | Peter Maydell | 2019-10-22 | 1 | -4/+5 |
| * | | | hw/watchdog/etraxfs_timer.c: Switch to transaction-based ptimer API | Peter Maydell | 2019-10-22 | 1 | -10/+13 |
| * | | | hw/timer/altera_timer.c: Switch to transaction-based ptimer API | Peter Maydell | 2019-10-22 | 1 | -4/+9 |
| * | | | hw/timer/lm32_timer: Switch to transaction-based ptimer API | Peter Maydell | 2019-10-22 | 1 | -4/+9 |
| * | | | hw/timer/sh_timer: Switch to transaction-based ptimer API | Peter Maydell | 2019-10-22 | 1 | -4/+9 |
| * | | | hw/timer/puv3_ost.c: Switch to transaction-based ptimer API | Peter Maydell | 2019-10-22 | 1 | -4/+5 |
| * | | | hw/timer/arm_mptimer.c: Undo accidental rename of arm_mptimer_init() | Peter Maydell | 2019-10-22 | 1 | -2/+2 |
| * | | | hw/timer/exynos4210_mct: Initialize ptimer before starting it | Guenter Roeck | 2019-10-22 | 1 | -1/+1 |
| * | | | target/arm: Fix sign-extension for SMLAL* | Richard Henderson | 2019-10-22 | 1 | -1/+3 |
|/ / / |
|
* | | | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20191022' into staging | Peter Maydell | 2019-10-22 | 5 | -31/+32 |
|\ \ \ |
|
| * | | | s390x/kvm: Set default cpu model for all machine classes | David Hildenbrand | 2019-10-21 | 1 | -2/+8 |
| * | | | s390x/tcg: Fix VECTOR SUBTRACT WITH BORROW COMPUTE BORROW INDICATION | David Hildenbrand | 2019-10-21 | 1 | -10/+3 |
| * | | | s390x/tcg: Fix VECTOR SUBTRACT WITH BORROW INDICATION | David Hildenbrand | 2019-10-21 | 1 | -5/+5 |
| * | | | s390x/tcg: Fix VECTOR SUBTRACT COMPUTE BORROW INDICATION | David Hildenbrand | 2019-10-21 | 2 | -4/+5 |
| * | | | s390x/tcg: Fix VECTOR SHIFT RIGHT ARITHMETIC BY BYTE | David Hildenbrand | 2019-10-21 | 1 | -2/+4 |
| * | | | s390x/tcg: Fix VECTOR MULTIPLY AND ADD * | David Hildenbrand | 2019-10-21 | 1 | -4/+4 |
| * | | | s390x/tcg: Fix VECTOR MULTIPLY LOGICAL ODD | David Hildenbrand | 2019-10-21 | 1 | -1/+1 |
| * | | | s390x/mmu: Remove duplicate check for MMU_DATA_STORE | David Hildenbrand | 2019-10-21 | 1 | -3/+1 |
| * | | | s390x/cpumodel: Add missing visit_free | Andrew Jones | 2019-10-21 | 1 | -0/+1 |
| |/ / |
|
* | | | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques... | Peter Maydell | 2019-10-22 | 2 | -5/+1 |
|\ \ \ |
|
| * | | | tests/migration: fix a typo in comment | Mao Zhongyi | 2019-10-21 | 1 | -1/+1 |
| * | | | qemu-doc: Remove paragraph about requiring a HD image with -kernel | Thomas Huth | 2019-10-21 | 1 | -4/+0 |
| |/ / |
|
* | | | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.2-pull-re... | Peter Maydell | 2019-10-22 | 5 | -45/+180 |
|\ \ \
| |/ /
|/| | |
|
| * | | linux-user/syscall: Align target_sockaddr fields using ABI types | Philippe Mathieu-Daudé | 2019-10-21 | 1 | -17/+17 |
| * | | linux-user/strace: Let print_sockaddr() have a 'last' argument | Philippe Mathieu-Daudé | 2019-10-21 | 1 | -5/+5 |
| * | | linux-user/strace: Improve bind() output | Philippe Mathieu-Daudé | 2019-10-21 | 2 | -2/+15 |
| * | | linux-user/strace: Add print_sockfd() | Philippe Mathieu-Daudé | 2019-10-21 | 1 | -7/+16 |
| * | | linux-user/strace: Dump AF_NETLINK sockaddr content | Philippe Mathieu-Daudé | 2019-10-21 | 1 | -0/+37 |
| * | | linux-user/syscall: Introduce target_sockaddr_nl | Philippe Mathieu-Daudé | 2019-10-21 | 2 | -2/+11 |
| * | | linux-user/strace: Improve settimeofday() | Philippe Mathieu-Daudé | 2019-10-21 | 2 | -1/+14 |
| * | | linux-user/strace: Add print_timezone() | Philippe Mathieu-Daudé | 2019-10-21 | 1 | -0/+20 |
| * | | linux-user/strace: Display invalid pointer in print_timeval() | Philippe Mathieu-Daudé | 2019-10-21 | 1 | -1/+3 |
| * | | Fix unsigned integer underflow in fd-trans.c | Shu-Chun Weng | 2019-10-21 | 1 | -11/+40 |
| * | | linux-user: add strace for dup3 | Andreas Schwab | 2019-10-21 | 1 | -0/+3 |
|/ / |
|
* | | Merge remote-tracking branch 'remotes/kraxel/tags/audio-20191018-pull-request... | Peter Maydell | 2019-10-18 | 16 | -190/+757 |
|\ \ |
|
| * | | paaudio: fix channel order for usb-audio 5.1 and 7.1 streams | Kővágó, Zoltán | 2019-10-18 | 1 | -5/+45 |
| * | | usbaudio: change playback counters to 64 bit | Kővágó, Zoltán | 2019-10-18 | 1 | -6/+8 |
| * | | usb-audio: support more than two channels of audio | Kővágó, Zoltán | 2019-10-18 | 1 | -53/+366 |
| * | | usb-audio: do not count on avail bytes actually available | Kővágó, Zoltán | 2019-10-18 | 1 | -11/+17 |
| * | | audio: basic support for multichannel audio | Kővágó, Zoltán | 2019-10-18 | 2 | -8/+1 |
| * | | audio: replace shift in audio_pcm_info with bytes_per_frame | Kővágó, Zoltán | 2019-10-18 | 10 | -65/+66 |
| * | | audio: support more than two channels in volume setting | Kővágó, Zoltán | 2019-10-18 | 5 | -24/+54 |
| * | | paaudio: get/put_buffer functions | Kővágó, Zoltán | 2019-10-18 | 1 | -0/+83 |
| * | | audio: make mixeng optional | Kővágó, Zoltán | 2019-10-18 | 2 | -14/+80 |
| * | | audio: add mixing-engine option (documentation) | Kővágó, Zoltán | 2019-10-18 | 2 | -0/+21 |
| * | | audio: paaudio: ability to specify stream name | Kővágó, Zoltán | 2019-10-18 | 2 | -2/+8 |
| * | | audio: paaudio: fix connection and stream name | Kővágó, Zoltán | 2019-10-18 | 1 | -3/+6 |
| * | | audio: fix parameter dereference before NULL check | Kővágó, Zoltán | 2019-10-18 | 1 | -2/+5 |
* | | | Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ... | Peter Maydell | 2019-10-18 | 25 | -367/+623 |
|\ \ \ |
|
| * | | | dirty-bitmaps: remove deprecated autoload parameter | John Snow | 2019-10-17 | 3 | -16/+16 |