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-01-17
tests/tcg/s390x: Test shift instructions
Ilya Leoshkevich
2
-0
/
+271
2022-01-17
target/s390x: Fix shifting 32-bit values for more than 31 bits
Ilya Leoshkevich
5
-80
/
+45
2022-01-17
target/s390x: Fix cc_calc_sla_64() missing overflows
Ilya Leoshkevich
1
-1
/
+1
2022-01-17
target/s390x: Fix SRDA CC calculation
Ilya Leoshkevich
1
-2
/
+4
2022-01-17
target/s390x: Fix SLDA sign bit index
Ilya Leoshkevich
1
-1
/
+1
2022-01-17
s390x/css: fix PMCW invalid mask
Nico Boehr
1
-1
/
+1
2022-01-16
Merge remote-tracking branch 'remotes/konstantin/tags/qga-win32-pull-2022-01-...
Peter Maydell
2
-116
/
+166
2022-01-14
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
28
-104
/
+307
2022-01-14
Merge remote-tracking branch 'remotes/kraxel/tags/kraxel-20220114-pull-reques...
Peter Maydell
27
-182
/
+388
2022-01-14
iotests/testrunner.py: refactor test_field_width
Vladimir Sementsov-Ogievskiy
1
-11
/
+10
2022-01-14
block: drop BLK_PERM_GRAPH_MOD
Vladimir Sementsov-Ogievskiy
8
-35
/
+12
2022-01-14
qemu-img: make is_allocated_sectors() more efficient
Vladimir Sementsov-Ogievskiy
2
-10
/
+21
2022-01-14
iotests: Test qemu-img convert of zeroed data cluster
Kevin Wolf
2
-2
/
+9
2022-01-14
vvfat: Fix vvfat_write() for writes before the root directory
Kevin Wolf
1
-8
/
+22
2022-01-14
vvfat: Fix size of temporary qcow file
Kevin Wolf
1
-4
/
+3
2022-01-14
iotests/308: Fix for CAP_DAC_OVERRIDE
Hanna Reitz
2
-3
/
+24
2022-01-14
iotests/stream-error-on-reset: New test
Hanna Reitz
2
-0
/
+145
2022-01-14
block-backend: prevent dangling BDS pointers across aio_poll()
Stefan Hajnoczi
1
-2
/
+17
2022-01-14
qapi/block: Restrict vhost-user-blk to CONFIG_VHOST_USER_BLK_SERVER
Philippe Mathieu-Daudé
1
-2
/
+4
2022-01-14
qemu-storage-daemon: Add vhost-user-blk help
Philippe Mathieu-Daudé
1
-0
/
+13
2022-01-14
docs: Correct 'vhost-user-blk' spelling
Philippe Mathieu-Daudé
1
-1
/
+1
2022-01-14
softmmu: fix device deletion events with -device JSON syntax
Daniel P. Berrangé
3
-2
/
+26
2022-01-14
include/sysemu/blockdev.h: remove drive_get_max_devs
Emanuele Giuseppe Esposito
2
-18
/
+0
2022-01-14
include/sysemu/blockdev.h: remove drive_mark_claimed_by_board and inline driv...
Emanuele Giuseppe Esposito
4
-10
/
+5
2022-01-14
block_int: make bdrv_backing_overridden static
Emanuele Giuseppe Esposito
2
-4
/
+3
2022-01-14
Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...
Peter Maydell
31
-232
/
+221
2022-01-13
ui/input-legacy: pass horizontal scroll information
Dmitry Petrov
1
-0
/
+15
2022-01-13
ui/sdl2: pass horizontal scroll information to the device code
Dmitry Petrov
1
-0
/
+5
2022-01-13
ui/gtk: pass horizontal scroll information to the device code
Dmitry Petrov
1
-12
/
+42
2022-01-13
ui/cocoa: pass horizontal scroll information to the device code
Dmitry Petrov
1
-6
/
+12
2022-01-13
ps2: Initial horizontal scroll support
Dmitry Petrov
2
-9
/
+50
2022-01-13
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
42
-248
/
+276
2022-01-13
Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220112' into s...
Peter Maydell
19
-599
/
+736
2022-01-13
edid: Added support for 4k@60 Hz monitor
Satyeshwar Singh
1
-0
/
+3
2022-01-13
edid: set default resolution to 1280x800 (WXGA)
Daniel P. Berrangé
3
-6
/
+6
2022-01-13
hw/mips/jazz: Inline vga_mmio_init() and remove it
Philippe Mathieu-Daudé
3
-25
/
+8
2022-01-13
hw/display/vga-mmio: QOM'ify vga_mmio_init() as TYPE_VGA_MMIO
Philippe Mathieu-Daudé
2
-34
/
+88
2022-01-13
hw/display/vga-mmio: Inline vga_mm_init()
Philippe Mathieu-Daudé
1
-16
/
+9
2022-01-13
hw/display: Rename VGA_ISA_MM -> VGA_MMIO
Philippe Mathieu-Daudé
7
-18
/
+16
2022-01-13
uas: add missing return
Gerd Hoffmann
1
-0
/
+1
2022-01-13
ui: fix gtk clipboard clear assertion
Marc-André Lureau
1
-10
/
+11
2022-01-13
ui/dbus: fix buffer-overflow detected by ASAN
Marc-André Lureau
1
-0
/
+1
2022-01-13
hw/audio/intel-hda: fix stream reset
Volker Rümelin
1
-1
/
+1
2022-01-13
dsoundaudio: fix crackling audio recordings
Volker Rümelin
1
-4
/
+3
2022-01-13
jackaudio: use ifdefs to hide unavailable functions
Volker Rümelin
1
-0
/
+4
2022-01-13
ui/vnc.c: Fixed a deadlock bug.
Rao Lei
1
-2
/
+2
2022-01-13
usb: allow max 8192 bytes for desc
zhenwei pi
2
-7
/
+9
2022-01-13
hw/usb/dev-wacom: add missing HID descriptor
Dario Binacchi
1
-1
/
+71
2022-01-12
virtio: unify dataplane and non-dataplane ->handle_output()
Stefan Hajnoczi
4
-81
/
+27
2022-01-12
virtio: use ->handle_output() instead of ->handle_aio_output()
Stefan Hajnoczi
1
-30
/
+3
[next]