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
29 hours
Merge tag 'exec-20241220' of https://github.com/philmd/qemu into staging
HEAD
master
Stefan Hajnoczi
7
-11
/
+11
32 hours
Merge tag 'pull-riscv-to-apply-20241220' of https://github.com/alistair23/qem...
Stefan Hajnoczi
1
-5
/
+10
2 days
include: Rename sysemu/ -> system/
Philippe Mathieu-Daudé
7
-10
/
+10
3 days
hw/char/riscv_htif: Clarify MemoryRegionOps expect 32-bit accesses
Philippe Mathieu-Daudé
1
-0
/
+4
3 days
hw/char/riscv_htif: Explicit little-endian implementation
Philippe Mathieu-Daudé
1
-5
/
+6
3 days
include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST
Richard Henderson
36
-38
/
+0
7 days
hw/char: Constify all Property
Richard Henderson
36
-38
/
+38
2024-11-07
hw/char/sifive_uart: Fix broken UART on big endian hosts
Thomas Huth
1
-1
/
+2
2024-10-30
hw/char: sifive_uart: Print uart characters async
Alistair Francis
1
-6
/
+91
2024-10-30
hw/char: riscv_htif: Use blocking qemu_chr_fe_write_all
Alistair Francis
1
-2
/
+10
2024-10-15
hw/char/pl011: Use correct masks for IBRD and FBRD
Peter Maydell
1
-2
/
+2
2024-10-04
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
7
-128
/
+164
2024-10-03
hw/char: Extract serial-mm
Bernhard Beschow
5
-127
/
+163
2024-10-03
hw/char/serial.h: Extract serial-isa.h
Bernhard Beschow
1
-0
/
+1
2024-10-03
hw: Remove unused inclusion of hw/char/serial.h
Bernhard Beschow
1
-1
/
+0
2024-10-03
hw/char: Remove unused serial_set_frequency
Dr. David Alan Gilbert
1
-7
/
+0
2024-10-01
hw/char: Remove omap2_uart
Peter Maydell
1
-113
/
+0
2024-09-19
hw/char/stm32l4x5_usart.c: Enable USART ACK bit response
Jacob Abrams
1
-0
/
+16
2024-09-13
hw/char: replace assert(0) with g_assert_not_reached()
Pierrick Bouvier
1
-1
/
+1
2024-09-13
hw/char/escc: convert Sun mouse to use QemuInputHandler
Mark Cave-Ayland
1
-22
/
+66
2024-09-13
hw/char/pl011: Rename RX FIFO methods
Philippe Mathieu-Daudé
2
-8
/
+8
2024-09-13
hw/char/pl011: Warn when using disabled transmitter
Philippe Mathieu-Daudé
1
-1
/
+10
2024-09-13
hw/char/pl011: Extract pl011_read_rxdata() from pl011_read()
Philippe Mathieu-Daudé
1
-17
/
+24
2024-09-13
hw/char/pl011: Extract pl011_write_txdata() from pl011_write()
Philippe Mathieu-Daudé
1
-7
/
+15
2024-09-13
hw/char/pl011: Split RX/TX path of pl011_reset_fifo()
Philippe Mathieu-Daudé
1
-5
/
+14
2024-09-13
hw/char/pl011: Move pl011_loopback_enabled|tx() around
Philippe Mathieu-Daudé
1
-33
/
+33
2024-09-13
hw/char/pl011: Move pl011_put_fifo() earlier
Philippe Mathieu-Daudé
1
-24
/
+22
2024-09-13
hw/char/pl011: Remove unused 'readbuff' field
Philippe Mathieu-Daudé
1
-1
/
+1
2024-09-13
hw/char: Remove TYPE_ETRAX_FS_SERIAL device
Philippe Mathieu-Daudé
2
-268
/
+0
2024-09-13
hw: Use device_class_set_legacy_reset() instead of opencoding
Peter Maydell
21
-21
/
+21
2024-07-29
hw/char/bcm2835_aux: Fix assert when receive FIFO fills up
Frederik van Hövell
1
-1
/
+1
2024-07-23
util/fifo8: Rename fifo8_pop_buf() -> fifo8_pop_bufptr()
Philippe Mathieu-Daudé
1
-1
/
+1
2024-07-23
hw/char/goldfish: Use DMA memory API
Philippe Mathieu-Daudé
1
-6
/
+6
2024-07-11
hw/char/pl011: Avoid division-by-zero in pl011_get_baudrate()
Zheyu Ma
1
-2
/
+11
2024-05-28
hw: arm: Remove use of tabs in some source files
Tanmay Patil
1
-24
/
+25
2024-05-28
hw/char: Correct STM32L4x5 usart register CR2 field ADD_0 size
Inès Varhol
1
-1
/
+1
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
[next]