aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2024-05-08hw/ppc/spapr_pci: Replace g_memdup() by g_memdup2()Philippe Mathieu-Daudé
2024-05-08hw/hppa/machine: Replace g_memdup() by g_memdup2()Philippe Mathieu-Daudé
2024-05-08migration: Remove non-multifd compressionFabiano Rosas
2024-05-07target/i386: Fix CPUID encoding of Fn8000001E_ECXBabu Moger
2024-05-06Merge tag 'qemu-sparc-20240506' of https://github.com/mcayland/qemu into stagingRichard Henderson
2024-05-06Merge tag 'accel-20240506' of https://github.com/philmd/qemu into stagingRichard Henderson
2024-05-06system: Pass RAM MemoryRegion and is_write in xen_map_cache()Edgar E. Iglesias
2024-05-06xen: mapcache: Break out xen_map_cache_init_single()Edgar E. Iglesias
2024-05-06xen: mapcache: Break out xen_invalidate_map_cache_single()Edgar E. Iglesias
2024-05-06xen: mapcache: Refactor xen_invalidate_map_cache_entry_unlockedEdgar E. Iglesias
2024-05-06xen: mapcache: Refactor xen_replace_cache_entry_unlockedEdgar E. Iglesias
2024-05-06xen: mapcache: Break out xen_ram_addr_from_mapcache_singleEdgar E. Iglesias
2024-05-06xen: mapcache: Refactor xen_remap_bucket for multi-instanceEdgar E. Iglesias
2024-05-06xen: mapcache: Refactor xen_map_cache for multi-instanceEdgar E. Iglesias
2024-05-06xen: mapcache: Refactor lock functions for multi-instanceEdgar E. Iglesias
2024-05-06xen: let xen_ram_addr_from_mapcache() return -1 in case of not found entryJuergen Gross
2024-05-06accel/tcg: Restrict qemu_plugin_vcpu_exit_hook() to TCG pluginsPhilippe Mathieu-Daudé
2024-05-06exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé
2024-05-05hw/sparc64: set iommu_platform=on for virtio devices attached to the sun4u ma...Mark Cave-Ayland
2024-05-03kvm: move target-dependent interrupt routing out of kvm-all.cPaolo Bonzini
2024-05-03display: remove GraphicHwOps from typedefs.hPaolo Bonzini
2024-05-03build: do not build virtio-vga-gl if virgl/opengl not availablePaolo Bonzini
2024-05-03xtensa: switch boards to "default y"Paolo Bonzini
2024-05-03tricore: switch boards to "default y"Paolo Bonzini
2024-05-03sparc: switch boards to "default y"Paolo Bonzini
2024-05-03sh4: switch boards to "default y"Paolo Bonzini
2024-05-03s390x: switch boards to "default y"Paolo Bonzini
2024-05-03rx: switch boards to "default y"Paolo Bonzini
2024-05-03riscv: switch boards to "default y"Paolo Bonzini
2024-05-03ppc: switch boards to "default y"Paolo Bonzini
2024-05-03openrisc: switch boards to "default y"Paolo Bonzini
2024-05-03mips: switch boards to "default y"Paolo Bonzini
2024-05-03microblaze: switch boards to "default y"Paolo Bonzini
2024-05-03m68k: switch boards to "default y"Paolo Bonzini
2024-05-03loongarch: switch boards to "default y"Paolo Bonzini
2024-05-03i386: switch boards to "default y"Paolo Bonzini
2024-05-03hppa: switch boards to "default y"Paolo Bonzini
2024-05-03cris: switch boards to "default y"Paolo Bonzini
2024-05-03avr: switch boards to "default y"Paolo Bonzini
2024-05-03arm: switch boards to "default y"Paolo Bonzini
2024-05-03alpha: switch boards to "default y"Paolo Bonzini
2024-05-01Merge tag 'pull-ufs-20240429' of https://gitlab.com/jeuk20.kim/qemu into stagingRichard Henderson
2024-04-30Merge tag 'pull-target-arm-20240430' of https://git.linaro.org/people/pmaydel...Richard Henderson
2024-04-30Merge tag 'pull-request-2024-04-30' of https://gitlab.com/thuth/qemu into sta...Richard Henderson
2024-04-30hw/arm : Connect DM163 to B-L475E-IOT01AInès Varhol
2024-04-30hw/arm : Create Bl475eMachineStateInès Varhol
2024-04-30hw/arm : Pass STM32L4x5 SYSCFG gpios to STM32L4x5 SoCInès Varhol
2024-04-30hw/display : Add device DM163Inès Varhol
2024-04-30hw/arm/npcm7xx: Store derivative OTP fuse key in little endianPhilippe Mathieu-Daudé
2024-04-30hw/char/stm32l4x5_usart: Fix memory corruption by adding correct class_sizeThomas Huth