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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
2020-11-06
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20201106' into staging
Peter Maydell
7
-38
/
+56
2020-11-06
Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20201106' int...
Peter Maydell
6
-25
/
+18
2020-11-05
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.2-pull-re...
Peter Maydell
3
-3
/
+12
2020-11-05
Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-5.2-20201105' in...
Peter Maydell
3
-7
/
+2
2020-11-05
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20201104' into staging
Peter Maydell
2
-22
/
+22
2020-11-05
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
27
-58
/
+501
2020-11-05
hw/9pfs: Fix Kconfig dependency problem between 9pfs and Xen
Philippe Mathieu-Daudé
2
-5
/
+1
2020-11-05
hw/9pfs : add space before the open parenthesis '('
Xinhao Zhang
1
-1
/
+1
2020-11-05
hw/9pfs : open brace '{' following struct go on the same line
Xinhao Zhang
1
-6
/
+3
2020-11-05
hw/9pfs : add spaces around operator
Xinhao Zhang
2
-13
/
+13
2020-11-05
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
27
-158
/
+227
2020-11-05
s390x: fix build for --without-default-devices
Cornelia Huck
2
-2
/
+3
2020-11-05
target/s390x: fix execution with icount
Pavel Dovgalyuk
2
-35
/
+50
2020-11-05
spapr: Convert hpt_prepare_thread() to use qemu_try_memalign()
Greg Kurz
1
-1
/
+1
2020-11-05
spapr: Drop dead code in spapr_reallocate_hpt()
Greg Kurz
1
-6
/
+0
2020-11-05
target/ppc/excp_helper: Add a fallthrough for fix compiler warning
Chen Qun
1
-0
/
+1
2020-11-04
Merge remote-tracking branch 'remotes/kraxel/tags/fixes-20201104-pull-request...
Peter Maydell
7
-18
/
+47
2020-11-04
linux-user: Check copy_from_user() return value in vma_dump_size()
Peter Maydell
1
-1
/
+3
2020-11-04
linux-user/syscall: Fix missing target_to_host_timespec64() check
Alistair Francis
1
-1
/
+3
2020-11-04
linux-user: Use "!= 0" when checking if MAP_FIXED_NOREPLACE is non-zero
Peter Maydell
1
-1
/
+2
2020-11-04
linux-user/mips/cpu_loop: silence the compiler warnings
Chen Qun
1
-0
/
+4
2020-11-04
tcg: Revert "tcg/optimize: Flush data at labels not TCG_OPF_BB_END"
Richard Henderson
1
-18
/
+17
2020-11-04
tcg: Remove assert from set_jmp_reset_offset
Richard Henderson
1
-4
/
+5
2020-11-04
qapi, qemu-options: make all parsing visitors parse boolean options the same
Paolo Bonzini
6
-52
/
+30
2020-11-04
qtest: escape device name in device-introspect-test
Paolo Bonzini
1
-2
/
+8
2020-11-04
ivshmem-test: do not use short-form boolean option
Paolo Bonzini
1
-1
/
+1
2020-11-04
Merge remote-tracking branch 'remotes/kraxel/tags/ui-20201104-pull-request' i...
Peter Maydell
6
-17
/
+45
2020-11-04
Merge remote-tracking branch 'remotes/kraxel/tags/usb-20201104-pull-request' ...
Peter Maydell
2
-131
/
+216
2020-11-04
pc-bios/s390: update s390-ccw bios binaries
Cornelia Huck
2
-0
/
+0
2020-11-04
s390-bios: Skip writing iplb location to low core for ccw ipl
Jason J. Herne
1
-1
/
+3
2020-11-04
Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-fixes-20201103'...
Peter Maydell
30
-373
/
+32
2020-11-04
roms/Makefile: Add qboot to .PHONY list
Bruce Rogers
1
-1
/
+1
2020-11-04
ati: check x y display parameter values
Prasad J Pandit
1
-4
/
+6
2020-11-04
vnc: fix resource leak when websocket channel error
Ding Hui
5
-13
/
+40
2020-11-04
console: make QMP/HMP screendump run in coroutine
Marc-André Lureau
4
-5
/
+34
2020-11-04
console: modify ppm_save to take a pixman image ref
Marc-André Lureau
2
-8
/
+9
2020-11-04
coroutine: let CoQueue wake up outside a coroutine
Marc-André Lureau
1
-4
/
+2
2020-11-04
dev-serial: store flow control and xon/xoff characters
Mark Cave-Ayland
2
-3
/
+37
2020-11-04
dev-serial: add support for setting data_bits in QEMUSerialSetParams
Mark Cave-Ayland
2
-0
/
+18
2020-11-04
dev-serial: add always-plugged property to ensure USB device is always attached
Mark Cave-Ayland
1
-3
/
+6
2020-11-04
dev-serial: replace DeviceOutVendor/DeviceInVendor with equivalent macros fro...
Mark Cave-Ayland
1
-15
/
+10
2020-11-04
dev-serial: add trace-events for baud rate and data parameters
Mark Cave-Ayland
2
-0
/
+5
2020-11-04
dev-serial: convert from DPRINTF to trace-events
Mark Cave-Ayland
2
-14
/
+22
2020-11-04
dev-serial: use USB_SERIAL QOM macro for USBSerialState assignments
Mark Cave-Ayland
1
-3
/
+3
2020-11-04
dev-serial: style changes to improve readability and checkpatch fixes
Mark Cave-Ayland
1
-104
/
+126
2020-11-03
contrib/vhost-user-blk: fix get_config() information leak
Stefan Hajnoczi
1
-0
/
+2
2020-11-03
block/export: fix vhost-user-blk get_config() information leak
Stefan Hajnoczi
1
-0
/
+3
2020-11-03
block/export: make vhost-user-blk config space little-endian
Stefan Hajnoczi
1
-13
/
+12
2020-11-03
configure: introduce --enable-vhost-user-blk-server
Stefan Hajnoczi
4
-4
/
+19
2020-11-03
libvhost-user: follow QEMU comment style
Stefan Hajnoczi
1
-5
/
+10
[prev]
[next]