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
2021-01-26
copy-on-read: add filter drop function
Andrey Shinkevich
2
-0
/
+88
2021-01-26
block: add API function to insert a node
Andrey Shinkevich
2
-0
/
+27
2021-01-26
copy-on-read: support preadv/pwritev_part functions
Andrey Shinkevich
1
-12
/
+16
2021-01-26
iotests: fix _check_o_direct
Vladimir Sementsov-Ogievskiy
1
-3
/
+4
2021-01-25
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
11
-34
/
+80
2021-01-25
Merge remote-tracking branch 'remotes/gkurz-gitlab/tags/9p-next-pull-request'...
Peter Maydell
3
-50
/
+63
2021-01-25
Merge remote-tracking branch 'remotes/philmd-gitlab/tags/sdmmc-20210124' into...
Peter Maydell
6
-59
/
+229
2021-01-25
net: checksum: Introduce fine control over checksum type
Bin Meng
10
-33
/
+55
2021-01-25
net: checksum: Add IP header checksum calculation
Guishan Qin
1
-2
/
+6
2021-01-25
net: checksum: Skip fragmented IP packets
Markus Carlstedt
1
-0
/
+4
2021-01-25
net: Fix handling of id in netdev_add and netdev_del
Markus Armbruster
1
-2
/
+18
2021-01-24
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210124' into...
Peter Maydell
10
-36
/
+120
2021-01-24
hw/sd: sd.h: Cosmetic change of using spaces
Bin Meng
1
-21
/
+21
2021-01-24
hw/sd: ssi-sd: Use macros for the dummy value and tokens in the transfer
Bin Meng
1
-10
/
+16
2021-01-24
hw/sd: ssi-sd: Fix the wrong command index for STOP_TRANSMISSION
Bin Meng
1
-1
/
+1
2021-01-24
hw/sd: ssi-sd: Add a state representing Nac
Bin Meng
1
-2
/
+7
2021-01-24
hw/sd: ssi-sd: Suffix a data block with CRC16
Bin Meng
1
-3
/
+20
2021-01-24
util: Add CRC16 (CCITT) calculation routines
Bin Meng
3
-0
/
+161
2021-01-24
hw/sd: sd: Drop sd_crc16()
Bin Meng
1
-18
/
+0
2021-01-24
tcg: Restart code generation when we run out of temps
Richard Henderson
3
-4
/
+25
2021-01-24
hw/sd: sd: Support CMD59 for SPI mode
Bin Meng
1
-7
/
+1
2021-01-24
hw/sd: ssi-sd: Fix incorrect card response sequence
Bin Meng
1
-3
/
+8
2021-01-23
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
32
-538
/
+433
2021-01-23
tcg: Toggle page execution for Apple Silicon
Roman Bolshakov
4
-0
/
+34
2021-01-23
accel/tcg: Restrict cpu_io_recompile() from other accelerators
Philippe Mathieu-Daudé
3
-1
/
+3
2021-01-23
accel/tcg: Declare missing cpu_loop_exit*() stubs
Philippe Mathieu-Daudé
1
-0
/
+10
2021-01-23
accel/tcg: Restrict tb_gen_code() from other accelerators
Philippe Mathieu-Daudé
4
-5
/
+20
2021-01-23
accel/tcg: Move tb_flush_jmp_cache() to cputlb.c
Richard Henderson
3
-20
/
+18
2021-01-23
accel/tcg: Make cpu_gen_init() static
Philippe Mathieu-Daudé
2
-3
/
+1
2021-01-23
qemu-option: warn for short-form boolean options
Paolo Bonzini
3
-12
/
+25
2021-01-23
qemu-option: move help handling to get_opt_name_value
Paolo Bonzini
1
-15
/
+23
2021-01-23
qemu-option: clean up id vs. list->merge_lists
Paolo Bonzini
1
-13
/
+14
2021-01-23
vnc: support "-vnc help"
Paolo Bonzini
4
-12
/
+11
2021-01-23
qmp: remove deprecated "change" command
Paolo Bonzini
4
-105
/
+5
2021-01-23
hmp: remove "change vnc TARGET" command
Paolo Bonzini
3
-8
/
+11
2021-01-23
acceptance: switch to QMP change-vnc-password command
Paolo Bonzini
1
-12
/
+6
2021-01-23
meson.build: Detect bzip2 program
Philippe Mathieu-Daudé
2
-1
/
+2
2021-01-23
meson.build: Declare global edk2_targets / install_edk2_blobs variables
Philippe Mathieu-Daudé
3
-18
/
+25
2021-01-23
meson: Add a section header for library dependencies
Philippe Mathieu-Daudé
1
-1
/
+2
2021-01-23
meson: Display crypto-related information altogether
Philippe Mathieu-Daudé
1
-14
/
+18
2021-01-23
meson: Display block layer information altogether
Philippe Mathieu-Daudé
1
-18
/
+25
2021-01-23
meson: Display accelerators and selected targets altogether
Philippe Mathieu-Daudé
1
-14
/
+24
2021-01-23
meson: Summarize compilation-related information altogether
Philippe Mathieu-Daudé
1
-29
/
+37
2021-01-23
meson: Summarize overall features altogether
Philippe Mathieu-Daudé
1
-24
/
+30
2021-01-23
meson: Display host binaries information altogether
Philippe Mathieu-Daudé
1
-12
/
+18
2021-01-23
meson: Summarize information related to directories first
Philippe Mathieu-Daudé
1
-1
/
+5
2021-01-23
meson: convert wixl detection to Meson
Paolo Bonzini
5
-92
/
+61
2021-01-23
nsis: adjust for new MinGW paths
Paolo Bonzini
1
-38
/
+4
2021-01-23
meson: Declare have_virtfs_proxy_helper in main meson.build
Philippe Mathieu-Daudé
2
-1
/
+2
2021-01-23
Merge remote-tracking branch 'remotes/kraxel/tags/usb-20210122-pull-request' ...
Peter Maydell
15
-19
/
+340
[next]