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
*
ppc/translate: Raise exceptions after setting the cc
Giuseppe Musacchio
2020-12-14
1
-14
/
+14
*
ppc/translate: Delay NaN checking after comparison
Giuseppe Musacchio
2020-12-14
1
-38
/
+42
*
ppc/translate: Turn the helper macros into functions
Giuseppe Musacchio
2020-12-14
1
-105
/
+123
*
ppc/translate: Fix unordered f64/f128 comparisons
Giuseppe Musacchio
2020-12-14
1
-10
/
+22
*
ppc: Add a missing break for PPC6xx_INPUT_TBEN
Chen Qun
2020-12-14
1
-0
/
+1
*
target/ppc: replaced the TODO with LOG_UNIMP and add break for silence warnings
Chen Qun
2020-12-14
1
-2
/
+3
*
spapr: Do TPM proxy hotplug sanity checks at pre-plug
Greg Kurz
2020-12-14
1
-5
/
+18
*
spapr: Do PHB hoplug sanity check at pre-plug
Greg Kurz
2020-12-14
1
-6
/
+11
*
spapr: Make PHB placement functions and spapr_pre_plug_phb() return status
Greg Kurz
2020-12-14
2
-18
/
+24
*
spapr: Do NVDIMM/PC-DIMM device hotplug sanity checks at pre-plug only
Greg Kurz
2020-12-14
3
-33
/
+20
*
spapr: Do PCI device hotplug sanity checks at pre-plug only
Greg Kurz
2020-12-14
1
-10
/
+33
*
spapr/xics: Drop unused argument to xics_kvm_has_broken_disconnect()
Greg Kurz
2020-12-14
3
-3
/
+3
*
spapr/xive: Turn some sanity checks into assertions
Greg Kurz
2020-12-14
1
-10
/
+4
*
Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-6.0-pull-request' ...
Peter Maydell
2020-12-12
6
-31
/
+286
|
\
|
*
m68k: fix some comment spelling errors
zhaolichang
2020-12-12
1
-8
/
+8
|
*
target/m68k: Add vmstate definition for M68kCPU
Laurent Vivier
2020-12-12
3
-6
/
+198
|
*
target/m68k: remove useless qregs array
Laurent Vivier
2020-12-12
1
-4
/
+0
|
*
hw/m68k/q800.c: Make the GLUE chip an actual QOM device
Peter Maydell
2020-12-12
1
-12
/
+70
|
*
hw/m68k/q800: Don't connect two qemu_irqs directly to the same input
Peter Maydell
2020-12-12
2
-2
/
+11
|
/
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2020-12-12
113
-265
/
+1841
|
\
|
*
block: Fix deadlock in bdrv_co_yield_to_drain()
Kevin Wolf
2020-12-11
1
-17
/
+24
|
*
block: Fix locking in qmp_block_resize()
Kevin Wolf
2020-12-11
1
-1
/
+4
|
*
block: Simplify qmp_block_resize() error paths
Kevin Wolf
2020-12-11
1
-5
/
+4
|
*
block: introduce BDRV_MAX_LENGTH
Vladimir Sementsov-Ogievskiy
2020-12-11
8
-14
/
+90
|
*
block/io: bdrv_check_byte_request(): drop bdrv_is_inserted()
Vladimir Sementsov-Ogievskiy
2020-12-11
1
-13
/
+12
|
*
block/io: bdrv_refresh_limits(): use ERRP_GUARD
Vladimir Sementsov-Ogievskiy
2020-12-11
1
-4
/
+3
|
*
block/file-posix: fix workaround in raw_do_pwrite_zeroes()
Vladimir Sementsov-Ogievskiy
2020-12-11
1
-1
/
+0
|
*
can-host: Fix crash when 'canbus' property is not set
Kevin Wolf
2020-12-11
1
-0
/
+5
|
*
iotests/221: Discard image before qemu-img map
Max Reitz
2020-12-11
2
-8
/
+13
|
*
file-posix: check the use_lock before setting the file lock
Li Feng
2020-12-11
1
-1
/
+1
|
*
iotests/308: Add test for FUSE exports
Max Reitz
2020-12-11
3
-0
/
+437
|
*
iotests: Enable fuse for many tests
Max Reitz
2020-12-11
75
-75
/
+75
|
*
iotests: Allow testing FUSE exports
Max Reitz
2020-12-11
3
-1
/
+134
|
*
iotests: Give access to the qemu-storage-daemon
Max Reitz
2020-12-11
2
-0
/
+28
|
*
storage-daemon: Call bdrv_close_all() on exit
Max Reitz
2020-12-11
1
-0
/
+3
|
*
iotests/287: Clean up subshell test image
Max Reitz
2020-12-11
1
-2
/
+2
|
*
iotests: Let _make_test_img guess $TEST_IMG_FILE
Max Reitz
2020-12-11
1
-3
/
+37
|
*
iotests: Restrict some Python tests to file
Max Reitz
2020-12-11
2
-2
/
+4
|
*
iotests/091: Use _cleanup_qemu instad of "wait"
Max Reitz
2020-12-11
1
-1
/
+2
|
*
iotests: Derive image names from $TEST_IMG
Max Reitz
2020-12-11
4
-9
/
+7
|
*
iotests/046: Avoid renaming images
Max Reitz
2020-12-11
2
-3
/
+4
|
*
iotests: Use convert -n in some cases
Max Reitz
2020-12-11
4
-11
/
+10
|
*
iotests: Do not pipe _make_test_img
Max Reitz
2020-12-11
2
-5
/
+24
|
*
iotests: Do not needlessly filter _make_test_img
Max Reitz
2020-12-11
3
-12
/
+12
|
*
fuse: Implement hole detection through lseek
Max Reitz
2020-12-11
4
-1
/
+106
|
*
fuse: (Partially) implement fallocate()
Max Reitz
2020-12-11
1
-0
/
+84
|
*
fuse: Allow growable exports
Max Reitz
2020-12-11
2
-9
/
+41
|
*
fuse: Implement standard FUSE operations
Max Reitz
2020-12-11
1
-0
/
+242
|
*
fuse: Allow exporting BDSs via FUSE
Max Reitz
2020-12-11
7
-2
/
+359
|
*
meson: Detect libfuse
Max Reitz
2020-12-11
3
-0
/
+15
[next]