Age | Commit message (Expand) | Author |
2023-06-13 | hw/char/parallel-isa: Export struct ISAParallelState | Bernhard Beschow |
2023-06-13 | hw/char/parallel: Export struct ParallelState | Bernhard Beschow |
2023-06-05 | hw/arm/omap: Remove unused omap_uart_attach() | Bernhard Beschow |
2023-05-22 | hw/char/parallel: Move TYPE_ISA_PARALLEL to the header file | Thomas Huth |
2023-05-05 | hw/riscv: Add signature dump function for spike to run ACT tests | Weiwei Li |
2023-04-28 | hw: replace most qemu_bh_new calls with qemu_bh_new_guarded | Alexander Bulekov |
2023-04-25 | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ... | Richard Henderson |
2023-04-24 | docs/specs: Convert pci-serial.txt to rst | Peter Maydell |
2023-04-20 | hw/char: Move two more files from specific_ss to softmmu_ss | Thomas Huth |
2023-04-13 | hw/xen: Fix double-free in xen_console store_con_info() | David Woodhouse |
2023-03-21 | hw/char/cadence_uart: Fix guards on invalid BRGR/BDIV settings | Peter Maydell |
2023-03-20 | replace TABs with spaces | Yeqi Fu |
2023-03-07 | hw/xen: Build PV backend drivers for CONFIG_XEN_BUS | David Woodhouse |
2023-03-07 | hw/xen: Move xenstore_store_pv_console_info to xen_console.c | David Woodhouse |
2023-03-07 | hw/xen: Add xenstore operations to allow redirection to internal emulation | Paul Durrant |
2023-03-07 | hw/xen: Add foreignmem operations to allow redirection to internal emulation | David Woodhouse |
2023-03-07 | hw/xen: Pass grant ref to gnttab unmap operation | David Woodhouse |
2023-02-27 | hw/char/xilinx_uartlite: Expose XILINX_UARTLITE QOM type | Philippe Mathieu-Daudé |
2023-02-27 | hw/char/pl011: Un-inline pl011_create() | Philippe Mathieu-Daudé |
2023-02-14 | include/hw: Do not include "hw/registerfields.h" in headers that don't need it | Thomas Huth |
2023-02-03 | hw/char/pl011: better handling of FIFO flags on LCR reset | Evgeny Iakovlev |
2023-02-03 | hw/char/pl011: implement a reset method | Evgeny Iakovlev |
2023-02-03 | hw/char/pl011: add post_load hook for backwards-compatibility | Evgeny Iakovlev |
2023-02-03 | hw/char/pl011: refactor FIFO depth handling code | Evgeny Iakovlev |
2023-01-20 | hw/riscv: spike: Decouple create_fdt() dependency to ELF loading | Bin Meng |
2023-01-20 | hw/char: riscv_htif: Support console output via proxy syscall | Bin Meng |
2023-01-20 | hw/char: riscv_htif: Move registers from CPUArchState to HTIFState | Bin Meng |
2023-01-20 | hw/char: riscv_htif: Use conventional 's' for HTIFState | Bin Meng |
2023-01-20 | hw/char: riscv_htif: Drop useless assignment of memory region | Bin Meng |
2023-01-20 | hw/char: riscv_htif: Avoid using magic numbers | Bin Meng |
2023-01-18 | bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx | Philippe Mathieu-Daudé |
2023-01-12 | hw/arm/omap: Drop useless casts from void * to pointer | Philippe Mathieu-Daudé |
2023-01-08 | include/hw/pci: Split pci_device.h off pci.h | Markus Armbruster |
2022-12-14 | cleanup: Tweak and re-run return_directly.cocci | Markus Armbruster |
2022-10-22 | Drop useless casts from g_malloc() & friends to pointer | Markus Armbruster |
2022-10-20 | hw/char/pl011: fix baud rate calculation | Baruch Siach |
2022-09-29 | serial: Allow unaligned i/o access | Arwed Meyer |
2022-06-09 | acpi: serial-is: replace ISADeviceClass::build_aml with AcpiDevAmlIfClass:bui... | Igor Mammedov |
2022-06-09 | acpi: parallel port: replace ISADeviceClass::build_aml with AcpiDevAmlIfClass... | Igor Mammedov |
2022-05-16 | virtio: drop name parameter for virtio_init() | Jonah Palmer |
2022-04-26 | hw/char: fix qcode array bounds check in ESCC impl | Daniel P. Berrangé |
2022-03-21 | Use g_new() & friends where that makes obvious sense | Markus Armbruster |
2022-03-08 | hw/isa: Inline and remove one-line isa_init_irq() | Bernhard Beschow |
2022-01-28 | hw/char/exynos4210_uart: Fix crash on trying to load VM state | Peter Maydell |
2022-01-21 | hw/riscv: spike: Allow using binary firmware as bios | Anup Patel |
2021-12-15 | Fix STM32F2XX USART data register readout | Olivier Hériveaux |
2021-11-21 | escc: update the R_SPEC register SPEC_ALLSENT bit when writing to W_TXCTRL1 | Mark Cave-Ayland |
2021-11-21 | escc: always set STATUS_TXEMPTY in R_STATUS on device reset | Mark Cave-Ayland |
2021-11-09 | hw/m68k: Fix typo in SPDX tag | Philippe Mathieu-Daudé |
2021-10-30 | hw/char/sh_serial: Add device id to trace output | BALATON Zoltan |