Age | Commit message (Expand) | Author | Files | Lines |
2024-02-23 | misc: Add a pca9554 GPIO device model | Glenn Miles | 1 | -0/+328 |
2024-02-23 | misc/pca9552: Let external devices set pca9552 inputs | Glenn Miles | 1 | -7/+43 |
2024-02-23 | misc/pca9552: Fix inverted input status | Glenn Miles | 1 | -5/+13 |
2024-02-16 | Merge tag 'hw-misc-20240215' of https://github.com/philmd/qemu into staging | Peter Maydell | 2 | -34/+10 |
2024-02-15 | hw/misc/macio: Realize IDE controller before accessing it | Philippe Mathieu-Daudé | 1 | -3/+6 |
2024-02-15 | hw/misc/mips_itu: Remove MIPSITUState::saar field | Philippe Mathieu-Daudé | 1 | -19/+3 |
2024-02-15 | hw/misc/mips_itu: Remove MIPSITUState::cpu0 field | Philippe Mathieu-Daudé | 1 | -5/+0 |
2024-02-15 | target/mips: Remove CPUMIPSState::saarp field | Philippe Mathieu-Daudé | 1 | -6/+0 |
2024-02-15 | hw/misc/mips: Reduce itc_reconfigure() scope | Philippe Mathieu-Daudé | 1 | -1/+1 |
2024-02-15 | hw/misc/mps2-scc: Make changes needed for AN536 FPGA image | Peter Maydell | 1 | -10/+91 |
2024-02-15 | hw/misc/mps2-scc: Factor out which-board conditionals | Peter Maydell | 1 | -14/+31 |
2024-02-15 | hw/misc/mps2-scc: Fix condition for CFG3 register | Peter Maydell | 1 | -1/+1 |
2024-02-11 | lasi: Add reset I/O ports for LASI audio and FDC | Helge Deller | 1 | -0/+11 |
2024-02-11 | lasi: allow access to LAN MAC address registers | Helge Deller | 1 | -0/+2 |
2024-01-26 | hw/misc/xlnx-versal-crl: Build it only once | Philippe Mathieu-Daudé | 2 | -2/+1 |
2024-01-26 | hw/misc/xlnx-versal-crl: Include generic 'cpu-qom.h' instead of 'cpu.h' | Philippe Mathieu-Daudé | 1 | -0/+1 |
2024-01-26 | target/arm: Expose arm_cpu_mp_affinity() in 'multiprocessing.h' header | Philippe Mathieu-Daudé | 1 | -0/+1 |
2024-01-26 | target/arm: Create arm_cpu_mp_affinity | Richard Henderson | 1 | -2/+2 |
2024-01-15 | hw/misc: Implement STM32L4x5 SYSCFG | Inès Varhol | 4 | -0/+276 |
2024-01-15 | hw/misc: Implement STM32L4x5 EXTI | Inès Varhol | 4 | -0/+299 |
2024-01-08 | system/cpus: rename qemu_mutex_lock_iothread() to bql_lock() | Stefan Hajnoczi | 3 | -4/+4 |
2024-01-05 | edu: fix DMA range upper bound check | Max Erenberg | 1 | -1/+1 |
2024-01-05 | hw/misc: Simplify memory_region_init_ram_from_fd() calls | Philippe Mathieu-Daudé | 1 | -5/+3 |
2023-12-30 | hw/misc/macio: Constify VMState | Richard Henderson | 5 | -11/+11 |
2023-12-30 | hw/misc: Constify VMState | Richard Henderson | 83 | -108/+108 |
2023-12-20 | Merge tag 'pull-request-2023-12-20' of https://gitlab.com/thuth/qemu into sta... | Stefan Hajnoczi | 1 | -1/+2 |
2023-12-20 | hw/misc/mips_itu: Remove unnecessary 'exec/exec-all.h' header | Philippe Mathieu-Daudé | 1 | -1/+2 |
2023-12-19 | fsl-imx: add simple RTC emulation for i.MX6 and i.MX7 boards | Nikita Ostrenkov | 2 | -9/+88 |
2023-11-27 | hw/misc/mps2-scc: Free MPS2SCC::oscclk[] array on finalize() | Philippe Mathieu-Daudé | 1 | -0/+8 |
2023-11-02 | hw/misc: Introduce AMD/Xilix Versal TRNG device | Tong Ho | 3 | -0/+723 |
2023-11-02 | hw/misc/imx6_ccm: Convert DPRINTF to trace events | Bernhard Beschow | 2 | -27/+29 |
2023-11-02 | hw/misc/imx7_snvs: Trace MMIO access | Bernhard Beschow | 2 | -0/+9 |
2023-10-27 | misc/led: LED state is set opposite of what is expected | Glenn Miles | 1 | -1/+1 |
2023-10-25 | kvm: require KVM_CAP_IOEVENTFD and KVM_CAP_IOEVENTFD_ANY_LENGTH | Paolo Bonzini | 1 | -2/+1 |
2023-10-20 | Merge tag 'migration-20231020-pull-request' of https://gitlab.com/juan.quinte... | Stefan Hajnoczi | 1 | -6/+2 |
2023-10-20 | Merge tag 'hw-misc-20231019' of https://github.com/philmd/qemu into staging | Stefan Hajnoczi | 2 | -13/+11 |
2023-10-20 | migration: simplify blockers | Steve Sistare | 1 | -6/+2 |
2023-10-19 | hw/misc/allwinner-dramc: Do not use SysBus API to map local MMIO region | Philippe Mathieu-Daudé | 1 | -7/+6 |
2023-10-19 | hw/misc/allwinner-dramc: Move sysbus_mmio_map call from init -> realize | Philippe Mathieu-Daudé | 1 | -8/+7 |
2023-10-19 | hw/misc/mips_itu: Make MIPSITUState target agnostic | Philippe Mathieu-Daudé | 1 | -2/+2 |
2023-10-19 | hw/arm: Move raspberrypi-fw-defs.h to the include/hw/arm/ folder | Thomas Huth | 1 | -1/+1 |
2023-10-16 | Merge tag 'pull-request-2023-10-12' of https://gitlab.com/thuth/qemu into sta... | Stefan Hajnoczi | 3 | -1/+16 |
2023-10-12 | hw/misc/Kconfig: add switch for i2c-echo | Klaus Jensen | 2 | -1/+6 |
2023-10-12 | hw/misc/i2c-echo: add copyright/license note | Klaus Jensen | 1 | -0/+10 |
2023-10-12 | hw/misc/sifive_test.c: replace exit calls with proper shutdown | Clément Chigot | 1 | -2/+7 |
2023-10-06 | mac_via: extend timer calibration hack to work with A/UX | Mark Cave-Ayland | 1 | -0/+56 |
2023-10-06 | mac_via: always clear ADB interrupt when switching to A/UX mode | Mark Cave-Ayland | 1 | -0/+9 |
2023-10-06 | mac_via: implement ADB_STATE_IDLE state if shift register in input mode | Mark Cave-Ayland | 1 | -0/+6 |
2023-10-06 | mac_via: workaround NetBSD ADB bus enumeration issue | Mark Cave-Ayland | 2 | -0/+35 |
2023-10-06 | mac_via: work around underflow in TimeDBRA timing loop in SETUPTIMEK | Mark Cave-Ayland | 2 | -0/+116 |