On 6/4/24 04:55, Philippe Mathieu-Daudé wrote:
The following changes since commit 3ab42e46acf867c45bc929fcc37693e327a35a24:
Merge tag 'pull-ufs-20240603' ofhttps://gitlab.com/jeuk20.kim/qemu into
staging (2024-06-03 08:18:14 -0500)
are available in the Git repository at:
https://github.com/philmd/qemu.git tags/hw-misc-accel-20240604
for you to fetch changes up to 7c2397643c1e025c157bab95088b3b480f0d98ae:
usb: add config options for the hub and hid devices (2024-06-04 11:53:43
+0200)
Following checkpatch.pl error ignored:
ERROR: suspect code indent for conditional statements (7, 10)
#95: FILE: disas/microblaze.c:718:
if ( ((((instr & IMM_MASK) >> IMM_LOW) ^ op->immval_mask) & 0xE000)
== REG_PVR_MASK) {
+ snprintf(tmpstr, sizeof(tmpstr), "%s%u", pvr_register_prefix,
total: 1 errors, 0 warnings, 79 lines checked
----------------------------------------------------------------
Misc HW & accelerators patch queue
- Use async exit in debugexit model (Thomas)
- Fixed bug reading xlnx_dpdma descriptor (Peter)
- Initialise plugin state before vCPU/thread creation (Alex)
- Few sprintf() calls removed (Richard & Philippe)
- Few deprecated QMP events removed (Philippe)
- Housekeeping in Xen (Edgar & Philippe)
- Split USB HID/HUB & update MAINTAINERS (Gerd)
Applied, thanks. Please update https://wiki.qemu.org/ChangeLog/9.1 as
appropriate.
r~