aboutsummaryrefslogtreecommitdiff
path: root/hw/char
AgeCommit message (Expand)Author
2023-04-24docs/specs: Convert pci-serial.txt to rstPeter Maydell
2023-04-13hw/xen: Fix double-free in xen_console store_con_info()David Woodhouse
2023-03-21hw/char/cadence_uart: Fix guards on invalid BRGR/BDIV settingsPeter Maydell
2023-03-20replace TABs with spacesYeqi Fu
2023-03-07hw/xen: Build PV backend drivers for CONFIG_XEN_BUSDavid Woodhouse
2023-03-07hw/xen: Move xenstore_store_pv_console_info to xen_console.cDavid Woodhouse
2023-03-07hw/xen: Add xenstore operations to allow redirection to internal emulationPaul Durrant
2023-03-07hw/xen: Add foreignmem operations to allow redirection to internal emulationDavid Woodhouse
2023-03-07hw/xen: Pass grant ref to gnttab unmap operationDavid Woodhouse
2023-02-27hw/char/xilinx_uartlite: Expose XILINX_UARTLITE QOM typePhilippe Mathieu-Daudé
2023-02-27hw/char/pl011: Un-inline pl011_create()Philippe Mathieu-Daudé
2023-02-14include/hw: Do not include "hw/registerfields.h" in headers that don't need itThomas Huth
2023-02-03hw/char/pl011: better handling of FIFO flags on LCR resetEvgeny Iakovlev
2023-02-03hw/char/pl011: implement a reset methodEvgeny Iakovlev
2023-02-03hw/char/pl011: add post_load hook for backwards-compatibilityEvgeny Iakovlev
2023-02-03hw/char/pl011: refactor FIFO depth handling codeEvgeny Iakovlev
2023-01-20hw/riscv: spike: Decouple create_fdt() dependency to ELF loadingBin Meng
2023-01-20hw/char: riscv_htif: Support console output via proxy syscallBin Meng
2023-01-20hw/char: riscv_htif: Move registers from CPUArchState to HTIFStateBin Meng
2023-01-20hw/char: riscv_htif: Use conventional 's' for HTIFStateBin Meng
2023-01-20hw/char: riscv_htif: Drop useless assignment of memory regionBin Meng
2023-01-20hw/char: riscv_htif: Avoid using magic numbersBin Meng
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé
2023-01-12hw/arm/omap: Drop useless casts from void * to pointerPhilippe Mathieu-Daudé
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster
2022-12-14cleanup: Tweak and re-run return_directly.cocciMarkus Armbruster
2022-10-22Drop useless casts from g_malloc() & friends to pointerMarkus Armbruster
2022-10-20hw/char/pl011: fix baud rate calculationBaruch Siach
2022-09-29serial: Allow unaligned i/o accessArwed Meyer
2022-06-09acpi: serial-is: replace ISADeviceClass::build_aml with AcpiDevAmlIfClass:bui...Igor Mammedov
2022-06-09acpi: parallel port: replace ISADeviceClass::build_aml with AcpiDevAmlIfClass...Igor Mammedov
2022-05-16virtio: drop name parameter for virtio_init()Jonah Palmer
2022-04-26hw/char: fix qcode array bounds check in ESCC implDaniel P. Berrangé
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-03-08hw/isa: Inline and remove one-line isa_init_irq()Bernhard Beschow
2022-01-28hw/char/exynos4210_uart: Fix crash on trying to load VM statePeter Maydell
2022-01-21hw/riscv: spike: Allow using binary firmware as biosAnup Patel
2021-12-15Fix STM32F2XX USART data register readoutOlivier Hériveaux
2021-11-21escc: update the R_SPEC register SPEC_ALLSENT bit when writing to W_TXCTRL1Mark Cave-Ayland
2021-11-21escc: always set STATUS_TXEMPTY in R_STATUS on device resetMark Cave-Ayland
2021-11-09hw/m68k: Fix typo in SPDX tagPhilippe Mathieu-Daudé
2021-10-30hw/char/sh_serial: Add device id to trace outputBALATON Zoltan
2021-10-30hw/char/sh_serial: QOM-ifyBALATON Zoltan
2021-10-30hw/char/sh_serial: Split off sh_serial_reset() from sh_serial_init()BALATON Zoltan
2021-10-30hw/char/sh_serial: Embed QEMUTimer in state structBALATON Zoltan
2021-10-30hw/char/sh_serial: Rename type sh_serial_state to SHSerialStateBALATON Zoltan
2021-10-30hw/char/sh_serial: Do not abort on invalid accessBALATON Zoltan
2021-10-30hw/sh4: Change debug printfs to tracesBALATON Zoltan
2021-10-30hw/sh4: Coding style: Add missing bracesBALATON Zoltan
2021-10-30hw/sh4: Coding style: White space fixesBALATON Zoltan