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
2021-12-15
Fix STM32F2XX USART data register readout
Olivier Hériveaux
1
-1
/
+2
2021-11-21
escc: update the R_SPEC register SPEC_ALLSENT bit when writing to W_TXCTRL1
Mark Cave-Ayland
1
-0
/
+14
2021-11-21
escc: always set STATUS_TXEMPTY in R_STATUS on device reset
Mark Cave-Ayland
1
-0
/
+11
2021-11-09
hw/m68k: Fix typo in SPDX tag
Philippe Mathieu-Daudé
1
-1
/
+1
2021-10-30
hw/char/sh_serial: Add device id to trace output
BALATON Zoltan
2
-4
/
+6
2021-10-30
hw/char/sh_serial: QOM-ify
BALATON Zoltan
1
-39
/
+59
2021-10-30
hw/char/sh_serial: Split off sh_serial_reset() from sh_serial_init()
BALATON Zoltan
1
-12
/
+17
2021-10-30
hw/char/sh_serial: Embed QEMUTimer in state struct
BALATON Zoltan
1
-5
/
+5
2021-10-30
hw/char/sh_serial: Rename type sh_serial_state to SHSerialState
BALATON Zoltan
1
-13
/
+11
2021-10-30
hw/char/sh_serial: Do not abort on invalid access
BALATON Zoltan
1
-9
/
+10
2021-10-30
hw/sh4: Change debug printfs to traces
BALATON Zoltan
2
-10
/
+7
2021-10-30
hw/sh4: Coding style: Add missing braces
BALATON Zoltan
1
-16
/
+32
2021-10-30
hw/sh4: Coding style: White space fixes
BALATON Zoltan
1
-13
/
+10
2021-10-30
hw/sh4: Coding style: Fix multi-line comments
BALATON Zoltan
1
-2
/
+4
2021-10-07
hw/char/mchp_pfsoc_mmuart: QOM'ify PolarFire MMUART
Philippe Mathieu-Daudé
1
-13
/
+84
2021-10-07
hw/char/mchp_pfsoc_mmuart: Use a MemoryRegion container
Philippe Mathieu-Daudé
1
-3
/
+8
2021-10-07
hw/char/mchp_pfsoc_mmuart: Simplify MCHP_PFSOC_MMUART_REG definition
Philippe Mathieu-Daudé
1
-6
/
+8
2021-10-07
hw/char: sifive_uart: Register device in 'input' category
Bin Meng
1
-0
/
+1
2021-10-07
hw/char: shakti_uart: Register device in 'input' category
Bin Meng
1
-0
/
+1
2021-10-07
hw/char: ibex_uart: Register device in 'input' category
Bin Meng
1
-0
/
+1
2021-09-30
qbus: Rename qbus_create_inplace() to qbus_init()
Peter Maydell
1
-2
/
+2
2021-09-13
hw/char: cadence_uart: Log a guest error when device is unclocked or in reset
Bin Meng
1
-0
/
+8
2021-09-13
hw/char: cadence_uart: Ignore access when unclocked or in reset for uart_{rea...
Bin Meng
1
-5
/
+10
2021-09-13
hw/char: cadence_uart: Convert to memop_with_attrs() ops
Bin Meng
1
-11
/
+15
2021-09-13
hw/char: cadence_uart: Move clock/reset check to uart_can_receive()
Bin Meng
1
-7
/
+10
2021-09-13
hw/char: cadence_uart: Disable transmit when input clock is disabled
Bin Meng
1
-0
/
+5
2021-09-08
escc: fix STATUS_SYNC bit in R_STATUS register
Mark Cave-Ayland
1
-1
/
+8
2021-09-08
escc: re-use escc_reset_chn() for soft reset
Mark Cave-Ayland
1
-7
/
+2
2021-09-08
escc: remove register changes from escc_reset_chn()
Mark Cave-Ayland
1
-25
/
+0
2021-09-08
escc: implement hard reset as described in the datasheet
Mark Cave-Ayland
1
-28
/
+13
2021-09-08
escc: implement soft reset as described in the datasheet
Mark Cave-Ayland
1
-17
/
+31
2021-09-08
escc: introduce escc_hard_reset_chn() for hardware reset
Mark Cave-Ayland
2
-1
/
+38
2021-09-08
escc: introduce escc_soft_reset_chn() for software reset
Mark Cave-Ayland
2
-2
/
+39
2021-09-08
escc: reset register values to zero in escc_reset()
Mark Cave-Ayland
1
-2
/
+17
2021-09-08
escc: checkpatch fixes
Mark Cave-Ayland
1
-65
/
+97
2021-09-01
hw/char: Add config for shakti uart
Vijai Kumar K
2
-1
/
+4
2021-08-25
hw/char/pl011: add support for sending break
Jan Luebbe
1
-0
/
+6
2021-08-05
chardev: mark explicitly first argument as poisoned
Marc-André Lureau
6
-6
/
+6
2021-07-20
hw/riscv/Kconfig: Add missing dependency MICROCHIP_PFSOC -> SERIAL
Philippe Mathieu-Daudé
1
-0
/
+1
2021-07-15
char: ibex_uart: Update the register layout
Alistair Francis
1
-9
/
+10
2021-06-24
hw/char/ibex_uart: Make the register layout private
Alistair Francis
1
-0
/
+37
2021-06-24
hw/char: QOMify sifive_uart
Lukas Jünger
1
-10
/
+104
2021-06-24
hw/char: Consistent function names for sifive_uart
Lukas Jünger
1
-22
/
+24
2021-06-02
docs: fix references to docs/devel/tracing.rst
Stefano Garzarella
1
-1
/
+1
2021-05-13
Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2021-05-12' into ...
Peter Maydell
5
-758
/
+0
2021-05-12
Drop the deprecated lm32 target
Markus Armbruster
5
-758
/
+0
2021-05-11
hw/char: Add Shakti UART emulation
Vijai Kumar K
3
-0
/
+190
2021-05-02
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
1
-1
/
+0
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
1
-1
/
+0
2021-05-02
hw: Do not include hw/sysbus.h if it is not necessary
Thomas Huth
3
-3
/
+0
[next]