summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* blkio: add libblkio block driverStefan Hajnoczi2022-10-268-4/+928
* coroutine: add flag to re-queue at front of CoQueueStefan Hajnoczi2022-10-262-4/+20
* Merge tag 'trivial-branch-for-7.2-pull-request' of https://gitlab.com/laurent...Stefan Hajnoczi2022-10-2531-43/+44
|\
| * accel/tcg/tcg-accel-ops-rr: fix trivial typoMatheus Tavares Bernardino2022-10-241-1/+1
| * ui: remove useless typecastsVolker Rümelin2022-10-242-2/+2
| * treewide: Remove the unnecessary space before semicolonBin Meng2022-10-2411-15/+15
| * include/hw/scsi/scsi.h: Remove unused scsi_legacy_handle_cmdline() prototypePeter Maydell2022-10-221-1/+0Star
| * vmstate-static-checker:remove this redundant returndinglimin2022-10-221-1/+0Star
| * tests/qtest: vhost-user-test: Fix [-Werror=format-overflow=] build warningBin Meng2022-10-221-2/+2
| * tests/qtest: migration-test: Fix [-Werror=format-overflow=] build warningBin Meng2022-10-221-2/+2
| * Drop useless casts from g_malloc() & friends to pointerMarkus Armbruster2022-10-2210-17/+15Star
| * elf2dmp: free memory in failurelu zhipeng2022-10-221-0/+1
| * hw/core: Tidy up unnecessary casting away of constMarkus Armbruster2022-10-221-2/+3
| * .gitignore: add multiple items to .gitignoreWang, Lei2022-10-221-0/+3
* | Merge tag 'linux-user-for-7.2-pull-request' of https://gitlab.com/laurent_viv...Stefan Hajnoczi2022-10-256-58/+96
|\ \
| * | linux-user: Add guest memory layout to exception dumpHelge Deller2022-10-253-16/+33
| * | linux-user: Implement faccessat2WANG Xuerui2022-10-213-1/+13
| * | linux-user: remove conditionals for many fs.h ioctlsDaniel P. Berrangé2022-10-211-24/+0Star
| * | linux-user: add more compat ioctl definitionsDaniel P. Berrangé2022-10-211-0/+25
| * | linux-user: don't use AT_EXECFD in do_openat()Laurent Vivier2022-10-211-2/+1Star
| * | linux-user: handle /proc/self/exe with execve() syscallLaurent Vivier2022-10-211-1/+5
| * | linux-user: fix pidfd_send_signal()Laurent Vivier2022-10-212-9/+14
| * | linux-user: Fix more MIPS n32 syscall ABI issuesWANG Xuerui2022-10-211-5/+5
| |/
* | Merge tag 'pull-9p-20221024' of https://github.com/cschoenebeck/qemu into sta...Stefan Hajnoczi2022-10-247-1177/+1867
|\ \
| * | tests/9p: remove unnecessary g_strdup() callsChristian Schoenebeck2022-10-241-11/+8Star
| * | tests/9p: merge v9fs_tunlinkat() and do_unlinkat()Christian Schoenebeck2022-10-243-28/+64
| * | tests/9p: merge v9fs_tlink() and do_hardlink()Christian Schoenebeck2022-10-243-27/+73
| * | tests/9p: merge v9fs_tsymlink() and do_symlink()Christian Schoenebeck2022-10-243-26/+73
| * | tests/9p: merge v9fs_tlcreate() and do_lcreate()Christian Schoenebeck2022-10-243-35/+79
| * | tests/9p: merge v9fs_tmkdir() and do_mkdir()Christian Schoenebeck2022-10-243-30/+78
| * | tests/9p: convert v9fs_tflush() to declarative argumentsChristian Schoenebeck2022-10-243-7/+47
| * | tests/9p: simplify callers of twrite()Christian Schoenebeck2022-10-241-6/+3Star
| * | tests/9p: convert v9fs_twrite() to declarative argumentsChristian Schoenebeck2022-10-243-15/+72
| * | tests/9p: simplify callers of tlopen()Christian Schoenebeck2022-10-241-33/+10Star
| * | tests/9p: convert v9fs_tlopen() to declarative argumentsChristian Schoenebeck2022-10-243-14/+69
| * | tests/9p: simplify callers of treaddir()Christian Schoenebeck2022-10-241-10/+11
| * | tests/9p: convert v9fs_treaddir() to declarative argumentsChristian Schoenebeck2022-10-243-11/+65
| * | tests/9p: simplify callers of tgetattr()Christian Schoenebeck2022-10-241-15/+7Star
| * | tests/9p: convert v9fs_tgetattr() to declarative argumentsChristian Schoenebeck2022-10-243-10/+63
| * | tests/9p: simplify callers of tattach()Christian Schoenebeck2022-10-241-11/+8Star
| * | tests/9p: merge v9fs_tattach(), do_attach(), do_attach_rqid()Christian Schoenebeck2022-10-243-44/+88
| * | tests/9p: merge v9fs_tversion() and do_version()Christian Schoenebeck2022-10-243-27/+68
| * | tests/9p: simplify callers of twalk()Christian Schoenebeck2022-10-241-60/+32Star
| * | tests/9p: merge *walk*() functionsChristian Schoenebeck2022-10-243-140/+198
| * | 9pfs: use GHashTable for fid tableLinus Heckemann2022-10-242-84/+112
| * | tests/9p: split virtio-9p-test.c into tests and 9p client partChristian Schoenebeck2022-10-244-744/+849
| * | fsdev/virtfs-proxy-helper: Use g_mkdir()Bin Meng2022-10-241-1/+2
| |/
* | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2022-10-2411-102/+247
|\ \
| * | target/i386: implement FMA instructionsPaolo Bonzini2022-10-228-3/+135
| * | target/i386: implement F16C instructionsPaolo Bonzini2022-10-209-6/+89