aboutsummaryrefslogtreecommitdiff
path: root/hw/char
AgeCommit message (Expand)Author
2024-09-13hw/char: replace assert(0) with g_assert_not_reached()Pierrick Bouvier
2024-09-13hw/char/escc: convert Sun mouse to use QemuInputHandlerMark Cave-Ayland
2024-09-13hw/char/pl011: Rename RX FIFO methodsPhilippe Mathieu-Daudé
2024-09-13hw/char/pl011: Warn when using disabled transmitterPhilippe Mathieu-Daudé
2024-09-13hw/char/pl011: Extract pl011_read_rxdata() from pl011_read()Philippe Mathieu-Daudé
2024-09-13hw/char/pl011: Extract pl011_write_txdata() from pl011_write()Philippe Mathieu-Daudé
2024-09-13hw/char/pl011: Split RX/TX path of pl011_reset_fifo()Philippe Mathieu-Daudé
2024-09-13hw/char/pl011: Move pl011_loopback_enabled|tx() aroundPhilippe Mathieu-Daudé
2024-09-13hw/char/pl011: Move pl011_put_fifo() earlierPhilippe Mathieu-Daudé
2024-09-13hw/char/pl011: Remove unused 'readbuff' fieldPhilippe Mathieu-Daudé
2024-09-13hw/char: Remove TYPE_ETRAX_FS_SERIAL devicePhilippe Mathieu-Daudé
2024-09-13hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell
2024-07-29hw/char/bcm2835_aux: Fix assert when receive FIFO fills upFrederik van Hövell
2024-07-23util/fifo8: Rename fifo8_pop_buf() -> fifo8_pop_bufptr()Philippe Mathieu-Daudé
2024-07-23hw/char/goldfish: Use DMA memory APIPhilippe Mathieu-Daudé
2024-07-11hw/char/pl011: Avoid division-by-zero in pl011_get_baudrate()Zheyu Ma
2024-05-28hw: arm: Remove use of tabs in some source filesTanmay Patil
2024-05-28hw/char: Correct STM32L4x5 usart register CR2 field ADD_0 sizeInès Varhol
2024-04-30hw/char/stm32l4x5_usart: Fix memory corruption by adding correct class_sizeThomas Huth
2024-04-25hw/char/stm32l4x5_usart: Add options for serial parameters settingArnaud Minier
2024-04-25hw/char/stm32l4x5_usart: Enable serial read and writeArnaud Minier
2024-04-25hw/char: Implement STM32L4x5 USART skeletonArnaud Minier
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell
2024-04-10hw/char/virtio-serial-bus: Protect from DMA re-entrancy bugsPhilippe Mathieu-Daudé
2024-03-09hw/char/xen_console: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu
2024-03-05hw/char/pl011: Add support for loopbackTong Ho
2024-02-15hw/sparc/grlib: split out the headers for each peripheralsClément Chigot
2024-02-14hw/char/parallel-isa: Implement relocation and enabling/disabling for TYPE_IS...Bernhard Beschow
2024-02-14hw/char/serial-isa: Implement relocation and enabling/disabling for TYPE_ISA_...Bernhard Beschow
2024-02-14hw/char/parallel: Move portio_list from ParallelState to ISAParallelStateBernhard Beschow
2024-01-26hw/char/imx_serial: Implement receive FIFO and ageing timerRayhan Faizel
2023-12-29hw/char: Constify VMStateRichard Henderson
2023-11-07hw/xen: add support for Xen primary console in emulated modeDavid Woodhouse
2023-11-07hw/xen: update Xen console to XenDevice modelDavid Woodhouse
2023-11-03Merge tag 'pull-target-arm-20231102' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi
2023-11-02hw/char/stm32f2xx_usart: Update IRQ when DR is writtenHans-Erik Floryd
2023-11-02hw/char/stm32f2xx_usart: Extract common IRQ update code to update_irq()Hans-Erik Floryd
2023-11-01hw/char/mcf_uart: Have mcf_uart_create() return DeviceStatePhilippe Mathieu-Daudé
2023-10-19ui/input: Constify QemuInputHandler structurePhilippe Mathieu-Daudé
2023-10-12hw/char: riscv_htif: replace exit calls with proper shutdownClément Chigot
2023-09-21hw/other: spelling fixesMichael Tokarev
2023-09-11hw/char/riscv_htif: Fix the console syscall on big endian hostsThomas Huth
2023-09-11hw/char/riscv_htif: Fix printing of console characters on big endian hostsThomas Huth
2023-08-31hw/char/pl011: Replace magic values by register field definitionsPhilippe Mathieu-Daudé
2023-08-31hw/char/pl011: Remove duplicated PL011_INT_[RT]X definitionsPhilippe Mathieu-Daudé
2023-08-31hw/char/pl011: Display register name in trace eventsPhilippe Mathieu-Daudé
2023-08-31hw/char/pl011: Restrict MemoryRegionOps implementation access sizesPhilippe Mathieu-Daudé
2023-08-31hw/char: Have FEWatchFunc handlers return G_SOURCE_CONTINUE/REMOVEPhilippe Mathieu-Daudé
2023-07-25hw/char/escc: Implement loopback modeThomas Huth
2023-06-28escc: emulate dip switch language layout settings on SUN keyboardHenrik Carlqvist