index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
char
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-30
hw/char/stm32l4x5_usart: Fix memory corruption by adding correct class_size
Thomas Huth
1
-0
/
+1
2024-04-25
hw/char/stm32l4x5_usart: Add options for serial parameters setting
Arnaud Minier
2
-0
/
+99
2024-04-25
hw/char/stm32l4x5_usart: Enable serial read and write
Arnaud Minier
2
-0
/
+150
2024-04-25
hw/char: Implement STM32L4x5 USART skeleton
Arnaud Minier
4
-0
/
+404
2024-04-25
hw, target: Add ResetType argument to hold and exit phase methods
Peter Maydell
2
-2
/
+2
2024-04-10
hw/char/virtio-serial-bus: Protect from DMA re-entrancy bugs
Philippe Mathieu-Daudé
1
-2
/
+1
2024-03-09
hw/char/xen_console: Fix missing ERRP_GUARD() for error_prepend()
Zhao Liu
1
-0
/
+1
2024-03-05
hw/char/pl011: Add support for loopback
Tong Ho
1
-2
/
+108
2024-02-15
hw/sparc/grlib: split out the headers for each peripherals
Clément Chigot
1
-2
/
+4
2024-02-14
hw/char/parallel-isa: Implement relocation and enabling/disabling for TYPE_IS...
Bernhard Beschow
1
-0
/
+14
2024-02-14
hw/char/serial-isa: Implement relocation and enabling/disabling for TYPE_ISA_...
Bernhard Beschow
1
-0
/
+14
2024-02-14
hw/char/parallel: Move portio_list from ParallelState to ISAParallelState
Bernhard Beschow
1
-1
/
+1
2024-01-26
hw/char/imx_serial: Implement receive FIFO and ageing timer
Rayhan Faizel
1
-13
/
+89
2023-12-29
hw/char: Constify VMState
Richard Henderson
24
-39
/
+39
2023-11-07
hw/xen: add support for Xen primary console in emulated mode
David Woodhouse
1
-20
/
+58
2023-11-07
hw/xen: update Xen console to XenDevice model
David Woodhouse
2
-129
/
+411
2023-11-03
Merge tag 'pull-target-arm-20231102' of https://git.linaro.org/people/pmaydel...
Stefan Hajnoczi
1
-12
/
+17
2023-11-02
hw/char/stm32f2xx_usart: Update IRQ when DR is written
Hans-Erik Floryd
1
-0
/
+1
2023-11-02
hw/char/stm32f2xx_usart: Extract common IRQ update code to update_irq()
Hans-Erik Floryd
1
-12
/
+16
2023-11-01
hw/char/mcf_uart: Have mcf_uart_create() return DeviceState
Philippe Mathieu-Daudé
1
-6
/
+7
2023-10-19
ui/input: Constify QemuInputHandler structure
Philippe Mathieu-Daudé
1
-1
/
+1
2023-10-12
hw/char: riscv_htif: replace exit calls with proper shutdown
Clément Chigot
1
-1
/
+4
2023-09-21
hw/other: spelling fixes
Michael Tokarev
3
-3
/
+3
2023-09-11
hw/char/riscv_htif: Fix the console syscall on big endian hosts
Thomas Huth
1
-4
/
+5
2023-09-11
hw/char/riscv_htif: Fix printing of console characters on big endian hosts
Thomas Huth
1
-1
/
+2
2023-08-31
hw/char/pl011: Replace magic values by register field definitions
Philippe Mathieu-Daudé
1
-7
/
+15
2023-08-31
hw/char/pl011: Remove duplicated PL011_INT_[RT]X definitions
Philippe Mathieu-Daudé
1
-6
/
+3
2023-08-31
hw/char/pl011: Display register name in trace events
Philippe Mathieu-Daudé
2
-5
/
+24
2023-08-31
hw/char/pl011: Restrict MemoryRegionOps implementation access sizes
Philippe Mathieu-Daudé
1
-0
/
+2
2023-08-31
hw/char: Have FEWatchFunc handlers return G_SOURCE_CONTINUE/REMOVE
Philippe Mathieu-Daudé
6
-15
/
+15
2023-07-25
hw/char/escc: Implement loopback mode
Thomas Huth
1
-1
/
+3
2023-06-28
escc: emulate dip switch language layout settings on SUN keyboard
Henrik Carlqvist
1
-1
/
+78
2023-06-20
meson: Replace softmmu_ss -> system_ss
Philippe Mathieu-Daudé
1
-35
/
+35
2023-06-19
imx_serial: set wake bit when we receive a data byte
Martin Kaiser
1
-1
/
+4
2023-06-13
hw/char/parallel-isa: Export struct ISAParallelState
Bernhard Beschow
2
-11
/
+2
2023-06-13
hw/char/parallel: Export struct ParallelState
Bernhard Beschow
1
-20
/
+0
2023-06-05
hw/arm/omap: Remove unused omap_uart_attach()
Bernhard Beschow
1
-9
/
+0
2023-05-22
hw/char/parallel: Move TYPE_ISA_PARALLEL to the header file
Thomas Huth
2
-2
/
+1
2023-05-05
hw/riscv: Add signature dump function for spike to run ACT tests
Weiwei Li
1
-1
/
+43
2023-04-28
hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
Alexander Bulekov
1
-1
/
+2
2023-04-25
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Richard Henderson
2
-2
/
+2
2023-04-24
docs/specs: Convert pci-serial.txt to rst
Peter Maydell
2
-2
/
+2
2023-04-20
hw/char: Move two more files from specific_ss to softmmu_ss
Thomas Huth
1
-3
/
+2
2023-04-13
hw/xen: Fix double-free in xen_console store_con_info()
David Woodhouse
1
-10
/
+3
2023-03-21
hw/char/cadence_uart: Fix guards on invalid BRGR/BDIV settings
Peter Maydell
1
-2
/
+4
2023-03-20
replace TABs with spaces
Yeqi Fu
2
-46
/
+46
2023-03-07
hw/xen: Build PV backend drivers for CONFIG_XEN_BUS
David Woodhouse
1
-1
/
+1
2023-03-07
hw/xen: Move xenstore_store_pv_console_info to xen_console.c
David Woodhouse
1
-2
/
+43
2023-03-07
hw/xen: Add xenstore operations to allow redirection to internal emulation
Paul Durrant
1
-1
/
+1
2023-03-07
hw/xen: Add foreignmem operations to allow redirection to internal emulation
David Woodhouse
1
-4
/
+4
[next]