aboutsummaryrefslogtreecommitdiff
path: root/hw/char
AgeCommit message (Expand)Author
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
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé
2023-06-19imx_serial: set wake bit when we receive a data byteMartin Kaiser
2023-06-13hw/char/parallel-isa: Export struct ISAParallelStateBernhard Beschow
2023-06-13hw/char/parallel: Export struct ParallelStateBernhard Beschow
2023-06-05hw/arm/omap: Remove unused omap_uart_attach()Bernhard Beschow
2023-05-22hw/char/parallel: Move TYPE_ISA_PARALLEL to the header fileThomas Huth
2023-05-05hw/riscv: Add signature dump function for spike to run ACT testsWeiwei Li
2023-04-28hw: replace most qemu_bh_new calls with qemu_bh_new_guardedAlexander Bulekov
2023-04-25Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson
2023-04-24docs/specs: Convert pci-serial.txt to rstPeter Maydell
2023-04-20hw/char: Move two more files from specific_ss to softmmu_ssThomas Huth
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