aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-26copy-on-read: add filter drop functionAndrey Shinkevich2-0/+88
2021-01-26block: add API function to insert a nodeAndrey Shinkevich2-0/+27
2021-01-26copy-on-read: support preadv/pwritev_part functionsAndrey Shinkevich1-12/+16
2021-01-26iotests: fix _check_o_directVladimir Sementsov-Ogievskiy1-3/+4
2021-01-25Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell11-34/+80
2021-01-25Merge remote-tracking branch 'remotes/gkurz-gitlab/tags/9p-next-pull-request'...Peter Maydell3-50/+63
2021-01-25Merge remote-tracking branch 'remotes/philmd-gitlab/tags/sdmmc-20210124' into...Peter Maydell6-59/+229
2021-01-25net: checksum: Introduce fine control over checksum typeBin Meng10-33/+55
2021-01-25net: checksum: Add IP header checksum calculationGuishan Qin1-2/+6
2021-01-25net: checksum: Skip fragmented IP packetsMarkus Carlstedt1-0/+4
2021-01-25net: Fix handling of id in netdev_add and netdev_delMarkus Armbruster1-2/+18
2021-01-24Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210124' into...Peter Maydell10-36/+120
2021-01-24hw/sd: sd.h: Cosmetic change of using spacesBin Meng1-21/+21
2021-01-24hw/sd: ssi-sd: Use macros for the dummy value and tokens in the transferBin Meng1-10/+16
2021-01-24hw/sd: ssi-sd: Fix the wrong command index for STOP_TRANSMISSIONBin Meng1-1/+1
2021-01-24hw/sd: ssi-sd: Add a state representing NacBin Meng1-2/+7
2021-01-24hw/sd: ssi-sd: Suffix a data block with CRC16Bin Meng1-3/+20
2021-01-24util: Add CRC16 (CCITT) calculation routinesBin Meng3-0/+161
2021-01-24hw/sd: sd: Drop sd_crc16()Bin Meng1-18/+0
2021-01-24tcg: Restart code generation when we run out of tempsRichard Henderson3-4/+25
2021-01-24hw/sd: sd: Support CMD59 for SPI modeBin Meng1-7/+1
2021-01-24hw/sd: ssi-sd: Fix incorrect card response sequenceBin Meng1-3/+8
2021-01-23Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell32-538/+433
2021-01-23tcg: Toggle page execution for Apple SiliconRoman Bolshakov4-0/+34
2021-01-23accel/tcg: Restrict cpu_io_recompile() from other acceleratorsPhilippe Mathieu-Daudé3-1/+3
2021-01-23accel/tcg: Declare missing cpu_loop_exit*() stubsPhilippe Mathieu-Daudé1-0/+10
2021-01-23accel/tcg: Restrict tb_gen_code() from other acceleratorsPhilippe Mathieu-Daudé4-5/+20
2021-01-23accel/tcg: Move tb_flush_jmp_cache() to cputlb.cRichard Henderson3-20/+18
2021-01-23accel/tcg: Make cpu_gen_init() staticPhilippe Mathieu-Daudé2-3/+1
2021-01-23qemu-option: warn for short-form boolean optionsPaolo Bonzini3-12/+25
2021-01-23qemu-option: move help handling to get_opt_name_valuePaolo Bonzini1-15/+23
2021-01-23qemu-option: clean up id vs. list->merge_listsPaolo Bonzini1-13/+14
2021-01-23vnc: support "-vnc help"Paolo Bonzini4-12/+11
2021-01-23qmp: remove deprecated "change" commandPaolo Bonzini4-105/+5
2021-01-23hmp: remove "change vnc TARGET" commandPaolo Bonzini3-8/+11
2021-01-23acceptance: switch to QMP change-vnc-password commandPaolo Bonzini1-12/+6
2021-01-23meson.build: Detect bzip2 programPhilippe Mathieu-Daudé2-1/+2
2021-01-23meson.build: Declare global edk2_targets / install_edk2_blobs variablesPhilippe Mathieu-Daudé3-18/+25
2021-01-23meson: Add a section header for library dependenciesPhilippe Mathieu-Daudé1-1/+2
2021-01-23meson: Display crypto-related information altogetherPhilippe Mathieu-Daudé1-14/+18
2021-01-23meson: Display block layer information altogetherPhilippe Mathieu-Daudé1-18/+25
2021-01-23meson: Display accelerators and selected targets altogetherPhilippe Mathieu-Daudé1-14/+24
2021-01-23meson: Summarize compilation-related information altogetherPhilippe Mathieu-Daudé1-29/+37
2021-01-23meson: Summarize overall features altogetherPhilippe Mathieu-Daudé1-24/+30
2021-01-23meson: Display host binaries information altogetherPhilippe Mathieu-Daudé1-12/+18
2021-01-23meson: Summarize information related to directories firstPhilippe Mathieu-Daudé1-1/+5
2021-01-23meson: convert wixl detection to MesonPaolo Bonzini5-92/+61
2021-01-23nsis: adjust for new MinGW pathsPaolo Bonzini1-38/+4
2021-01-23meson: Declare have_virtfs_proxy_helper in main meson.buildPhilippe Mathieu-Daudé2-1/+2
2021-01-23Merge remote-tracking branch 'remotes/kraxel/tags/usb-20210122-pull-request' ...Peter Maydell15-19/+340