aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-24tests/9p: merge v9fs_tattach(), do_attach(), do_attach_rqid()Christian Schoenebeck3-44/+88
2022-10-24tests/9p: merge v9fs_tversion() and do_version()Christian Schoenebeck3-27/+68
2022-10-24tests/9p: simplify callers of twalk()Christian Schoenebeck1-60/+32
2022-10-24tests/9p: merge *walk*() functionsChristian Schoenebeck3-140/+198
2022-10-249pfs: use GHashTable for fid tableLinus Heckemann2-84/+112
2022-10-24tests/9p: split virtio-9p-test.c into tests and 9p client partChristian Schoenebeck4-744/+849
2022-10-24fsdev/virtfs-proxy-helper: Use g_mkdir()Bin Meng1-1/+2
2022-10-24arm/aspeed: Replace mx25l25635e chip modelCédric Le Goater1-3/+3
2022-10-24m25p80: Add the w25q01jvq SFPD tablePatrick Williams3-1/+40
2022-10-24m25p80: Add the w25q512jv SFPD tableCédric Le Goater3-1/+39
2022-10-24m25p80: Add the w25q256 SFPD tableCédric Le Goater3-1/+44
2022-10-24m25p80: Add the mx66l1g45g SFDP tableCédric Le Goater3-2/+71
2022-10-24m25p80: Add the mx25l25635f SFPD tableCédric Le Goater3-0/+71
2022-10-24m25p80: Add the mx25l25635e SFPD tableCédric Le Goater3-1/+30
2022-10-24m25p80: Add erase size for mx25l25635eCédric Le Goater1-1/+2
2022-10-24m25p80: Add the n25q256a SFDP tableCédric Le Goater4-3/+66
2022-10-24m25p80: Add basic support for the SFDP commandCédric Le Goater4-1/+47
2022-10-24hw/arm/aspeed: increase Bletchley memory sizePatrick Williams1-1/+8
2022-10-24ast2600: Drop NEON from the CPU featuresCédric Le Goater1-0/+2
2022-10-24aspeed/smc: Cache AspeedSMCClassCédric Le Goater2-5/+6
2022-10-24ssi: cache SSIPeripheralClass to avoid GET_CLASS()Alex Bennée2-10/+11
2022-10-24tests/avocado/machine_aspeed.py: Fix typos on buildrootCédric Le Goater1-8/+8
2022-10-24hw/i2c/aspeed: Fix old reg slave receivePeter Delevoryas2-3/+6
2022-10-24m68k: write bootinfo as rom section and re-randomize on rebootJason A. Donenfeld3-59/+111
2022-10-22include/hw/scsi/scsi.h: Remove unused scsi_legacy_handle_cmdline() prototypePeter Maydell1-1/+0
2022-10-22vmstate-static-checker:remove this redundant returndinglimin1-1/+0
2022-10-22tests/qtest: vhost-user-test: Fix [-Werror=format-overflow=] build warningBin Meng1-2/+2
2022-10-22tests/qtest: migration-test: Fix [-Werror=format-overflow=] build warningBin Meng1-2/+2
2022-10-22Drop useless casts from g_malloc() & friends to pointerMarkus Armbruster10-17/+15
2022-10-22elf2dmp: free memory in failurelu zhipeng1-0/+1
2022-10-22hw/core: Tidy up unnecessary casting away of constMarkus Armbruster1-2/+3
2022-10-22.gitignore: add multiple items to .gitignoreWang, Lei1-0/+3
2022-10-22target/i386: implement FMA instructionsPaolo Bonzini8-3/+135
2022-10-21m68k: rework BI_VIRT_RNG_SEED as BI_RNG_SEEDJason A. Donenfeld4-6/+21
2022-10-21linux-user: Implement faccessat2WANG Xuerui3-1/+13
2022-10-21linux-user: remove conditionals for many fs.h ioctlsDaniel P. Berrangé1-24/+0
2022-10-21linux-user: add more compat ioctl definitionsDaniel P. Berrangé1-0/+25
2022-10-21linux-user: don't use AT_EXECFD in do_openat()Laurent Vivier1-2/+1
2022-10-21linux-user: handle /proc/self/exe with execve() syscallLaurent Vivier1-1/+5
2022-10-21linux-user: fix pidfd_send_signal()Laurent Vivier2-9/+14
2022-10-21linux-user: Fix more MIPS n32 syscall ABI issuesWANG Xuerui1-5/+5
2022-10-20Merge tag 'pull-target-arm-20221020' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi20-603/+914
2022-10-20target/i386: implement F16C instructionsPaolo Bonzini9-6/+89
2022-10-20target/i386: introduce function to set rounding mode from FPCW or MXCSR bitsPaolo Bonzini2-95/+25
2022-10-20target/i386: decode-new: avoid out-of-bounds access to xmm_regs[-1]Paolo Bonzini1-1/+1
2022-10-20hw/ide/microdrive: Use device_cold_reset() for self-resetsPeter Maydell1-4/+4
2022-10-20target/arm: Enable TARGET_TB_PCRELRichard Henderson6-71/+178
2022-10-20target/arm: Introduce gen_pc_plus_diff for aarch32Richard Henderson1-17/+21
2022-10-20target/arm: Introduce gen_pc_plus_diff for aarch64Richard Henderson1-12/+29
2022-10-20target/arm: Change gen_jmp* to work on displacementsRichard Henderson1-16/+21