index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
core
/
qdev-properties-system.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
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
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-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
2023-07-03
target/arm: make arm_casq_ptw CONFIG_TCG only
Alex Bennée
1
-2
/
+2
2023-07-03
tests/avocado: Make the test_arm_bpim2u_gmac test more reliable
Thomas Huth
1
-2
/
+2
2023-07-03
tests/avocado: update firmware to enable sbsa-ref/max
Marcin Juszkiewicz
1
-13
/
+10
2023-07-03