aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-03linux-user: Add support for btrfs ioctls used to manage quotaFilip Bozuta3-0/+63
2020-09-03linux-user: Add support for two btrfs ioctls used for subvolumeFilip Bozuta3-0/+23
2020-09-03linux-user: Add support for a group of btrfs inode ioctlsFilip Bozuta3-0/+57
2020-09-03linux-user: Add support for btrfs ioctls used to get/set featuresFilip Bozuta3-0/+20
2020-09-03linux-user: Add support for btrfs ioctls used to manipulate with devicesFilip Bozuta3-1/+53
2020-09-03linux-user: Add support for a group of btrfs ioctls used for snapshotsFilip Bozuta3-1/+12
2020-09-03linux-user: Add support for a group of btrfs ioctls used for subvolumesFilip Bozuta5-0/+67
2020-09-03linux-user: fix implicit conversion from enumeration type errorLaurent Vivier1-1/+1
2020-09-01Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell22-233/+302
2020-09-01Makefile: Fix in-tree clean/distcleanGreg Kurz1-8/+8
2020-09-01Makefile: Add back TAGS/ctags/cscope rulesGreg Kurz1-1/+17
2020-09-01Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200901'...Peter Maydell16-806/+1824
2020-09-01Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell51-153/+112
2020-09-01hw/arm/sbsa-ref : Add embedded controller in secure memoryGraeme Gregory1-0/+14
2020-09-01hw/misc/sbsa_ec : Add an embedded controller for sbsa-refGraeme Gregory2-0/+100
2020-09-01meson: add description to optionsPaolo Bonzini1-9/+20
2020-09-01build: fix recurse-all targetPaolo Bonzini3-10/+7
2020-09-01meson: use pkg-config method to find dependenciesPaolo Bonzini2-17/+18
2020-09-01configure: do not include ${prefix} in firmwarepathPaolo Bonzini1-1/+1
2020-09-01meson: add pixman dependency to UI modulesPaolo Bonzini1-3/+3
2020-09-01meson: add pixman dependency to chardev/baum moduleStefan Weil1-1/+1
2020-09-01meson: add NSIS buildingMarc-André Lureau3-56/+103
2020-09-01meson: use meson mandir instead of qemu_mandirMarc-André Lureau2-3/+2
2020-09-01meson: pass docdir optionMarc-André Lureau4-4/+8
2020-09-01meson: use meson datadir instead of qemu_datadirMarc-André Lureau8-10/+11
2020-09-01meson: pass qemu_suffix optionMarc-André Lureau2-0/+3
2020-09-01configure: build docdir like other suffixed directoriesMarc-André Lureau1-3/+4
2020-09-01configure: always /-seperate directory from qemu_suffixMarc-André Lureau1-7/+7
2020-09-01configure: rename confsuffix optionMarc-André Lureau1-10/+10
2020-09-01meson: move zlib detection to mesonPaolo Bonzini2-36/+2
2020-09-01hw/arm/sbsa-ref: add "reg" property to DT cpu nodesLeif Lindholm1-6/+23
2020-09-01target/arm: Enable FP16 in '-cpu max'Peter Maydell2-7/+6
2020-09-01target/arm: Implement fp16 for Neon VMUL, VMLA, VMLSPeter Maydell1-55/+55
2020-09-01target/arm/vec_helper: Add gvec fp indexed multiply-and-add operationsPeter Maydell2-5/+32
2020-09-01target/arm/vec_helper: Handle oprsz less than 16 bytes in indexed operationsPeter Maydell1-4/+8
2020-09-01target/arm: Implement fp16 for Neon VRINTXPeter Maydell3-42/+9
2020-09-01target/arm: Implement fp16 for Neon VRINT-with-specified-rounding-modePeter Maydell4-79/+30
2020-09-01target/arm: Implement fp16 for Neon VCVT with rounding modesPeter Maydell3-67/+66
2020-09-01target/arm: Implement fp16 for Neon VCVT fixed-pointPeter Maydell4-1/+21
2020-09-01target/arm: Convert Neon VCVT fixed-point to gvecPeter Maydell3-17/+43
2020-09-01target/arm: Implement fp16 for Neon float-integer VCVTPeter Maydell3-11/+42
2020-09-01target/arm: Implement fp16 for Neon pairwise fp opsPeter Maydell3-26/+68
2020-09-01target/arm: Implement fp16 for Neon VRSQRTSPeter Maydell4-36/+34
2020-09-01target/arm: Implement fp16 for Neon VRECPSPeter Maydell4-34/+35
2020-09-01target/arm: Implement fp16 for Neon fp compare-vs-0Peter Maydell3-28/+45
2020-09-01target/arm: Implement fp16 for Neon VFMA, VMFSPeter Maydell3-91/+40
2020-09-01target/arm: Implement fp16 for Neon VMLA, VMLS operationsPeter Maydell3-31/+50
2020-09-01target/arm: Implement fp16 for Neon VMAXNM, VMINNMPeter Maydell3-8/+27
2020-09-01target/arm: Implement fp16 for Neon VMAX, VMINPeter Maydell3-3/+14
2020-09-01target/arm: Implement fp16 for VACGE, VACGTPeter Maydell3-2/+34