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
2023-07-07
hw/net: sunhme: Remove the logic of padding short frames in the receive path
Bin Meng
1
-11
/
+0
2023-07-07
hw/net: sungem: Remove the logic of padding short frames in the receive path
Bin Meng
1
-14
/
+0
2023-07-07
hw/net: rtl8139: Remove the logic of padding short frames in the receive path
Bin Meng
1
-12
/
+0
2023-07-07
hw/net: pcnet: Remove the logic of padding short frames in the receive path
Bin Meng
1
-9
/
+0
2023-07-07
hw/net: ne2000: Remove the logic of padding short frames in the receive path
Bin Meng
1
-12
/
+0
2023-07-07
hw/net: i82596: Remove the logic of padding short frames in the receive path
Bin Meng
1
-18
/
+0
2023-07-07
hw/net: vmxnet3: Remove the logic of padding short frames in the receive path
Bin Meng
1
-10
/
+0
2023-07-07
hw/net: e1000: Remove the logic of padding short frames in the receive path
Bin Meng
1
-10
/
+1
2023-07-07
virtio-net: correctly report maximum tx_queue_size value
Laurent Vivier
1
-2
/
+2
2023-07-06
Merge tag 'pull-9p-20230706' of https://github.com/cschoenebeck/qemu into sta...
Richard Henderson
9
-4
/
+68
2023-07-06
Merge tag 'pull-target-arm-20230706' of https://git.linaro.org/people/pmaydel...
Richard Henderson
17
-92
/
+414
2023-07-06
target/arm: Avoid over-length shift in arm_cpu_sve_finalize() error case
Peter Maydell
1
-2
/
+2
2023-07-06
target/arm: Define neoverse-v1
Peter Maydell
4
-0
/
+131
2023-07-06
target/arm: Suppress more TCG unimplemented features in ID registers
Peter Maydell
1
-4
/
+29
2023-07-06
target/xtensa: Assert that interrupt level is within bounds
Peter Maydell
1
-0
/
+3
2023-07-06
hw: arm: allwinner-sramc: Set class_size
Akihiko Odaki
1
-0
/
+1
2023-07-06
target/arm: gdbstub: Guard M-profile code with CONFIG_TCG
Fabiano Rosas
1
-0
/
+4
2023-07-06
tests/qtest: xlnx-canfd-test: Fix code coverity issues
Vikram Garhwal
1
-22
/
+11
2023-07-06
target/arm: Handle IC IVAU to improve compatibility with JITs
John Högberg
2
-3
/
+55
2023-07-06
target/arm: Fix SME full tile indexing
Richard Henderson
3
-7
/
+107
2023-07-06
target/arm: Dump ZA[] when active
Richard Henderson
1
-0
/
+18
2023-07-06
target/arm: Avoid splitting Zregs across lines in dump
Richard Henderson
1
-22
/
+14
2023-07-06
tests/tcg/aarch64/sysregs.c: Use S syntax for id_aa64zfr0_el1 and id_aa64smfr...
Peter Maydell
2
-10
/
+8
2023-07-06
MAINTAINERS: raise status of 9p to 'Maintained'
Christian Schoenebeck
1
-1
/
+1
2023-07-06
9pfs: deprecate 'proxy' backend
Christian Schoenebeck
9
-3
/
+67
2023-07-04
Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging
Richard Henderson
1
-56
/
+60
2023-07-04
block/blkio: fix module_block.py parsing
Stefan Hajnoczi
1
-56
/
+60
2023-07-04
hw/arm/sbsa-ref: use XHCI to replace EHCI
Yuquan Wang
3
-12
/
+18
2023-07-04
target/arm: Add raw_writes ops for register whose write induce TLB maintenance
Eric Auger
1
-10
/
+13
2023-07-04
Merge tag 'pull-maintainer-ominbus-030723-1' of https://gitlab.com/stsquad/qe...
Richard Henderson
71
-330
/
+1124
2023-07-03
tests/tcg: Add a test for info proc mappings
Ilya Leoshkevich
2
-1
/
+73
2023-07-03
docs: Document security implications of debugging
Ilya Leoshkevich
1
-0
/
+15
2023-07-03
gdbstub: Add support for info proc mappings
Ilya Leoshkevich
3
-2
/
+185
2023-07-03
gdbstub: Report the actual qemu-user pid
Ilya Leoshkevich
1
-8
/
+17
2023-07-03
gdbstub: Expose gdb_get_process() and gdb_get_first_cpu_in_process()
Ilya Leoshkevich
2
-8
/
+10
2023-07-03
linux-user: Emulate /proc/self/smaps
Ilya Leoshkevich
1
-1
/
+57
2023-07-03
linux-user: Add "safe" parameter to do_guest_openat()
Ilya Leoshkevich
2
-6
/
+14
2023-07-03
linux-user: Expose do_guest_openat() and do_guest_readlink()
Ilya Leoshkevich
2
-19
/
+38
2023-07-03
gdbstub: clean-up vcont handling to avoid goto
Alex Bennée
1
-19
/
+9
2023-07-03
gdbstub: Permit reverse step/break to provide stop response
Nicholas Piggin
1
-0
/
+1
2023-07-03
gdbstub: lightly refactor connection to avoid snprintf
Alex Bennée
1
-10
/
+9
2023-07-03
docs/devel: introduce some key concepts for QOM development
Alex Bennée
1
-6
/
+52
2023-07-03
docs/devel: split qom-api reference into new file
Alex Bennée
4
-1
/
+20
2023-07-03
docs/devel/qom.rst: Correct code style
Philippe Mathieu-Daudé
1
-2
/
+2
2023-07-03
include/hw/qdev-core: fixup kerneldoc annotations
Alex Bennée
1
-114
/
+254
2023-07-03
include/migration: mark vmstate_register() as a legacy function
Alex Bennée
1
-1
/
+9
2023-07-03
docs/devel: add some front matter to the devel index
Alex Bennée
4
-2
/
+28
2023-07-03
plugins: update lockstep to use g_memdup2
Alex Bennée
1
-1
/
+1
2023-07-03
plugins: fix memory leak while parsing options
Alex Bennée
12
-12
/
+12
2023-07-03
plugins: force slow path when plugins instrument memory ops
Alex Bennée
8
-21
/
+96
[next]