summary refs log tree commit diff stats
path: root/hw/char (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/char/stm32l4x5_usart: Fix memory corruption by adding correct class_sizeThomas Huth2024-04-301-0/+1
* hw/char/stm32l4x5_usart: Add options for serial parameters settingArnaud Minier2024-04-252-0/+99
* hw/char/stm32l4x5_usart: Enable serial read and writeArnaud Minier2024-04-252-0/+150
* hw/char: Implement STM32L4x5 USART skeletonArnaud Minier2024-04-254-0/+404
* hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell2024-04-252-2/+2
* hw/char/virtio-serial-bus: Protect from DMA re-entrancy bugsPhilippe Mathieu-Daudé2024-04-101-2/+1
* hw/char/xen_console: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu2024-03-091-0/+1
* hw/char/pl011: Add support for loopbackTong Ho2024-03-051-2/+108
* hw/sparc/grlib: split out the headers for each peripheralsClément Chigot2024-02-151-2/+4
* hw/char/parallel-isa: Implement relocation and enabling/disabling for TYPE_IS...Bernhard Beschow2024-02-141-0/+14
* hw/char/serial-isa: Implement relocation and enabling/disabling for TYPE_ISA_...Bernhard Beschow2024-02-141-0/+14
* hw/char/parallel: Move portio_list from ParallelState to ISAParallelStateBernhard Beschow2024-02-141-1/+1
* hw/char/imx_serial: Implement receive FIFO and ageing timerRayhan Faizel2024-01-261-13/+89
* hw/char: Constify VMStateRichard Henderson2023-12-2924-39/+39
* hw/xen: add support for Xen primary console in emulated modeDavid Woodhouse2023-11-071-20/+58
* hw/xen: update Xen console to XenDevice modelDavid Woodhouse2023-11-072-129/+411
* Merge tag 'pull-target-arm-20231102' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi2023-11-031-12/+17
|\
| * hw/char/stm32f2xx_usart: Update IRQ when DR is writtenHans-Erik Floryd2023-11-021-0/+1
| * hw/char/stm32f2xx_usart: Extract common IRQ update code to update_irq()Hans-Erik Floryd2023-11-021-12/+16
* | hw/char/mcf_uart: Have mcf_uart_create() return DeviceStatePhilippe Mathieu-Daudé2023-11-011-6/+7
|/
* ui/input: Constify QemuInputHandler structurePhilippe Mathieu-Daudé2023-10-191-1/+1
* hw/char: riscv_htif: replace exit calls with proper shutdownClément Chigot2023-10-121-1/+4
* hw/other: spelling fixesMichael Tokarev2023-09-213-3/+3
* hw/char/riscv_htif: Fix the console syscall on big endian hostsThomas Huth2023-09-111-4/+5
* hw/char/riscv_htif: Fix printing of console characters on big endian hostsThomas Huth2023-09-111-1/+2
* hw/char/pl011: Replace magic values by register field definitionsPhilippe Mathieu-Daudé2023-08-311-7/+15
* hw/char/pl011: Remove duplicated PL011_INT_[RT]X definitionsPhilippe Mathieu-Daudé2023-08-311-6/+3
* hw/char/pl011: Display register name in trace eventsPhilippe Mathieu-Daudé2023-08-312-5/+24
* hw/char/pl011: Restrict MemoryRegionOps implementation access sizesPhilippe Mathieu-Daudé2023-08-311-0/+2
* hw/char: Have FEWatchFunc handlers return G_SOURCE_CONTINUE/REMOVEPhilippe Mathieu-Daudé2023-08-316-15/+15
* hw/char/escc: Implement loopback modeThomas Huth2023-07-251-1/+3
* escc: emulate dip switch language layout settings on SUN keyboardHenrik Carlqvist2023-06-281-1/+78
* meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé2023-06-201-35/+35
* imx_serial: set wake bit when we receive a data byteMartin Kaiser2023-06-191-1/+4
* hw/char/parallel-isa: Export struct ISAParallelStateBernhard Beschow2023-06-132-11/+2
* hw/char/parallel: Export struct ParallelStateBernhard Beschow2023-06-131-20/+0
* hw/arm/omap: Remove unused omap_uart_attach()Bernhard Beschow2023-06-051-9/+0
* hw/char/parallel: Move TYPE_ISA_PARALLEL to the header fileThomas Huth2023-05-222-2/+1
* hw/riscv: Add signature dump function for spike to run ACT testsWeiwei Li2023-05-051-1/+43
* hw: replace most qemu_bh_new calls with qemu_bh_new_guardedAlexander Bulekov2023-04-281-1/+2
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson2023-04-252-2/+2
|\
| * docs/specs: Convert pci-serial.txt to rstPeter Maydell2023-04-242-2/+2
* | hw/char: Move two more files from specific_ss to softmmu_ssThomas Huth2023-04-201-3/+2
|/
* hw/xen: Fix double-free in xen_console store_con_info()David Woodhouse2023-04-131-10/+3
* hw/char/cadence_uart: Fix guards on invalid BRGR/BDIV settingsPeter Maydell2023-03-211-2/+4
* replace TABs with spacesYeqi Fu2023-03-202-46/+46
* hw/xen: Build PV backend drivers for CONFIG_XEN_BUSDavid Woodhouse2023-03-071-1/+1
* hw/xen: Move xenstore_store_pv_console_info to xen_console.cDavid Woodhouse2023-03-071-2/+43
* hw/xen: Add xenstore operations to allow redirection to internal emulationPaul Durrant2023-03-071-1/+1
* hw/xen: Add foreignmem operations to allow redirection to internal emulationDavid Woodhouse2023-03-071-4/+4