aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2023-01-06Merge tag 'pull-tcg-20230105' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell3-19/+3
2023-01-05Merge tag 'pull-target-arm-20230105' of https://git.linaro.org/people/pmaydel...Peter Maydell11-197/+352
2023-01-05accel/tcg: Set cflags_next_tb in cpu_common_initfnRichard Henderson1-0/+1
2023-01-05hw/net: Fix read of uninitialized memory in imx_fec.Stephen Longfield1-4/+4
2023-01-05i.MX7D: Connect IRQs to GPIO devices.Jean-Christophe Dubois1-1/+30
2023-01-05i.MX6UL: Add a specific GPT timer instance for the i.MX6ULJean-Christophe Dubois3-7/+26
2023-01-05i.MX7D: Compute clock frequency for the fixed frequency clocks.Jean-Christophe Dubois1-9/+40
2023-01-05i.MX7D: Connect GPT timers to IRQJean-Christophe Dubois1-0/+10
2023-01-05hw/arm/smmu-common: Avoid using inlined functions with external linkagePhilippe Mathieu-Daudé1-7/+6
2023-01-05hw/arm/smmu-common: Reduce smmu_inv_notifiers_mr() scopePhilippe Mathieu-Daudé1-1/+1
2023-01-05hw/arm/nseries: Silent -Wmissing-field-initializers warningPhilippe Mathieu-Daudé1-6/+4
2023-01-05hw/arm/nseries: Constify various read-only arraysPhilippe Mathieu-Daudé1-9/+9
2023-01-05hw/input/tsc2xxx: Constify set_transform()'s MouseTransformInfo argPhilippe Mathieu-Daudé2-3/+2
2023-01-05Merge tag 'mem-2023-01-02' of https://github.com/davidhildenbrand/qemu into s...Peter Maydell1-9/+9
2023-01-05hw/timer/imx_epit: fix compare timer handlingAxel Heider1-72/+112
2023-01-05hw/timer/imx_epit: remove explicit fields cnt and freqAxel Heider1-45/+28
2023-01-05hw/timer/imx_epit: factor out register write handlersAxel Heider1-94/+113
2023-01-05hw/timer/imx_epit: hard reset initializes CR with 0Axel Heider1-6/+14
2023-01-05hw/timer/imx_epit: update interrupt state on CR write accessAxel Heider1-4/+12
2023-01-05hw/timer/imx_epit: define SR_OCIFAxel Heider1-6/+6
2023-01-05hw/timer/imx_epit: cleanup CR definesAxel Heider1-2/+2
2023-01-05hw/timer/imx_epit: improve commentsAxel Heider1-4/+16
2023-01-04hw/ppc: Use QEMU_IOTHREAD_LOCK_GUARD in ppc_set_irqRichard Henderson1-9/+1
2023-01-04hw/mips: Use QEMU_IOTHREAD_LOCK_GUARD in cpu_mips_irq_requestRichard Henderson1-10/+1
2022-12-28virtio-mem: Fix typo in function namePhilippe Mathieu-Daudé1-6/+6
2022-12-28virtio-mem: Fix the iterator variable in a vmem->rdl_list loopChenyi Qiang1-1/+1
2022-12-28virtio-mem: Fix the bitmap index of the section offsetChenyi Qiang1-2/+2
2022-12-23hw/9pfs: Replace the direct call to xxxat() APIs with a wrapperBin Meng2-20/+27
2022-12-23hw/9pfs: Drop unnecessary *xattr wrapper API declarationsBin Meng1-11/+0
2022-12-239pfs: Fix some return statements in the synth backendGreg Kurz1-6/+6
2022-12-21Merge tag 'pull-ppc-20221221' of https://gitlab.com/danielhb/qemu into stagingPeter Maydell8-12/+87
2022-12-21hw/ppc/e500: Move comment to more appropriate placeBernhard Beschow1-1/+1
2022-12-21hw/ppc/e500: Resolve variable shadowingBernhard Beschow1-3/+1
2022-12-21hw/ppc/e500: Prefer local variable over qdev_get_machine()Bernhard Beschow1-3/+2
2022-12-21hw/ppc/virtex_ml507: Prefer local over global variableBernhard Beschow1-1/+1
2022-12-21hw/ppc/spapr: Reduce "vof.h" inclusionPhilippe Mathieu-Daudé1-0/+1
2022-12-21hw/ppc/e500: Add Freescale eSDHC to e500platPhilippe Mathieu-Daudé4-1/+51
2022-12-21hw/sd/sdhci: Support big endian SD host controller interfacesPhilippe Mathieu-Daudé2-3/+30
2022-12-21Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell51-1236/+1789
2022-12-21hw/virtio: Extract QMP related code virtio-qmp.cPhilippe Mathieu-Daudé4-634/+682
2022-12-21hw/virtio: Extract config read/write accessors to virtio-config-io.cPhilippe Mathieu-Daudé3-190/+205
2022-12-21hw/virtio: Constify qmp_virtio_feature_map_t[]Philippe Mathieu-Daudé1-17/+17
2022-12-21hw/virtio: Guard and restrict scope of qmp_virtio_feature_map_t[]Philippe Mathieu-Daudé1-14/+42
2022-12-21hw/virtio: Rename virtio_ss[] -> specific_virtio_ss[]Philippe Mathieu-Daudé1-21/+22
2022-12-21hw/virtio: Add missing "hw/core/cpu.h" includePhilippe Mathieu-Daudé1-0/+1
2022-12-21hw/cxl/device: Add Flex Bus Port DVSECIra Weiny1-0/+11
2022-12-21hw/acpi: Rename tco.c -> ich9_tco.cPhilippe Mathieu-Daudé3-3/+3
2022-12-21pci: drop redundant PCIDeviceClass::is_bridge fieldIgor Mammedov15-37/+17
2022-12-21remove DEC 21154 PCI bridgeIgor Mammedov4-180/+4
2022-12-21vhost: fix vq dirty bitmap syncing when vIOMMU is enabledJason Wang1-20/+64