aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-17Merge tag 'dirtylimit-dirtyrate-pull-request-20240617' of https://github.com/...Richard Henderson1-1/+1
2024-06-17Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson12-1219/+1173
2024-06-17Merge tag 'pull-aspeed-20240617' of https://github.com/legoater/qemu into sta...Richard Henderson24-58/+2351
2024-06-17migration/dirtyrate: Fix segmentation faultMasato Imai1-1/+1
2024-06-17target/i386: SEV: do not assume machine->cgs is SEVPaolo Bonzini1-1/+3
2024-06-17target/i386: convert CMPXCHG to new decoderPaolo Bonzini3-80/+53
2024-06-17target/i386: convert XADD to new decoderPaolo Bonzini3-36/+26
2024-06-17target/i386: convert LZCNT/TZCNT/BSF/BSR/POPCNT to new decoderPaolo Bonzini4-76/+133
2024-06-17target/i386: convert SHLD/SHRD to new decoderPaolo Bonzini3-84/+50
2024-06-17target/i386: adapt gen_shift_count for SHLD/SHRDPaolo Bonzini1-10/+10
2024-06-17target/i386: pull load/writeback out of gen_shiftd_rm_T1Paolo Bonzini1-41/+14
2024-06-17target/i386: convert non-grouped, helper-based 2-byte opcodesPaolo Bonzini5-170/+206
2024-06-17target/i386: split X86_CHECK_prot into PE and VM86 checksPaolo Bonzini2-4/+13
2024-06-17target/i386: finish converting 0F AE to the new decoderPaolo Bonzini4-194/+129
2024-06-17target/i386: fix bad sorting of entries in the 0F tablePaolo Bonzini1-47/+46
2024-06-17target/i386: replace read_crN helper with read_cr8Paolo Bonzini3-17/+7
2024-06-17target/i386: convert MOV from/to CR and DR to new decoderPaolo Bonzini4-84/+81
2024-06-16MAINTAINERS: Add reviewers for ASPEED BMCsJamin Lin1-0/+3
2024-06-16docs:aspeed: Add AST2700 Evaluation boardJamin Lin1-4/+35
2024-06-16test/avocado/machine_aspeed.py: Add AST2700 test caseJamin Lin1-0/+62
2024-06-16aspeed/soc: fix incorrect dram size for AST2700Jamin Lin2-1/+88
2024-06-16aspeed: Add an AST2700 eval boardJamin Lin1-0/+32
2024-06-16aspeed/soc: Add AST2700 supportJamin Lin3-2/+590
2024-06-16aspeed/intc: Add AST2700 supportJamin Lin4-0/+419
2024-06-16aspeed/scu: Add AST2700 supportJamin Lin3-6/+351
2024-06-16aspeed/smc: Add AST2700 supportJamin Lin1-1/+233
2024-06-16aspeed/smc: support different memory region ops for SMC flash regionJamin Lin2-1/+14
2024-06-16aspeed/smc: support 64 bits dma dram addressJamin Lin2-9/+44
2024-06-16aspeed/smc: support dma start length and 1 byte length unitJamin Lin2-8/+36
2024-06-16aspeed/smc: correct device descriptionJamin Lin1-3/+3
2024-06-16aspeed/sdmc: Add AST2700 supportJamin Lin2-4/+195
2024-06-16aspeed/sdmc: fix coding styleJamin Lin1-4/+7
2024-06-16aspeed/sdmc: remove redundant macrosJamin Lin1-15/+0
2024-06-16aspeed/sli: Add AST2700 supportJamin Lin4-1/+213
2024-06-16aspeed/wdt: Add AST2700 supportJamin Lin2-1/+26
2024-06-16aspeed/smc: Reintroduce "dram-base" property for AST2700Cédric Le Goater2-0/+2
2024-06-15Merge tag 'virtio-grants-v8-tag' of https://gitlab.com/sstabellini/qemu into ...Richard Henderson7-64/+202
2024-06-15Merge tag 'migration-20240614-pull-request' of https://gitlab.com/farosas/qem...Richard Henderson26-69/+1816
2024-06-14tests/migration-test: add uadk compression testShameer Kolothum1-0/+23
2024-06-14migration/multifd: Switch to no compression when no hardware supportShameer Kolothum1-39/+53
2024-06-14migration/multifd: Add UADK based compression and decompressionShameer Kolothum1-2/+130
2024-06-14migration/multifd: Add UADK initializationShameer Kolothum1-1/+208
2024-06-14migration/multifd: add uadk compression frameworkShameer Kolothum5-4/+29
2024-06-14configure: Add uadk optionShameer Kolothum3-0/+19
2024-06-14docs/migration: add uadk compression featureShameer Kolothum2-0/+145
2024-06-14tests/migration-test: add qpl compression testYuan Liu1-0/+24
2024-06-14migration/multifd: implement qpl compression and decompressionYuan Liu1-4/+420
2024-06-14migration/multifd: implement initialization of qpl compressionYuan Liu1-1/+327
2024-06-14migration/multifd: add qpl compression methodYuan Liu5-2/+30
2024-06-14configure: add --enable-qpl build optionYuan Liu3-0/+13