aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-24tests/9p: simplify callers of twrite()Christian Schoenebeck
2022-10-24tests/9p: convert v9fs_twrite() to declarative argumentsChristian Schoenebeck
2022-10-24tests/9p: simplify callers of tlopen()Christian Schoenebeck
2022-10-24tests/9p: convert v9fs_tlopen() to declarative argumentsChristian Schoenebeck
2022-10-24tests/9p: simplify callers of treaddir()Christian Schoenebeck
2022-10-24tests/9p: convert v9fs_treaddir() to declarative argumentsChristian Schoenebeck
2022-10-24tests/9p: simplify callers of tgetattr()Christian Schoenebeck
2022-10-24tests/9p: convert v9fs_tgetattr() to declarative argumentsChristian Schoenebeck
2022-10-24tests/9p: simplify callers of tattach()Christian Schoenebeck
2022-10-24tests/9p: merge v9fs_tattach(), do_attach(), do_attach_rqid()Christian Schoenebeck
2022-10-24tests/9p: merge v9fs_tversion() and do_version()Christian Schoenebeck
2022-10-24tests/9p: simplify callers of twalk()Christian Schoenebeck
2022-10-24tests/9p: merge *walk*() functionsChristian Schoenebeck
2022-10-249pfs: use GHashTable for fid tableLinus Heckemann
2022-10-24tests/9p: split virtio-9p-test.c into tests and 9p client partChristian Schoenebeck
2022-10-24fsdev/virtfs-proxy-helper: Use g_mkdir()Bin Meng
2022-10-24arm/aspeed: Replace mx25l25635e chip modelCédric Le Goater
2022-10-24m25p80: Add the w25q01jvq SFPD tablePatrick Williams
2022-10-24m25p80: Add the w25q512jv SFPD tableCédric Le Goater
2022-10-24m25p80: Add the w25q256 SFPD tableCédric Le Goater
2022-10-24m25p80: Add the mx66l1g45g SFDP tableCédric Le Goater
2022-10-24m25p80: Add the mx25l25635f SFPD tableCédric Le Goater
2022-10-24m25p80: Add the mx25l25635e SFPD tableCédric Le Goater
2022-10-24m25p80: Add erase size for mx25l25635eCédric Le Goater
2022-10-24m25p80: Add the n25q256a SFDP tableCédric Le Goater
2022-10-24m25p80: Add basic support for the SFDP commandCédric Le Goater
2022-10-24hw/arm/aspeed: increase Bletchley memory sizePatrick Williams
2022-10-24ast2600: Drop NEON from the CPU featuresCédric Le Goater
2022-10-24aspeed/smc: Cache AspeedSMCClassCédric Le Goater
2022-10-24ssi: cache SSIPeripheralClass to avoid GET_CLASS()Alex Bennée
2022-10-24tests/avocado/machine_aspeed.py: Fix typos on buildrootCédric Le Goater
2022-10-24hw/i2c/aspeed: Fix old reg slave receivePeter Delevoryas
2022-10-24m68k: write bootinfo as rom section and re-randomize on rebootJason A. Donenfeld
2022-10-22include/hw/scsi/scsi.h: Remove unused scsi_legacy_handle_cmdline() prototypePeter Maydell
2022-10-22vmstate-static-checker:remove this redundant returndinglimin
2022-10-22tests/qtest: vhost-user-test: Fix [-Werror=format-overflow=] build warningBin Meng
2022-10-22tests/qtest: migration-test: Fix [-Werror=format-overflow=] build warningBin Meng
2022-10-22Drop useless casts from g_malloc() & friends to pointerMarkus Armbruster
2022-10-22elf2dmp: free memory in failurelu zhipeng
2022-10-22hw/core: Tidy up unnecessary casting away of constMarkus Armbruster
2022-10-22.gitignore: add multiple items to .gitignoreWang, Lei
2022-10-22target/i386: implement FMA instructionsPaolo Bonzini
2022-10-21m68k: rework BI_VIRT_RNG_SEED as BI_RNG_SEEDJason A. Donenfeld
2022-10-21linux-user: Implement faccessat2WANG Xuerui
2022-10-21linux-user: remove conditionals for many fs.h ioctlsDaniel P. Berrangé
2022-10-21linux-user: add more compat ioctl definitionsDaniel P. Berrangé
2022-10-21linux-user: don't use AT_EXECFD in do_openat()Laurent Vivier
2022-10-21linux-user: handle /proc/self/exe with execve() syscallLaurent Vivier
2022-10-21linux-user: fix pidfd_send_signal()Laurent Vivier
2022-10-21linux-user: Fix more MIPS n32 syscall ABI issuesWANG Xuerui