index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
coroutine: add flag to re-queue at front of CoQueue
Stefan Hajnoczi
2022-10-26
2
-4
/
+20
*
Merge tag 'trivial-branch-for-7.2-pull-request' of https://gitlab.com/laurent...
Stefan Hajnoczi
2022-10-25
31
-43
/
+44
|
\
|
*
accel/tcg/tcg-accel-ops-rr: fix trivial typo
Matheus Tavares Bernardino
2022-10-24
1
-1
/
+1
|
*
ui: remove useless typecasts
Volker Rümelin
2022-10-24
2
-2
/
+2
|
*
treewide: Remove the unnecessary space before semicolon
Bin Meng
2022-10-24
11
-15
/
+15
|
*
include/hw/scsi/scsi.h: Remove unused scsi_legacy_handle_cmdline() prototype
Peter Maydell
2022-10-22
1
-1
/
+0
|
*
vmstate-static-checker:remove this redundant return
dinglimin
2022-10-22
1
-1
/
+0
|
*
tests/qtest: vhost-user-test: Fix [-Werror=format-overflow=] build warning
Bin Meng
2022-10-22
1
-2
/
+2
|
*
tests/qtest: migration-test: Fix [-Werror=format-overflow=] build warning
Bin Meng
2022-10-22
1
-2
/
+2
|
*
Drop useless casts from g_malloc() & friends to pointer
Markus Armbruster
2022-10-22
10
-17
/
+15
|
*
elf2dmp: free memory in failure
lu zhipeng
2022-10-22
1
-0
/
+1
|
*
hw/core: Tidy up unnecessary casting away of const
Markus Armbruster
2022-10-22
1
-2
/
+3
|
*
.gitignore: add multiple items to .gitignore
Wang, Lei
2022-10-22
1
-0
/
+3
*
|
Merge tag 'linux-user-for-7.2-pull-request' of https://gitlab.com/laurent_viv...
Stefan Hajnoczi
2022-10-25
6
-58
/
+96
|
\
\
|
*
|
linux-user: Add guest memory layout to exception dump
Helge Deller
2022-10-25
3
-16
/
+33
|
*
|
linux-user: Implement faccessat2
WANG Xuerui
2022-10-21
3
-1
/
+13
|
*
|
linux-user: remove conditionals for many fs.h ioctls
Daniel P. Berrangé
2022-10-21
1
-24
/
+0
|
*
|
linux-user: add more compat ioctl definitions
Daniel P. Berrangé
2022-10-21
1
-0
/
+25
|
*
|
linux-user: don't use AT_EXECFD in do_openat()
Laurent Vivier
2022-10-21
1
-2
/
+1
|
*
|
linux-user: handle /proc/self/exe with execve() syscall
Laurent Vivier
2022-10-21
1
-1
/
+5
|
*
|
linux-user: fix pidfd_send_signal()
Laurent Vivier
2022-10-21
2
-9
/
+14
|
*
|
linux-user: Fix more MIPS n32 syscall ABI issues
WANG Xuerui
2022-10-21
1
-5
/
+5
|
|
/
*
|
Merge tag 'pull-9p-20221024' of https://github.com/cschoenebeck/qemu into sta...
Stefan Hajnoczi
2022-10-24
7
-1177
/
+1867
|
\
\
|
*
|
tests/9p: remove unnecessary g_strdup() calls
Christian Schoenebeck
2022-10-24
1
-11
/
+8
|
*
|
tests/9p: merge v9fs_tunlinkat() and do_unlinkat()
Christian Schoenebeck
2022-10-24
3
-28
/
+64
|
*
|
tests/9p: merge v9fs_tlink() and do_hardlink()
Christian Schoenebeck
2022-10-24
3
-27
/
+73
|
*
|
tests/9p: merge v9fs_tsymlink() and do_symlink()
Christian Schoenebeck
2022-10-24
3
-26
/
+73
|
*
|
tests/9p: merge v9fs_tlcreate() and do_lcreate()
Christian Schoenebeck
2022-10-24
3
-35
/
+79
|
*
|
tests/9p: merge v9fs_tmkdir() and do_mkdir()
Christian Schoenebeck
2022-10-24
3
-30
/
+78
|
*
|
tests/9p: convert v9fs_tflush() to declarative arguments
Christian Schoenebeck
2022-10-24
3
-7
/
+47
|
*
|
tests/9p: simplify callers of twrite()
Christian Schoenebeck
2022-10-24
1
-6
/
+3
|
*
|
tests/9p: convert v9fs_twrite() to declarative arguments
Christian Schoenebeck
2022-10-24
3
-15
/
+72
|
*
|
tests/9p: simplify callers of tlopen()
Christian Schoenebeck
2022-10-24
1
-33
/
+10
|
*
|
tests/9p: convert v9fs_tlopen() to declarative arguments
Christian Schoenebeck
2022-10-24
3
-14
/
+69
|
*
|
tests/9p: simplify callers of treaddir()
Christian Schoenebeck
2022-10-24
1
-10
/
+11
|
*
|
tests/9p: convert v9fs_treaddir() to declarative arguments
Christian Schoenebeck
2022-10-24
3
-11
/
+65
|
*
|
tests/9p: simplify callers of tgetattr()
Christian Schoenebeck
2022-10-24
1
-15
/
+7
|
*
|
tests/9p: convert v9fs_tgetattr() to declarative arguments
Christian Schoenebeck
2022-10-24
3
-10
/
+63
|
*
|
tests/9p: simplify callers of tattach()
Christian Schoenebeck
2022-10-24
1
-11
/
+8
|
*
|
tests/9p: merge v9fs_tattach(), do_attach(), do_attach_rqid()
Christian Schoenebeck
2022-10-24
3
-44
/
+88
|
*
|
tests/9p: merge v9fs_tversion() and do_version()
Christian Schoenebeck
2022-10-24
3
-27
/
+68
|
*
|
tests/9p: simplify callers of twalk()
Christian Schoenebeck
2022-10-24
1
-60
/
+32
|
*
|
tests/9p: merge *walk*() functions
Christian Schoenebeck
2022-10-24
3
-140
/
+198
|
*
|
9pfs: use GHashTable for fid table
Linus Heckemann
2022-10-24
2
-84
/
+112
|
*
|
tests/9p: split virtio-9p-test.c into tests and 9p client part
Christian Schoenebeck
2022-10-24
4
-744
/
+849
|
*
|
fsdev/virtfs-proxy-helper: Use g_mkdir()
Bin Meng
2022-10-24
1
-1
/
+2
|
|
/
*
|
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
2022-10-24
11
-102
/
+247
|
\
\
|
*
|
target/i386: implement FMA instructions
Paolo Bonzini
2022-10-22
8
-3
/
+135
|
*
|
target/i386: implement F16C instructions
Paolo Bonzini
2022-10-20
9
-6
/
+89
|
*
|
target/i386: introduce function to set rounding mode from FPCW or MXCSR bits
Paolo Bonzini
2022-10-20
2
-95
/
+25
[next]