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
/
rust
/
qemu-api-macros
/
src
/
utils.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-03-05
chardev: use remoteAddr if the chardev is client
Haoqian He
1
-3
/
+7
2025-03-05
ui/console-vc: implement DCH (delete) and ICH (insert) commands
Roman Penyaev
1
-0
/
+88
2025-03-05
ui/console-vc: add support for cursor DECSC and DECRC commands
Roman Penyaev
1
-6
/
+34
2025-03-05
ui/console-vc: report cursor position in the screen not in the scroll buffer
Roman Penyaev
1
-2
/
+1
2025-03-05
ui/console-vc: report to the application instead of screen rendering
Roman Penyaev
1
-4
/
+3
2025-03-05
ui/console-vc: introduce parsing of the 'ESC ( <ch>' sequence
Roman Penyaev
1
-0
/
+16
2025-03-05
target/loongarch: Adjust the cpu reset action to a proper position
Xianglai Li
1
-1
/
+1
2025-03-05
hw/loongarch/virt: Enable cpu hotplug feature on virt machine
Bibo Mao
1
-2
/
+42
2025-03-05
hw/loongarch/virt: Update the ACPI table for hotplug cpu
Bibo Mao
4
-3
/
+44
2025-03-05
hw/loongarch/virt: Implement cpu plug interface
Bibo Mao
2
-11
/
+78
2025-03-05
hw/loongarch/virt: Implement cpu unplug interface
Bibo Mao
1
-0
/
+58
2025-03-05
hw/loongarch/virt: Add basic cpu plug interface framework
Bibo Mao
3
-0
/
+43
2025-03-05
hw/loongarch/virt: Add topo properties on CPU object
Bibo Mao
2
-0
/
+13
2025-03-05
hw/loongarch/virt: Add CPU topology support
Bibo Mao
2
-8
/
+57
2025-03-05
hw/intc/loongarch_extioi: Use cpu plug notification
Bibo Mao
1
-10
/
+2
2025-03-05
hw/intc/loongarch_extioi: Implment cpu hotplug interface
Bibo Mao
1
-0
/
+45
2025-03-05
hw/intc/loongarch_extioi: Add basic hotplug framework
Bibo Mao
1
-0
/
+33
2025-03-05
hw/intc/loongarch_extioi: Move gpio irq initial to common code
Bibo Mao
2
-8
/
+6
2025-03-05
hw/intc/loongarch_ipi: Notify ipi object when cpu is plugged
Bibo Mao
1
-3
/
+2
2025-03-05
hw/intc/loongarch_ipi: Implment cpu hotplug interface
Bibo Mao
1
-0
/
+39
2025-03-05
hw/intc/loongarch_ipi: Add basic hotplug framework
Bibo Mao
1
-0
/
+32
2025-03-05
hw/nvram/eeprom_at24c: Reorganise init to avoid overwriting values
BALATON Zoltan
1
-4
/
+2
2025-03-05
hw/nvram/eeprom_at24c: Remove memset after g_malloc0
BALATON Zoltan
1
-1
/
+0
2025-03-05
hw/nvram/eeprom_at24c: Remove ERR macro that calls fprintf to stderr
BALATON Zoltan
1
-7
/
+5
2025-03-05
hw/nvram/eeprom_at24c: Use OBJECT_DECLARE_SIMPLE_TYPE
BALATON Zoltan
1
-3
/
+1
2025-03-05
hw/arm/versatilepb: Convert printfs to LOG_GUEST_ERROR
Peter Maydell
1
-2
/
+5
2025-03-05
hw/arm/omap_sx1: Remove ifdeffed out debug printf
Peter Maydell
1
-4
/
+0
2025-03-05
hw/arm/omap1: Convert information printfs to tracepoints
Peter Maydell
2
-12
/
+21
2025-03-05
hw/arm/omap1: Drop ALMDEBUG ifdeffed out code
Peter Maydell
1
-51
/
+0
2025-03-05
hw/arm/omap1: Convert raw printfs to qemu_log_mask()
Peter Maydell
1
-17
/
+31
2025-03-05
tests/qtest/ufs-test: Add test code for the temperature feature
Keoseong Park
1
-0
/
+24
2025-03-05
hw/ufs: Add temperature event notification support
Keoseong Park
3
-2
/
+91
2025-03-05
hw/misc/macio/gpio: Add constants for register bits
BALATON Zoltan
1
-7
/
+12
2025-03-05
hw/misc/macio: Improve trace logs
BALATON Zoltan
2
-2
/
+3
2025-03-04
hw/char/sifive_uart: Free fifo on unrealize
Alistair Francis
1
-16
/
+28
2025-03-04
hw/char/sh_serial: Return correct number of empty RX FIFO elements
Philippe Mathieu-Daudé
1
-16
/
+14
2025-03-04
hw/char/mcf_uart: Really use RX FIFO depth
Philippe Mathieu-Daudé
1
-2
/
+4
2025-03-04
hw/char/mcf_uart: Use FIFO_DEPTH definition instead of magic values
Philippe Mathieu-Daudé
1
-3
/
+7
2025-03-04
hw/char/imx_serial: Really use RX FIFO depth
Philippe Mathieu-Daudé
1
-2
/
+6
2025-03-04
hw/char/bcm2835_aux: Really use RX FIFO depth
Philippe Mathieu-Daudé
1
-2
/
+4
2025-03-04
hw/char/pl011: Really use RX FIFO depth
Philippe Mathieu-Daudé
1
-3
/
+5
2025-03-04
hw/char/pl011: Improve RX flow tracing events
Philippe Mathieu-Daudé
2
-7
/
+10
2025-03-04
hw/char/pl011: Simplify a bit pl011_can_receive()
Philippe Mathieu-Daudé
1
-2
/
+3
2025-03-04
hw/char/pl011: Warn when using disabled receiver
Philippe Mathieu-Daudé
1
-0
/
+9
2025-03-04
hw/net/fsl_etsec: Set eTSEC device description and category
BALATON Zoltan
1
-0
/
+2
2025-03-04
hw/xen/xen-legacy-backend: Remove unused 'net/net.h' header
Philippe Mathieu-Daudé
1
-1
/
+0
2025-03-04
hw/xen/xen-bus: Reduce included headers
Philippe Mathieu-Daudé
1
-1
/
+2
2025-03-04
hw/xen/xen-hvm: Reduce included headers
Philippe Mathieu-Daudé
4
-14
/
+18
2025-03-04
hw/xen/xen-pvh: Reduce included headers
Philippe Mathieu-Daudé
3
-7
/
+7
2025-03-04
hw/xen: Link XenPVH with GPEX PCIe bridge
Philippe Mathieu-Daudé
1
-0
/
+1
[next]