aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-07-07hw/net: sunhme: Remove the logic of padding short frames in the receive pathBin Meng1-11/+0
2023-07-07hw/net: sungem: Remove the logic of padding short frames in the receive pathBin Meng1-14/+0
2023-07-07hw/net: rtl8139: Remove the logic of padding short frames in the receive pathBin Meng1-12/+0
2023-07-07hw/net: pcnet: Remove the logic of padding short frames in the receive pathBin Meng1-9/+0
2023-07-07hw/net: ne2000: Remove the logic of padding short frames in the receive pathBin Meng1-12/+0
2023-07-07hw/net: i82596: Remove the logic of padding short frames in the receive pathBin Meng1-18/+0
2023-07-07hw/net: vmxnet3: Remove the logic of padding short frames in the receive pathBin Meng1-10/+0
2023-07-07hw/net: e1000: Remove the logic of padding short frames in the receive pathBin Meng1-10/+1
2023-07-07virtio-net: correctly report maximum tx_queue_size valueLaurent Vivier1-2/+2
2023-07-06Merge tag 'pull-9p-20230706' of https://github.com/cschoenebeck/qemu into sta...Richard Henderson9-4/+68
2023-07-06Merge tag 'pull-target-arm-20230706' of https://git.linaro.org/people/pmaydel...Richard Henderson17-92/+414
2023-07-06target/arm: Avoid over-length shift in arm_cpu_sve_finalize() error casePeter Maydell1-2/+2
2023-07-06target/arm: Define neoverse-v1Peter Maydell4-0/+131
2023-07-06target/arm: Suppress more TCG unimplemented features in ID registersPeter Maydell1-4/+29
2023-07-06target/xtensa: Assert that interrupt level is within boundsPeter Maydell1-0/+3
2023-07-06hw: arm: allwinner-sramc: Set class_sizeAkihiko Odaki1-0/+1
2023-07-06target/arm: gdbstub: Guard M-profile code with CONFIG_TCGFabiano Rosas1-0/+4
2023-07-06tests/qtest: xlnx-canfd-test: Fix code coverity issuesVikram Garhwal1-22/+11
2023-07-06target/arm: Handle IC IVAU to improve compatibility with JITsJohn Högberg2-3/+55
2023-07-06target/arm: Fix SME full tile indexingRichard Henderson3-7/+107
2023-07-06target/arm: Dump ZA[] when activeRichard Henderson1-0/+18
2023-07-06target/arm: Avoid splitting Zregs across lines in dumpRichard Henderson1-22/+14
2023-07-06tests/tcg/aarch64/sysregs.c: Use S syntax for id_aa64zfr0_el1 and id_aa64smfr...Peter Maydell2-10/+8
2023-07-06MAINTAINERS: raise status of 9p to 'Maintained'Christian Schoenebeck1-1/+1
2023-07-069pfs: deprecate 'proxy' backendChristian Schoenebeck9-3/+67
2023-07-04Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingRichard Henderson1-56/+60
2023-07-04block/blkio: fix module_block.py parsingStefan Hajnoczi1-56/+60
2023-07-04hw/arm/sbsa-ref: use XHCI to replace EHCIYuquan Wang3-12/+18
2023-07-04target/arm: Add raw_writes ops for register whose write induce TLB maintenanceEric Auger1-10/+13
2023-07-04Merge tag 'pull-maintainer-ominbus-030723-1' of https://gitlab.com/stsquad/qe...Richard Henderson71-330/+1124
2023-07-03tests/tcg: Add a test for info proc mappingsIlya Leoshkevich2-1/+73
2023-07-03docs: Document security implications of debuggingIlya Leoshkevich1-0/+15
2023-07-03gdbstub: Add support for info proc mappingsIlya Leoshkevich3-2/+185
2023-07-03gdbstub: Report the actual qemu-user pidIlya Leoshkevich1-8/+17
2023-07-03gdbstub: Expose gdb_get_process() and gdb_get_first_cpu_in_process()Ilya Leoshkevich2-8/+10
2023-07-03linux-user: Emulate /proc/self/smapsIlya Leoshkevich1-1/+57
2023-07-03linux-user: Add "safe" parameter to do_guest_openat()Ilya Leoshkevich2-6/+14
2023-07-03linux-user: Expose do_guest_openat() and do_guest_readlink()Ilya Leoshkevich2-19/+38
2023-07-03gdbstub: clean-up vcont handling to avoid gotoAlex Bennée1-19/+9
2023-07-03gdbstub: Permit reverse step/break to provide stop responseNicholas Piggin1-0/+1
2023-07-03gdbstub: lightly refactor connection to avoid snprintfAlex Bennée1-10/+9
2023-07-03docs/devel: introduce some key concepts for QOM developmentAlex Bennée1-6/+52
2023-07-03docs/devel: split qom-api reference into new fileAlex Bennée4-1/+20
2023-07-03docs/devel/qom.rst: Correct code stylePhilippe Mathieu-Daudé1-2/+2
2023-07-03include/hw/qdev-core: fixup kerneldoc annotationsAlex Bennée1-114/+254
2023-07-03include/migration: mark vmstate_register() as a legacy functionAlex Bennée1-1/+9
2023-07-03docs/devel: add some front matter to the devel indexAlex Bennée4-2/+28
2023-07-03plugins: update lockstep to use g_memdup2Alex Bennée1-1/+1
2023-07-03plugins: fix memory leak while parsing optionsAlex Bennée12-12/+12
2023-07-03plugins: force slow path when plugins instrument memory opsAlex Bennée8-21/+96