Age | Commit message (Expand) | Author |
2024-11-07 | hw/char/sifive_uart: Fix broken UART on big endian hosts | Thomas Huth |
2024-10-30 | hw/char: sifive_uart: Print uart characters async | Alistair Francis |
2024-10-30 | hw/char: riscv_htif: Use blocking qemu_chr_fe_write_all | Alistair Francis |
2024-10-15 | hw/char/pl011: Use correct masks for IBRD and FBRD | Peter Maydell |
2024-10-04 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Peter Maydell |
2024-10-03 | hw/char: Extract serial-mm | Bernhard Beschow |
2024-10-03 | hw/char/serial.h: Extract serial-isa.h | Bernhard Beschow |
2024-10-03 | hw: Remove unused inclusion of hw/char/serial.h | Bernhard Beschow |
2024-10-03 | hw/char: Remove unused serial_set_frequency | Dr. David Alan Gilbert |
2024-10-01 | hw/char: Remove omap2_uart | Peter Maydell |
2024-09-19 | hw/char/stm32l4x5_usart.c: Enable USART ACK bit response | Jacob Abrams |
2024-09-13 | hw/char: replace assert(0) with g_assert_not_reached() | Pierrick Bouvier |
2024-09-13 | hw/char/escc: convert Sun mouse to use QemuInputHandler | Mark Cave-Ayland |
2024-09-13 | hw/char/pl011: Rename RX FIFO methods | Philippe Mathieu-Daudé |
2024-09-13 | hw/char/pl011: Warn when using disabled transmitter | Philippe Mathieu-Daudé |
2024-09-13 | hw/char/pl011: Extract pl011_read_rxdata() from pl011_read() | Philippe Mathieu-Daudé |
2024-09-13 | hw/char/pl011: Extract pl011_write_txdata() from pl011_write() | Philippe Mathieu-Daudé |
2024-09-13 | hw/char/pl011: Split RX/TX path of pl011_reset_fifo() | Philippe Mathieu-Daudé |
2024-09-13 | hw/char/pl011: Move pl011_loopback_enabled|tx() around | Philippe Mathieu-Daudé |
2024-09-13 | hw/char/pl011: Move pl011_put_fifo() earlier | Philippe Mathieu-Daudé |
2024-09-13 | hw/char/pl011: Remove unused 'readbuff' field | Philippe Mathieu-Daudé |
2024-09-13 | hw/char: Remove TYPE_ETRAX_FS_SERIAL device | Philippe Mathieu-Daudé |
2024-09-13 | hw: Use device_class_set_legacy_reset() instead of opencoding | Peter Maydell |
2024-07-29 | hw/char/bcm2835_aux: Fix assert when receive FIFO fills up | Frederik van Hövell |
2024-07-23 | util/fifo8: Rename fifo8_pop_buf() -> fifo8_pop_bufptr() | Philippe Mathieu-Daudé |
2024-07-23 | hw/char/goldfish: Use DMA memory API | Philippe Mathieu-Daudé |
2024-07-11 | hw/char/pl011: Avoid division-by-zero in pl011_get_baudrate() | Zheyu Ma |
2024-05-28 | hw: arm: Remove use of tabs in some source files | Tanmay Patil |
2024-05-28 | hw/char: Correct STM32L4x5 usart register CR2 field ADD_0 size | Inès Varhol |
2024-04-30 | hw/char/stm32l4x5_usart: Fix memory corruption by adding correct class_size | Thomas Huth |
2024-04-25 | hw/char/stm32l4x5_usart: Add options for serial parameters setting | Arnaud Minier |
2024-04-25 | hw/char/stm32l4x5_usart: Enable serial read and write | Arnaud Minier |
2024-04-25 | hw/char: Implement STM32L4x5 USART skeleton | Arnaud Minier |
2024-04-25 | hw, target: Add ResetType argument to hold and exit phase methods | Peter Maydell |
2024-04-10 | hw/char/virtio-serial-bus: Protect from DMA re-entrancy bugs | Philippe Mathieu-Daudé |
2024-03-09 | hw/char/xen_console: Fix missing ERRP_GUARD() for error_prepend() | Zhao Liu |
2024-03-05 | hw/char/pl011: Add support for loopback | Tong Ho |
2024-02-15 | hw/sparc/grlib: split out the headers for each peripherals | Clément Chigot |
2024-02-14 | hw/char/parallel-isa: Implement relocation and enabling/disabling for TYPE_IS... | Bernhard Beschow |
2024-02-14 | hw/char/serial-isa: Implement relocation and enabling/disabling for TYPE_ISA_... | Bernhard Beschow |
2024-02-14 | hw/char/parallel: Move portio_list from ParallelState to ISAParallelState | Bernhard Beschow |
2024-01-26 | hw/char/imx_serial: Implement receive FIFO and ageing timer | Rayhan Faizel |
2023-12-29 | hw/char: Constify VMState | Richard Henderson |
2023-11-07 | hw/xen: add support for Xen primary console in emulated mode | David Woodhouse |
2023-11-07 | hw/xen: update Xen console to XenDevice model | David Woodhouse |
2023-11-03 | Merge tag 'pull-target-arm-20231102' of https://git.linaro.org/people/pmaydel... | Stefan Hajnoczi |
2023-11-02 | hw/char/stm32f2xx_usart: Update IRQ when DR is written | Hans-Erik Floryd |
2023-11-02 | hw/char/stm32f2xx_usart: Extract common IRQ update code to update_irq() | Hans-Erik Floryd |
2023-11-01 | hw/char/mcf_uart: Have mcf_uart_create() return DeviceState | Philippe Mathieu-Daudé |
2023-10-19 | ui/input: Constify QemuInputHandler structure | Philippe Mathieu-Daudé |