summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-01-2332-538/+433Star
|\ \ \ \ | |_|/ / |/| | |
| * | | qemu-option: warn for short-form boolean optionsPaolo Bonzini2021-01-233-12/+25
| * | | qemu-option: move help handling to get_opt_name_valuePaolo Bonzini2021-01-231-15/+23
| * | | qemu-option: clean up id vs. list->merge_listsPaolo Bonzini2021-01-231-13/+14
| * | | vnc: support "-vnc help"Paolo Bonzini2021-01-234-12/+11Star
| * | | qmp: remove deprecated "change" commandPaolo Bonzini2021-01-234-105/+5Star
| * | | hmp: remove "change vnc TARGET" commandPaolo Bonzini2021-01-233-8/+11
| * | | acceptance: switch to QMP change-vnc-password commandPaolo Bonzini2021-01-231-12/+6Star
| * | | meson.build: Detect bzip2 programPhilippe Mathieu-Daudé2021-01-232-1/+2
| * | | meson.build: Declare global edk2_targets / install_edk2_blobs variablesPhilippe Mathieu-Daudé2021-01-233-18/+25
| * | | meson: Add a section header for library dependenciesPhilippe Mathieu-Daudé2021-01-231-1/+2
| * | | meson: Display crypto-related information altogetherPhilippe Mathieu-Daudé2021-01-231-14/+18
| * | | meson: Display block layer information altogetherPhilippe Mathieu-Daudé2021-01-231-18/+25
| * | | meson: Display accelerators and selected targets altogetherPhilippe Mathieu-Daudé2021-01-231-14/+24
| * | | meson: Summarize compilation-related information altogetherPhilippe Mathieu-Daudé2021-01-231-29/+37
| * | | meson: Summarize overall features altogetherPhilippe Mathieu-Daudé2021-01-231-24/+30
| * | | meson: Display host binaries information altogetherPhilippe Mathieu-Daudé2021-01-231-12/+18
| * | | meson: Summarize information related to directories firstPhilippe Mathieu-Daudé2021-01-231-1/+5
| * | | meson: convert wixl detection to MesonPaolo Bonzini2021-01-235-92/+61Star
| * | | nsis: adjust for new MinGW pathsPaolo Bonzini2021-01-231-38/+4Star
| * | | meson: Declare have_virtfs_proxy_helper in main meson.buildPhilippe Mathieu-Daudé2021-01-232-1/+2
| * | | build-sys: add libvhost-user missing dependenciesMarc-André Lureau2021-01-231-0/+3
| * | | build-sys: set global arguments for cflags/ldflagsMarc-André Lureau2021-01-231-8/+8
| * | | build-sys: remove unused LIBSMarc-André Lureau2021-01-231-32/+0Star
| * | | ide: atapi: check logical block address and read size (CVE-2020-29443)Prasad J Pandit2021-01-231-6/+24
| * | | softmmu/physmem: Silence GCC 10 maybe-uninitialized errorPhilippe Mathieu-Daudé2021-01-231-1/+1
| * | | util/cacheflush: Fix error generated by clangGan Qixin2021-01-211-4/+4
| * | | build-system: clean up TCG/TCI configuryPaolo Bonzini2021-01-214-31/+30Star
| * | | x86/cpu: Use max host physical address if -cpu max option is appliedYang Weijiang2021-01-211-0/+1
| * | | configure: MinGW respect --bindir argumentJoshua Watt2021-01-211-11/+6Star
| * | | runstate: cleanup reboot and panic actionsPaolo Bonzini2021-01-215-14/+17
| | |/ | |/|
* | | Merge remote-tracking branch 'remotes/kraxel/tags/usb-20210122-pull-request' ...Peter Maydell2021-01-2315-19/+340
|\ \ \ | |_|/ |/| |
| * | usb-host: map LIBUSB_SPEED_SUPER_PLUS to USB_SPEED_SUPERGerd Hoffmann2021-01-221-0/+15
| * | usb: add pcap support.Gerd Hoffmann2021-01-225-0/+293
| * | hw/usb/dev-uas: Report command additional adb length as unsupportedPhilippe Mathieu-Daudé2021-01-221-1/+11
| * | scsi/utils: Add INVALID_PARAM_VALUE sense code definitionPhilippe Mathieu-Daudé2021-01-222-0/+7
| * | hw/usb/hcd-xhci: Fix extraneous format-truncation error on 32-bit hostsPhilippe Mathieu-Daudé2021-01-221-1/+1
| * | hw/usb: Convert to qdev_realize()Markus Armbruster2021-01-222-7/+2Star
| * | hw/usb: Fix bad printf format specifiersAlex Chen2021-01-224-9/+9
| * | hw/usb/host-libusb.c: fix build with kernel < 5.0Fabrice Fontaine2021-01-221-1/+2
|/ /
* | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.0-pull-re...Peter Maydell2021-01-225-24/+174
|\ \
| * | linux-user: Remove obsolete F_SHLCK and F_EXLCK translationMichael Forney2021-01-213-9/+0Star
| * | linux-user: Add IPv6 options to do_print_sockopt()Shu-Chun Weng2021-01-211-0/+109
| * | linux-user: add missing IPv6 get/setsockopt optionShu-Chun Weng2021-01-201-0/+4
| * | linux-user: add missing UDP get/setsockopt optionShu-Chun Weng2021-01-202-2/+11
| * | linux-user: Support F_ADD_SEALS and F_GET_SEALS fcntlsShu-Chun Weng2021-01-203-13/+50
* | | Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210121' into...Peter Maydell2021-01-2136-86/+536
|\ \ \ | |_|/ |/| |
| * | s390x: Use strpadcpy for copying vm nameMiroslav Rezanina2021-01-212-9/+10
| * | vfio-ccw: Connect the device request notifierEric Farman2021-01-211-4/+36
| * | Update linux headers to 5.11-rc2Eric Farman2021-01-2127-41/+454