| Commit message (Expand) | Author | Files | Lines |
| 2020-09-03 | linux-user: Add support for a group of btrfs inode ioctls | Filip Bozuta | 3 | -0/+57 |
| 2020-09-03 | linux-user: Add support for btrfs ioctls used to get/set features | Filip Bozuta | 3 | -0/+20 |
| 2020-09-03 | linux-user: Add support for btrfs ioctls used to manipulate with devices | Filip Bozuta | 3 | -1/+53 |
| 2020-09-03 | linux-user: Add support for a group of btrfs ioctls used for snapshots | Filip Bozuta | 3 | -1/+12 |
| 2020-09-03 | linux-user: Add support for a group of btrfs ioctls used for subvolumes | Filip Bozuta | 5 | -0/+67 |
| 2020-09-03 | linux-user: fix implicit conversion from enumeration type error | Laurent Vivier | 1 | -1/+1 |
| 2020-09-01 | Makefile: Fix in-tree clean/distclean | Greg Kurz | 1 | -8/+8 |
| 2020-09-01 | Makefile: Add back TAGS/ctags/cscope rules | Greg Kurz | 1 | -1/+17 |
| 2020-09-01 | hw/arm/sbsa-ref : Add embedded controller in secure memory | Graeme Gregory | 1 | -0/+14 |
| 2020-09-01 | hw/misc/sbsa_ec : Add an embedded controller for sbsa-ref | Graeme Gregory | 2 | -0/+100 |
| 2020-09-01 | meson: add description to options | Paolo Bonzini | 1 | -9/+20 |
| 2020-09-01 | build: fix recurse-all target | Paolo Bonzini | 3 | -10/+7 |
| 2020-09-01 | meson: use pkg-config method to find dependencies | Paolo Bonzini | 2 | -17/+18 |
| 2020-09-01 | configure: do not include ${prefix} in firmwarepath | Paolo Bonzini | 1 | -1/+1 |
| 2020-09-01 | meson: add pixman dependency to UI modules | Paolo Bonzini | 1 | -3/+3 |
| 2020-09-01 | meson: add pixman dependency to chardev/baum module | Stefan Weil | 1 | -1/+1 |
| 2020-09-01 | meson: add NSIS building | Marc-André Lureau | 3 | -56/+103 |
| 2020-09-01 | meson: use meson mandir instead of qemu_mandir | Marc-André Lureau | 2 | -3/+2 |
| 2020-09-01 | meson: pass docdir option | Marc-André Lureau | 4 | -4/+8 |
| 2020-09-01 | meson: use meson datadir instead of qemu_datadir | Marc-André Lureau | 8 | -10/+11 |
| 2020-09-01 | meson: pass qemu_suffix option | Marc-André Lureau | 2 | -0/+3 |
| 2020-09-01 | configure: build docdir like other suffixed directories | Marc-André Lureau | 1 | -3/+4 |
| 2020-09-01 | configure: always /-seperate directory from qemu_suffix | Marc-André Lureau | 1 | -7/+7 |
| 2020-09-01 | configure: rename confsuffix option | Marc-André Lureau | 1 | -10/+10 |
| 2020-09-01 | meson: move zlib detection to meson | Paolo Bonzini | 2 | -36/+2 |
| 2020-09-01 | hw/arm/sbsa-ref: add "reg" property to DT cpu nodes | Leif Lindholm | 1 | -6/+23 |
| 2020-09-01 | target/arm: Enable FP16 in '-cpu max' | Peter Maydell | 2 | -7/+6 |
| 2020-09-01 | target/arm: Implement fp16 for Neon VMUL, VMLA, VMLS | Peter Maydell | 1 | -55/+55 |
| 2020-09-01 | target/arm/vec_helper: Add gvec fp indexed multiply-and-add operations | Peter Maydell | 2 | -5/+32 |
| 2020-09-01 | target/arm/vec_helper: Handle oprsz less than 16 bytes in indexed operations | Peter Maydell | 1 | -4/+8 |
| 2020-09-01 | target/arm: Implement fp16 for Neon VRINTX | Peter Maydell | 3 | -42/+9 |
| 2020-09-01 | target/arm: Implement fp16 for Neon VRINT-with-specified-rounding-mode | Peter Maydell | 4 | -79/+30 |
| 2020-09-01 | target/arm: Implement fp16 for Neon VCVT with rounding modes | Peter Maydell | 3 | -67/+66 |
| 2020-09-01 | target/arm: Implement fp16 for Neon VCVT fixed-point | Peter Maydell | 4 | -1/+21 |
| 2020-09-01 | target/arm: Convert Neon VCVT fixed-point to gvec | Peter Maydell | 3 | -17/+43 |
| 2020-09-01 | target/arm: Implement fp16 for Neon float-integer VCVT | Peter Maydell | 3 | -11/+42 |
| 2020-09-01 | target/arm: Implement fp16 for Neon pairwise fp ops | Peter Maydell | 3 | -26/+68 |
| 2020-09-01 | target/arm: Implement fp16 for Neon VRSQRTS | Peter Maydell | 4 | -36/+34 |
| 2020-09-01 | target/arm: Implement fp16 for Neon VRECPS | Peter Maydell | 4 | -34/+35 |
| 2020-09-01 | target/arm: Implement fp16 for Neon fp compare-vs-0 | Peter Maydell | 3 | -28/+45 |
| 2020-09-01 | target/arm: Implement fp16 for Neon VFMA, VMFS | Peter Maydell | 3 | -91/+40 |
| 2020-09-01 | target/arm: Implement fp16 for Neon VMLA, VMLS operations | Peter Maydell | 3 | -31/+50 |
| 2020-09-01 | target/arm: Implement fp16 for Neon VMAXNM, VMINNM | Peter Maydell | 3 | -8/+27 |
| 2020-09-01 | target/arm: Implement fp16 for Neon VMAX, VMIN | Peter Maydell | 3 | -3/+14 |
| 2020-09-01 | target/arm: Implement fp16 for VACGE, VACGT | Peter Maydell | 3 | -2/+34 |
| 2020-09-01 | target/arm: Implement fp16 for VCEQ, VCGE, VCGT comparisons | Peter Maydell | 3 | -3/+56 |
| 2020-09-01 | target/arm: Implement fp16 for Neon VABS, VNEG of floats | Peter Maydell | 1 | -6/+28 |
| 2020-09-01 | target/arm: Implement fp16 for Neon VRECPE, VRSQRTE using gvec | Peter Maydell | 1 | -2/+29 |
| 2020-09-01 | target/arm: Implement FP16 for Neon VADD, VSUB, VABD, VMUL | Peter Maydell | 3 | -17/+26 |
| 2020-09-01 | target/arm: Implement VFP fp16 VMOV between gp and halfprec registers | Peter Maydell | 2 | -0/+35 |