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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
2023-02-03
hw/char/pl011: better handling of FIFO flags on LCR reset
Evgeny Iakovlev
1
-5
/
+13
2023-02-03
hw/char/pl011: implement a reset method
Evgeny Iakovlev
1
-5
/
+21
2023-02-03
hw/char/pl011: add post_load hook for backwards-compatibility
Evgeny Iakovlev
1
-0
/
+25
2023-02-03
hw/char/pl011: refactor FIFO depth handling code
Evgeny Iakovlev
1
-12
/
+18
2023-01-20
hw/riscv: spike: Decouple create_fdt() dependency to ELF loading
Bin Meng
1
-10
/
+7
2023-01-20
hw/char: riscv_htif: Support console output via proxy syscall
Bin Meng
1
-1
/
+16
2023-01-20
hw/char: riscv_htif: Move registers from CPUArchState to HTIFState
Bin Meng
1
-18
/
+17
2023-01-20
hw/char: riscv_htif: Use conventional 's' for HTIFState
Bin Meng
1
-32
/
+32
2023-01-20
hw/char: riscv_htif: Drop useless assignment of memory region
Bin Meng
1
-5
/
+2
2023-01-20
hw/char: riscv_htif: Avoid using magic numbers
Bin Meng
1
-20
/
+52
2023-01-18
bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx
Philippe Mathieu-Daudé
2
-4
/
+4
2023-01-12
hw/arm/omap: Drop useless casts from void * to pointer
Philippe Mathieu-Daudé
1
-4
/
+3
2023-01-08
include/hw/pci: Split pci_device.h off pci.h
Markus Armbruster
2
-2
/
+2
2022-12-14
cleanup: Tweak and re-run return_directly.cocci
Markus Armbruster
1
-3
/
+1
2022-10-22
Drop useless casts from g_malloc() & friends to pointer
Markus Armbruster
1
-1
/
+1
2022-10-20
hw/char/pl011: fix baud rate calculation
Baruch Siach
1
-1
/
+1
2022-09-29
serial: Allow unaligned i/o access
Arwed Meyer
1
-0
/
+3
2022-06-09
acpi: serial-is: replace ISADeviceClass::build_aml with AcpiDevAmlIfClass:bui...
Igor Mammedov
1
-5
/
+9
2022-06-09
acpi: parallel port: replace ISADeviceClass::build_aml with AcpiDevAmlIfClass...
Igor Mammedov
1
-5
/
+9
2022-05-16
virtio: drop name parameter for virtio_init()
Jonah Palmer
1
-2
/
+1
2022-04-26
hw/char: fix qcode array bounds check in ESCC impl
Daniel P. Berrangé
1
-1
/
+1
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
3
-6
/
+4
2022-03-08
hw/isa: Inline and remove one-line isa_init_irq()
Bernhard Beschow
2
-2
/
+2
2022-01-28
hw/char/exynos4210_uart: Fix crash on trying to load VM state
Peter Maydell
1
-1
/
+1
2022-01-21
hw/riscv: spike: Allow using binary firmware as bios
Anup Patel
1
-11
/
+22
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
[next]