index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-26
exec/cpu-common: add qemu_ram_get_fd()
Stefan Hajnoczi
2
-0
/
+6
2022-10-26
block: add BlockRAMRegistrar
Stefan Hajnoczi
4
-0
/
+97
2022-10-26
numa: use QLIST_FOREACH_SAFE() for RAM block notifiers
Stefan Hajnoczi
1
-3
/
+6
2022-10-26
block: return errors from bdrv_register_buf()
Stefan Hajnoczi
7
-18
/
+52
2022-10-26
block: add BDRV_REQ_REGISTERED_BUF request flag
Stefan Hajnoczi
16
-37
/
+69
2022-10-26
block: use BdrvRequestFlags type for supported flag fields
Stefan Hajnoczi
1
-4
/
+4
2022-10-26
block: pass size to bdrv_unregister_buf()
Stefan Hajnoczi
7
-11
/
+14
2022-10-26
numa: call ->ram_block_removed() in ram_block_notifer_remove()
Stefan Hajnoczi
2
-1
/
+21
2022-10-26
blkio: add libblkio block driver
Stefan Hajnoczi
8
-4
/
+928
2022-10-26
coroutine: add flag to re-queue at front of CoQueue
Stefan Hajnoczi
2
-4
/
+20
2022-10-25
Merge tag 'trivial-branch-for-7.2-pull-request' of https://gitlab.com/laurent...
Stefan Hajnoczi
31
-43
/
+44
2022-10-25
Merge tag 'linux-user-for-7.2-pull-request' of https://gitlab.com/laurent_viv...
Stefan Hajnoczi
6
-58
/
+96
2022-10-25
linux-user: Add guest memory layout to exception dump
Helge Deller
3
-16
/
+33
2022-10-24
Merge tag 'pull-9p-20221024' of https://github.com/cschoenebeck/qemu into sta...
Stefan Hajnoczi
7
-1177
/
+1867
2022-10-24
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
11
-102
/
+247
2022-10-24
Merge tag 'm68k-for-7.2-pull-request' of https://github.com/vivier/qemu-m68k ...
Stefan Hajnoczi
5
-63
/
+130
2022-10-24
accel/tcg/tcg-accel-ops-rr: fix trivial typo
Matheus Tavares Bernardino
1
-1
/
+1
2022-10-24
ui: remove useless typecasts
Volker RĂ¼melin
2
-2
/
+2
2022-10-24
treewide: Remove the unnecessary space before semicolon
Bin Meng
11
-15
/
+15
2022-10-24
tests/9p: remove unnecessary g_strdup() calls
Christian Schoenebeck
1
-11
/
+8
2022-10-24
tests/9p: merge v9fs_tunlinkat() and do_unlinkat()
Christian Schoenebeck
3
-28
/
+64
2022-10-24
tests/9p: merge v9fs_tlink() and do_hardlink()
Christian Schoenebeck
3
-27
/
+73
2022-10-24
tests/9p: merge v9fs_tsymlink() and do_symlink()
Christian Schoenebeck
3
-26
/
+73
2022-10-24
tests/9p: merge v9fs_tlcreate() and do_lcreate()
Christian Schoenebeck
3
-35
/
+79
2022-10-24
tests/9p: merge v9fs_tmkdir() and do_mkdir()
Christian Schoenebeck
3
-30
/
+78
2022-10-24
tests/9p: convert v9fs_tflush() to declarative arguments
Christian Schoenebeck
3
-7
/
+47
2022-10-24
tests/9p: simplify callers of twrite()
Christian Schoenebeck
1
-6
/
+3
2022-10-24
tests/9p: convert v9fs_twrite() to declarative arguments
Christian Schoenebeck
3
-15
/
+72
2022-10-24
tests/9p: simplify callers of tlopen()
Christian Schoenebeck
1
-33
/
+10
2022-10-24
tests/9p: convert v9fs_tlopen() to declarative arguments
Christian Schoenebeck
3
-14
/
+69
2022-10-24
tests/9p: simplify callers of treaddir()
Christian Schoenebeck
1
-10
/
+11
2022-10-24
tests/9p: convert v9fs_treaddir() to declarative arguments
Christian Schoenebeck
3
-11
/
+65
2022-10-24
tests/9p: simplify callers of tgetattr()
Christian Schoenebeck
1
-15
/
+7
2022-10-24
tests/9p: convert v9fs_tgetattr() to declarative arguments
Christian Schoenebeck
3
-10
/
+63
2022-10-24
tests/9p: simplify callers of tattach()
Christian Schoenebeck
1
-11
/
+8
2022-10-24
tests/9p: merge v9fs_tattach(), do_attach(), do_attach_rqid()
Christian Schoenebeck
3
-44
/
+88
2022-10-24
tests/9p: merge v9fs_tversion() and do_version()
Christian Schoenebeck
3
-27
/
+68
2022-10-24
tests/9p: simplify callers of twalk()
Christian Schoenebeck
1
-60
/
+32
2022-10-24
tests/9p: merge *walk*() functions
Christian Schoenebeck
3
-140
/
+198
2022-10-24
9pfs: use GHashTable for fid table
Linus Heckemann
2
-84
/
+112
2022-10-24
tests/9p: split virtio-9p-test.c into tests and 9p client part
Christian Schoenebeck
4
-744
/
+849
2022-10-24
fsdev/virtfs-proxy-helper: Use g_mkdir()
Bin Meng
1
-1
/
+2
2022-10-24
m68k: write bootinfo as rom section and re-randomize on reboot
Jason A. Donenfeld
3
-59
/
+111
2022-10-22
include/hw/scsi/scsi.h: Remove unused scsi_legacy_handle_cmdline() prototype
Peter Maydell
1
-1
/
+0
2022-10-22
vmstate-static-checker:remove this redundant return
dinglimin
1
-1
/
+0
2022-10-22
tests/qtest: vhost-user-test: Fix [-Werror=format-overflow=] build warning
Bin Meng
1
-2
/
+2
2022-10-22
tests/qtest: migration-test: Fix [-Werror=format-overflow=] build warning
Bin Meng
1
-2
/
+2
2022-10-22
Drop useless casts from g_malloc() & friends to pointer
Markus Armbruster
10
-17
/
+15
2022-10-22
elf2dmp: free memory in failure
lu zhipeng
1
-0
/
+1
2022-10-22
hw/core: Tidy up unnecessary casting away of const
Markus Armbruster
1
-2
/
+3
[next]