aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-27docs/devel: Explain how acceptance tests can be skippedWainer dos Santos Moschetta1-0/+62
2021-01-27gitlab-ci.yml: Avoid recompiling the sources in the test jobsThomas Huth1-1/+4
2021-01-27gitlab-ci.yml: Exclude some redundant targets in build-without-default-featuresThomas Huth1-0/+1
2021-01-26meson: Do not build optional libraries by defaultPhilippe Mathieu-Daudé1-0/+3
2021-01-26configure: Only check for audio drivers if system-mode is selectedPhilippe Mathieu-Daudé1-0/+6
2021-01-26gitlab-ci.yml: Avoid some submodules to speed up the CI a little bitThomas Huth5-1/+11
2021-01-26gitlab-ci: Test building linux-user targets on CentOS 7Philippe Mathieu-Daudé1-0/+7
2021-01-26tests/docker: Install static libc package in CentOS 7Philippe Mathieu-Daudé1-0/+1
2021-01-26Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2021-01-25-1...Peter Maydell2-7/+2
2021-01-25tpm: tpm_spapr: Remove unused tracepointRoman Bolshakov2-7/+2
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