Age | Commit message (Expand) | Author | Files | Lines |
2023-01-06 | Merge tag 'pull-tcg-20230105' of https://gitlab.com/rth7680/qemu into staging | Peter Maydell | 3 | -19/+3 |
2023-01-05 | Merge tag 'pull-target-arm-20230105' of https://git.linaro.org/people/pmaydel... | Peter Maydell | 11 | -197/+352 |
2023-01-05 | accel/tcg: Set cflags_next_tb in cpu_common_initfn | Richard Henderson | 1 | -0/+1 |
2023-01-05 | hw/net: Fix read of uninitialized memory in imx_fec. | Stephen Longfield | 1 | -4/+4 |
2023-01-05 | i.MX7D: Connect IRQs to GPIO devices. | Jean-Christophe Dubois | 1 | -1/+30 |
2023-01-05 | i.MX6UL: Add a specific GPT timer instance for the i.MX6UL | Jean-Christophe Dubois | 3 | -7/+26 |
2023-01-05 | i.MX7D: Compute clock frequency for the fixed frequency clocks. | Jean-Christophe Dubois | 1 | -9/+40 |
2023-01-05 | i.MX7D: Connect GPT timers to IRQ | Jean-Christophe Dubois | 1 | -0/+10 |
2023-01-05 | hw/arm/smmu-common: Avoid using inlined functions with external linkage | Philippe Mathieu-Daudé | 1 | -7/+6 |
2023-01-05 | hw/arm/smmu-common: Reduce smmu_inv_notifiers_mr() scope | Philippe Mathieu-Daudé | 1 | -1/+1 |
2023-01-05 | hw/arm/nseries: Silent -Wmissing-field-initializers warning | Philippe Mathieu-Daudé | 1 | -6/+4 |
2023-01-05 | hw/arm/nseries: Constify various read-only arrays | Philippe Mathieu-Daudé | 1 | -9/+9 |
2023-01-05 | hw/input/tsc2xxx: Constify set_transform()'s MouseTransformInfo arg | Philippe Mathieu-Daudé | 2 | -3/+2 |
2023-01-05 | Merge tag 'mem-2023-01-02' of https://github.com/davidhildenbrand/qemu into s... | Peter Maydell | 1 | -9/+9 |
2023-01-05 | hw/timer/imx_epit: fix compare timer handling | Axel Heider | 1 | -72/+112 |
2023-01-05 | hw/timer/imx_epit: remove explicit fields cnt and freq | Axel Heider | 1 | -45/+28 |
2023-01-05 | hw/timer/imx_epit: factor out register write handlers | Axel Heider | 1 | -94/+113 |
2023-01-05 | hw/timer/imx_epit: hard reset initializes CR with 0 | Axel Heider | 1 | -6/+14 |
2023-01-05 | hw/timer/imx_epit: update interrupt state on CR write access | Axel Heider | 1 | -4/+12 |
2023-01-05 | hw/timer/imx_epit: define SR_OCIF | Axel Heider | 1 | -6/+6 |
2023-01-05 | hw/timer/imx_epit: cleanup CR defines | Axel Heider | 1 | -2/+2 |
2023-01-05 | hw/timer/imx_epit: improve comments | Axel Heider | 1 | -4/+16 |
2023-01-04 | hw/ppc: Use QEMU_IOTHREAD_LOCK_GUARD in ppc_set_irq | Richard Henderson | 1 | -9/+1 |
2023-01-04 | hw/mips: Use QEMU_IOTHREAD_LOCK_GUARD in cpu_mips_irq_request | Richard Henderson | 1 | -10/+1 |
2022-12-28 | virtio-mem: Fix typo in function name | Philippe Mathieu-Daudé | 1 | -6/+6 |
2022-12-28 | virtio-mem: Fix the iterator variable in a vmem->rdl_list loop | Chenyi Qiang | 1 | -1/+1 |
2022-12-28 | virtio-mem: Fix the bitmap index of the section offset | Chenyi Qiang | 1 | -2/+2 |
2022-12-23 | hw/9pfs: Replace the direct call to xxxat() APIs with a wrapper | Bin Meng | 2 | -20/+27 |
2022-12-23 | hw/9pfs: Drop unnecessary *xattr wrapper API declarations | Bin Meng | 1 | -11/+0 |
2022-12-23 | 9pfs: Fix some return statements in the synth backend | Greg Kurz | 1 | -6/+6 |
2022-12-21 | Merge tag 'pull-ppc-20221221' of https://gitlab.com/danielhb/qemu into staging | Peter Maydell | 8 | -12/+87 |
2022-12-21 | hw/ppc/e500: Move comment to more appropriate place | Bernhard Beschow | 1 | -1/+1 |
2022-12-21 | hw/ppc/e500: Resolve variable shadowing | Bernhard Beschow | 1 | -3/+1 |
2022-12-21 | hw/ppc/e500: Prefer local variable over qdev_get_machine() | Bernhard Beschow | 1 | -3/+2 |
2022-12-21 | hw/ppc/virtex_ml507: Prefer local over global variable | Bernhard Beschow | 1 | -1/+1 |
2022-12-21 | hw/ppc/spapr: Reduce "vof.h" inclusion | Philippe Mathieu-Daudé | 1 | -0/+1 |
2022-12-21 | hw/ppc/e500: Add Freescale eSDHC to e500plat | Philippe Mathieu-Daudé | 4 | -1/+51 |
2022-12-21 | hw/sd/sdhci: Support big endian SD host controller interfaces | Philippe Mathieu-Daudé | 2 | -3/+30 |
2022-12-21 | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ... | Peter Maydell | 51 | -1236/+1789 |
2022-12-21 | hw/virtio: Extract QMP related code virtio-qmp.c | Philippe Mathieu-Daudé | 4 | -634/+682 |
2022-12-21 | hw/virtio: Extract config read/write accessors to virtio-config-io.c | Philippe Mathieu-Daudé | 3 | -190/+205 |
2022-12-21 | hw/virtio: Constify qmp_virtio_feature_map_t[] | Philippe Mathieu-Daudé | 1 | -17/+17 |
2022-12-21 | hw/virtio: Guard and restrict scope of qmp_virtio_feature_map_t[] | Philippe Mathieu-Daudé | 1 | -14/+42 |
2022-12-21 | hw/virtio: Rename virtio_ss[] -> specific_virtio_ss[] | Philippe Mathieu-Daudé | 1 | -21/+22 |
2022-12-21 | hw/virtio: Add missing "hw/core/cpu.h" include | Philippe Mathieu-Daudé | 1 | -0/+1 |
2022-12-21 | hw/cxl/device: Add Flex Bus Port DVSEC | Ira Weiny | 1 | -0/+11 |
2022-12-21 | hw/acpi: Rename tco.c -> ich9_tco.c | Philippe Mathieu-Daudé | 3 | -3/+3 |
2022-12-21 | pci: drop redundant PCIDeviceClass::is_bridge field | Igor Mammedov | 15 | -37/+17 |
2022-12-21 | remove DEC 21154 PCI bridge | Igor Mammedov | 4 | -180/+4 |
2022-12-21 | vhost: fix vq dirty bitmap syncing when vIOMMU is enabled | Jason Wang | 1 | -20/+64 |