aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-04-16ppc/spapr: Introduce SPAPR_IRQ_NR_IPIS to refer IRQ range for CPU IPIs.Harsh Prateek Bora1-1/+13
2024-04-10hw/virtio: Introduce virtio_bh_new_guarded() helperPhilippe Mathieu-Daudé1-0/+7
2024-04-09virtio-snd: rewrite invalid tx/rx message handlingManos Pitsidianakis1-1/+15
2024-03-19mirror: Don't call job_pause_point() under graph lockKevin Wolf1-1/+1
2024-03-13hw/audio/virtio-sound: return correct command response sizeVolker Rümelin1-0/+1
2024-03-09hw/rtc/sun4v-rtc: Relicense to GPLv2-or-laterPeter Maydell1-1/+1
2024-02-14hw/cxl/device: read from register values in mdev_reg_read()Hyeonggon Yoo1-2/+7
2024-02-14tcg: Increase width of temp_subindexRichard Henderson1-1/+1
2024-02-12virtio: Re-enable notifications after drainHanna Czenczek1-1/+6
2024-01-22s390x/pci: drive ISM reset from subsystem resetMatthew Rosato1-0/+1
2024-01-22s390x/pci: avoid double enable/disable of aifMatthew Rosato1-0/+1
2024-01-19load_elf: fix iterator's type for elf file processingAnastasia Belova1-1/+1
2023-12-26include/ui/rect.h: fix qemu_rect_init() mis-assignmentElen Avan1-1/+1
2023-12-12Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi1-1/+1
2023-12-12xen: fix condition for skipping virtio-mmio definesPaolo Bonzini1-1/+1
2023-12-01osdep: add getloadavgMichael S. Tsirkin1-0/+10
2023-11-28Merge tag 'misc-next-20231128' of https://github.com/philmd/qemu into stagingStefan Hajnoczi1-0/+2
2023-11-28Merge tag 'pull-target-arm-20231127' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi6-4/+8
2023-11-28export/vhost-user-blk: Fix consecutive drainsKevin Wolf1-0/+1
2023-11-28hw/isa/vt82c686: Bring back via_isa_set_irq()BALATON Zoltan1-0/+2
2023-11-27hw/misc, hw/ssi: Fix some URLs for AMD / Xilinx modelsFrederic Konrad4-4/+4
2023-11-27hw/ssi/xilinx_spips: fix an out of bound accessFrederic Konrad1-0/+3
2023-11-27hw/virtio: Add VirtioPCIDeviceTypeInfo::instance_finalize fieldPhilippe Mathieu-Daudé1-0/+1
2023-11-21Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi3-1/+18
2023-11-21ide/pci: introduce pci_ide_update_mode() functionMark Cave-Ayland1-0/+1
2023-11-21ide/ioport: move ide_portio_list[] and ide_portio_list2[] definitions to IDE ...Mark Cave-Ayland1-0/+3
2023-11-21block: Fix deadlocks in bdrv_graph_wrunlock()Kevin Wolf1-1/+14
2023-11-21Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into ...Stefan Hajnoczi1-2/+46
2023-11-21Merge tag 'pull-target-arm-20231121' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi4-13/+1
2023-11-21ui/pixman-minimal.h: fix empty allocationManos Pitsidianakis1-2/+46
2023-11-21net: Update MemReentrancyGuard for NICAkihiko Odaki1-0/+1
2023-11-21net: Provide MemReentrancyGuard * to qemu_new_nic()Akihiko Odaki1-0/+1
2023-11-20hw/arm/stm32f100: Report error when incorrect CPU is usedPhilippe Mathieu-Daudé1-4/+0
2023-11-20hw/arm/stm32f205: Report error when incorrect CPU is usedPhilippe Mathieu-Daudé1-4/+0
2023-11-20hw/arm/stm32f405: Report error when incorrect CPU is usedPhilippe Mathieu-Daudé1-4/+0
2023-11-20hw/core/machine: Constify MachineClass::valid_cpu_types[]Gavin Shan1-1/+1
2023-11-20Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingStefan Hajnoczi4-6/+6
2023-11-15include/hw/virtio/vhost.h: spelling fix: sateMichael Tokarev1-1/+1
2023-11-15include/hw/hyperv/dynmem-proto.h: spelling fix: nunber, atleastMichael Tokarev1-3/+3
2023-11-15include/block/ufs.h: spelling fix: settedMichael Tokarev1-1/+1
2023-11-15hw/cxl: spelling fixes: limitaions, potentialy, intializedMichael Tokarev1-1/+1
2023-11-14accel/tcg: Remove CF_LAST_IORichard Henderson1-7/+6
2023-11-14dump: Add arch cleanup functionJanosch Frank1-0/+1
2023-11-13host/include/generic/host/atomic128: Fix compilation problem with Clang 17Thomas Huth1-0/+2
2023-11-10qdev: Rework array properties based on list visitorKevin Wolf1-20/+15
2023-11-10qom: Add object_property_set_default_list()Kevin Wolf1-0/+8
2023-11-10Merge tag 'xen-virtio-fix-1-tag' of https://gitlab.com/sstabellini/qemu into ...Stefan Hajnoczi1-2/+2
2023-11-09Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi7-54/+79
2023-11-08block: Protect bs->file with graph_lockKevin Wolf1-1/+1
2023-11-08block: Add missing GRAPH_RDLOCK annotationsKevin Wolf1-8/+9