summary refs log tree commit diff stats
path: root/scripts/qapi/expr.py (unfollow)
Commit message (Expand)AuthorFilesLines
2025-03-06qdev: Improve a few more PropertyInfo @description membersMarkus Armbruster5-4/+6
2025-03-06qdev: Improve PropertyInfo member @description for enum propertiesMarkus Armbruster1-15/+11
2025-03-06qdev: Change values of PropertyInfo member @type to be QAPI typesMarkus Armbruster6-20/+37
2025-03-06qdev: Rename PropertyInfo member @name to @typeMarkus Armbruster17-73/+73
2025-03-06qdev: Change qdev_prop_pci_devfn member @name from "int32" to "str"Markus Armbruster1-1/+1
2025-03-06qdev: Delete unused qdev_prop_enumMarkus Armbruster2-8/+0
2025-03-06qapi/introspect: Use @dataclass to simplifyMarkus Armbruster1-7/+5
2025-03-06qapi: Eliminate OrderedDictMarkus Armbruster3-19/+8
2025-03-06docs/about/build-platforms: Correct minimum supported Python versionMarkus Armbruster1-1/+1
2025-03-06block/qed: fix use-after-free by nullifying timer pointer after freeDenis Rastyogin1-0/+1
2025-03-05nbd: Defer trace init until after daemonizationEric Blake1-4/+12
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-04qapi: merge common parts of NbdServerOptions and nbd-server-start dataVladimir Sementsov-Ogievskiy2-43/+33
2025-03-04iotests: Stop NBD server in test 162 before starting the next oneThomas Huth1-0/+1
2025-03-04iotest: Unbreak 302 with python 3.13Nir Soffer1-5/+14
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