aboutsummaryrefslogtreecommitdiff
path: root/hw/char
AgeCommit message (Expand)AuthorFilesLines
2023-07-25hw/char/escc: Implement loopback modeThomas Huth1-1/+3
2023-06-28escc: emulate dip switch language layout settings on SUN keyboardHenrik Carlqvist1-1/+78
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé1-35/+35
2023-06-19imx_serial: set wake bit when we receive a data byteMartin Kaiser1-1/+4
2023-06-13hw/char/parallel-isa: Export struct ISAParallelStateBernhard Beschow2-11/+2
2023-06-13hw/char/parallel: Export struct ParallelStateBernhard Beschow1-20/+0
2023-06-05hw/arm/omap: Remove unused omap_uart_attach()Bernhard Beschow1-9/+0
2023-05-22hw/char/parallel: Move TYPE_ISA_PARALLEL to the header fileThomas Huth2-2/+1
2023-05-05hw/riscv: Add signature dump function for spike to run ACT testsWeiwei Li1-1/+43
2023-04-28hw: replace most qemu_bh_new calls with qemu_bh_new_guardedAlexander Bulekov1-1/+2
2023-04-25Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson2-2/+2
2023-04-24docs/specs: Convert pci-serial.txt to rstPeter Maydell2-2/+2
2023-04-20hw/char: Move two more files from specific_ss to softmmu_ssThomas Huth1-3/+2
2023-04-13hw/xen: Fix double-free in xen_console store_con_info()David Woodhouse1-10/+3
2023-03-21hw/char/cadence_uart: Fix guards on invalid BRGR/BDIV settingsPeter Maydell1-2/+4
2023-03-20replace TABs with spacesYeqi Fu2-46/+46
2023-03-07hw/xen: Build PV backend drivers for CONFIG_XEN_BUSDavid Woodhouse1-1/+1
2023-03-07hw/xen: Move xenstore_store_pv_console_info to xen_console.cDavid Woodhouse1-2/+43
2023-03-07hw/xen: Add xenstore operations to allow redirection to internal emulationPaul Durrant1-1/+1
2023-03-07hw/xen: Add foreignmem operations to allow redirection to internal emulationDavid Woodhouse1-4/+4
2023-03-07hw/xen: Pass grant ref to gnttab unmap operationDavid Woodhouse1-1/+1
2023-02-27hw/char/xilinx_uartlite: Expose XILINX_UARTLITE QOM typePhilippe Mathieu-Daudé1-3/+1
2023-02-27hw/char/pl011: Un-inline pl011_create()Philippe Mathieu-Daudé1-0/+17
2023-02-14include/hw: Do not include "hw/registerfields.h" in headers that don't need itThomas Huth1-0/+1
2023-02-03hw/char/pl011: better handling of FIFO flags on LCR resetEvgeny Iakovlev1-5/+13
2023-02-03hw/char/pl011: implement a reset methodEvgeny Iakovlev1-5/+21
2023-02-03hw/char/pl011: add post_load hook for backwards-compatibilityEvgeny Iakovlev1-0/+25
2023-02-03hw/char/pl011: refactor FIFO depth handling codeEvgeny Iakovlev1-12/+18
2023-01-20hw/riscv: spike: Decouple create_fdt() dependency to ELF loadingBin Meng1-10/+7
2023-01-20hw/char: riscv_htif: Support console output via proxy syscallBin Meng1-1/+16
2023-01-20hw/char: riscv_htif: Move registers from CPUArchState to HTIFStateBin Meng1-18/+17
2023-01-20hw/char: riscv_htif: Use conventional 's' for HTIFStateBin Meng1-32/+32
2023-01-20hw/char: riscv_htif: Drop useless assignment of memory regionBin Meng1-5/+2
2023-01-20hw/char: riscv_htif: Avoid using magic numbersBin Meng1-20/+52
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé2-4/+4
2023-01-12hw/arm/omap: Drop useless casts from void * to pointerPhilippe Mathieu-Daudé1-4/+3
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster2-2/+2
2022-12-14cleanup: Tweak and re-run return_directly.cocciMarkus Armbruster1-3/+1
2022-10-22Drop useless casts from g_malloc() & friends to pointerMarkus Armbruster1-1/+1
2022-10-20hw/char/pl011: fix baud rate calculationBaruch Siach1-1/+1
2022-09-29serial: Allow unaligned i/o accessArwed Meyer1-0/+3
2022-06-09acpi: serial-is: replace ISADeviceClass::build_aml with AcpiDevAmlIfClass:bui...Igor Mammedov1-5/+9
2022-06-09acpi: parallel port: replace ISADeviceClass::build_aml with AcpiDevAmlIfClass...Igor Mammedov1-5/+9
2022-05-16virtio: drop name parameter for virtio_init()Jonah Palmer1-2/+1
2022-04-26hw/char: fix qcode array bounds check in ESCC implDaniel P. Berrangé1-1/+1
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster3-6/+4
2022-03-08hw/isa: Inline and remove one-line isa_init_irq()Bernhard Beschow2-2/+2
2022-01-28hw/char/exynos4210_uart: Fix crash on trying to load VM statePeter Maydell1-1/+1
2022-01-21hw/riscv: spike: Allow using binary firmware as biosAnup Patel1-11/+22
2021-12-15Fix STM32F2XX USART data register readoutOlivier Hériveaux1-1/+2