aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-01meson: install pc-bios blobsMarc-André Lureau2-31/+63
2020-09-01meson: fix SDL2_image detectionVolker Rümelin1-1/+1
2020-09-01block: always link with zlibPaolo Bonzini1-2/+2
2020-09-01meson: bump submodule to 0.55.1Paolo Bonzini2-1/+1
2020-08-31Merge remote-tracking branch 'remotes/kraxel/tags/usb-20200831-pull-request' ...Peter Maydell20-40/+1797
2020-08-31usb: fix setup_len init (CVE-2020-14364)Gerd Hoffmann1-6/+10
2020-08-31usb-host: workaround libusb bugGerd Hoffmann1-1/+36
2020-08-31hw/usb: Add U2F device autoscan to passthru modeCésar Belley3-14/+110
2020-08-31hw/usb: Add U2F device check to passthru modeCésar Belley1-0/+41
2020-08-31scripts: Add u2f-setup-gen scriptCésar Belley1-0/+170
2020-08-31docs/qdev-device-use.txt: Add USB U2F key to the QDEV devices examplesCésar Belley1-0/+1
2020-08-31docs/system: Add U2F key to the USB devices examplesCésar Belley1-0/+3
2020-08-31meson: Add U2F key to mesonCésar Belley5-1/+27
2020-08-31hw/usb: Add U2F key emulated modeCésar Belley1-0/+405
2020-08-31hw/usb: Add U2F key passthru modeCésar Belley1-0/+423
2020-08-31hw/usb: Add U2F key base class implementationCésar Belley1-0/+352
2020-08-31hw/usb: Add U2F key base classCésar Belley1-0/+92
2020-08-31docs: Add USB U2F key device documentationCésar Belley1-0/+101
2020-08-31hw/usb: Regroup USB HID protocol valuesCésar Belley3-28/+27
2020-08-31ehci: drop pointless warn_report for guest bugs.Gerd Hoffmann1-1/+0
2020-08-31hw: ehci: check return value of 'usb_packet_map'Li Qiang1-2/+8
2020-08-31hw: ehci: destroy sglist in error pathLi Qiang1-0/+1
2020-08-31hw: xhci: check return value of 'usb_packet_map'Li Qiang1-1/+4
2020-08-30Merge remote-tracking branch 'remotes/rth/tags/pull-sf-20200829' into stagingPeter Maydell5-25/+703
2020-08-29softfloat: Define comparison operations for bfloat16Richard Henderson1-0/+41
2020-08-28Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.2-pull-re...Peter Maydell52-3223/+1792
2020-08-28softfloat: Define misc operations for bfloat16LIU Zhiwei2-0/+86
2020-08-28softfloat: Define convert operations for bfloat16LIU Zhiwei2-0/+277
2020-08-28softfloat: Define operations for bfloat16LIU Zhiwei3-0/+211
2020-08-28softfloat: Add float16_is_normalStephen Long1-0/+5
2020-08-28softfloat: Add fp16 and uint8/int8 conversion functionsFrank Chang2-0/+42
2020-08-28softfloat: Implement the full set of comparisons for float16Kito Cheng2-25/+41
2020-08-28Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20200828a'...Peter Maydell10-92/+54
2020-08-28Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200828'...Peter Maydell29-492/+626
2020-08-28linux-user: Add support for utimensat_time64() and semtimedop_time64()Filip Bozuta1-11/+53
2020-08-28linux-user: Add support for 'rt_sigtimedwait_time64()' and 'sched_rr_get_inte...Filip Bozuta1-2/+56
2020-08-28linux-user: Add support for 'clock_nanosleep_time64()' and 'clock_adjtime64()'Filip Bozuta2-3/+170
2020-08-28virtiofsd: probe unshare(CLONE_FS) and print an errorStefan Hajnoczi1-0/+16
2020-08-28virtiofsd: drop CAP_DAC_READ_SEARCHStefan Hajnoczi1-1/+0
2020-08-28virtiofsd: Remove "norace" from cmdline help and docsSergio Lopez2-5/+0
2020-08-28virtiofsd: Disable remote posix locks by defaultVivek Goyal2-2/+2
2020-08-28migration: tls: fix memory leak in migration_tls_get_credsZhenyu Ye1-1/+0
2020-08-28migration: improve error reporting of block driver state nameDaniel P. Berrangé2-8/+8
2020-08-28migration: add vsock as data channel supportLongpeng(Mike)1-2/+4
2020-08-28migration: unify the framework of socket-type channelLongpeng(Mike)3-75/+26
2020-08-28Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell90-621/+621
2020-08-28target/arm: Convert sq{, r}dmulh to gvec for aa64 advsimdRichard Henderson3-10/+81
2020-08-28target/arm: Convert integer multiply-add (indexed) to gvec for aa64 advsimdRichard Henderson3-0/+73
2020-08-28target/arm: Convert integer multiply (indexed) to gvec for aa64 advsimdRichard Henderson3-4/+45
2020-08-28target/arm: Generalize inl_qrdmlah_* helper functionsRichard Henderson1-51/+29