summary refs log tree commit diff stats
path: root/rust/qemu-api-macros/src/utils.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2025-03-05chardev: use remoteAddr if the chardev is clientHaoqian He1-3/+7
2025-03-05ui/console-vc: implement DCH (delete) and ICH (insert) commandsRoman Penyaev1-0/+88
2025-03-05ui/console-vc: add support for cursor DECSC and DECRC commandsRoman Penyaev1-6/+34
2025-03-05ui/console-vc: report cursor position in the screen not in the scroll bufferRoman Penyaev1-2/+1
2025-03-05ui/console-vc: report to the application instead of screen renderingRoman Penyaev1-4/+3
2025-03-05ui/console-vc: introduce parsing of the 'ESC ( <ch>' sequenceRoman Penyaev1-0/+16
2025-03-05target/loongarch: Adjust the cpu reset action to a proper positionXianglai Li1-1/+1
2025-03-05hw/loongarch/virt: Enable cpu hotplug feature on virt machineBibo Mao1-2/+42
2025-03-05hw/loongarch/virt: Update the ACPI table for hotplug cpuBibo Mao4-3/+44
2025-03-05hw/loongarch/virt: Implement cpu plug interfaceBibo Mao2-11/+78
2025-03-05hw/loongarch/virt: Implement cpu unplug interfaceBibo Mao1-0/+58
2025-03-05hw/loongarch/virt: Add basic cpu plug interface frameworkBibo Mao3-0/+43
2025-03-05hw/loongarch/virt: Add topo properties on CPU objectBibo Mao2-0/+13
2025-03-05hw/loongarch/virt: Add CPU topology supportBibo Mao2-8/+57
2025-03-05hw/intc/loongarch_extioi: Use cpu plug notificationBibo Mao1-10/+2
2025-03-05hw/intc/loongarch_extioi: Implment cpu hotplug interfaceBibo Mao1-0/+45
2025-03-05hw/intc/loongarch_extioi: Add basic hotplug frameworkBibo Mao1-0/+33
2025-03-05hw/intc/loongarch_extioi: Move gpio irq initial to common codeBibo Mao2-8/+6
2025-03-05hw/intc/loongarch_ipi: Notify ipi object when cpu is pluggedBibo Mao1-3/+2
2025-03-05hw/intc/loongarch_ipi: Implment cpu hotplug interfaceBibo Mao1-0/+39
2025-03-05hw/intc/loongarch_ipi: Add basic hotplug frameworkBibo Mao1-0/+32
2025-03-05hw/nvram/eeprom_at24c: Reorganise init to avoid overwriting valuesBALATON Zoltan1-4/+2
2025-03-05hw/nvram/eeprom_at24c: Remove memset after g_malloc0BALATON Zoltan1-1/+0
2025-03-05hw/nvram/eeprom_at24c: Remove ERR macro that calls fprintf to stderrBALATON Zoltan1-7/+5
2025-03-05hw/nvram/eeprom_at24c: Use OBJECT_DECLARE_SIMPLE_TYPEBALATON Zoltan1-3/+1
2025-03-05hw/arm/versatilepb: Convert printfs to LOG_GUEST_ERRORPeter Maydell1-2/+5
2025-03-05hw/arm/omap_sx1: Remove ifdeffed out debug printfPeter Maydell1-4/+0
2025-03-05hw/arm/omap1: Convert information printfs to tracepointsPeter Maydell2-12/+21
2025-03-05hw/arm/omap1: Drop ALMDEBUG ifdeffed out codePeter Maydell1-51/+0
2025-03-05hw/arm/omap1: Convert raw printfs to qemu_log_mask()Peter Maydell1-17/+31
2025-03-05tests/qtest/ufs-test: Add test code for the temperature featureKeoseong Park1-0/+24
2025-03-05hw/ufs: Add temperature event notification supportKeoseong Park3-2/+91
2025-03-05hw/misc/macio/gpio: Add constants for register bitsBALATON Zoltan1-7/+12
2025-03-05hw/misc/macio: Improve trace logsBALATON Zoltan2-2/+3
2025-03-04hw/char/sifive_uart: Free fifo on unrealizeAlistair Francis1-16/+28
2025-03-04hw/char/sh_serial: Return correct number of empty RX FIFO elementsPhilippe Mathieu-Daudé1-16/+14
2025-03-04hw/char/mcf_uart: Really use RX FIFO depthPhilippe Mathieu-Daudé1-2/+4
2025-03-04hw/char/mcf_uart: Use FIFO_DEPTH definition instead of magic valuesPhilippe Mathieu-Daudé1-3/+7
2025-03-04hw/char/imx_serial: Really use RX FIFO depthPhilippe Mathieu-Daudé1-2/+6
2025-03-04hw/char/bcm2835_aux: Really use RX FIFO depthPhilippe Mathieu-Daudé1-2/+4
2025-03-04hw/char/pl011: Really use RX FIFO depthPhilippe Mathieu-Daudé1-3/+5
2025-03-04hw/char/pl011: Improve RX flow tracing eventsPhilippe Mathieu-Daudé2-7/+10
2025-03-04hw/char/pl011: Simplify a bit pl011_can_receive()Philippe Mathieu-Daudé1-2/+3
2025-03-04hw/char/pl011: Warn when using disabled receiverPhilippe Mathieu-Daudé1-0/+9
2025-03-04hw/net/fsl_etsec: Set eTSEC device description and categoryBALATON Zoltan1-0/+2
2025-03-04hw/xen/xen-legacy-backend: Remove unused 'net/net.h' headerPhilippe Mathieu-Daudé1-1/+0
2025-03-04hw/xen/xen-bus: Reduce included headersPhilippe Mathieu-Daudé1-1/+2
2025-03-04hw/xen/xen-hvm: Reduce included headersPhilippe Mathieu-Daudé4-14/+18
2025-03-04hw/xen/xen-pvh: Reduce included headersPhilippe Mathieu-Daudé3-7/+7
2025-03-04hw/xen: Link XenPVH with GPEX PCIe bridgePhilippe Mathieu-Daudé1-0/+1