aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2023-10-18hw/remote: move stub vfu_object_set_bus_irq out of stubs/Paolo Bonzini2-1/+9
2023-10-18hw/xen: cleanup sourcesetsPaolo Bonzini3-9/+4
2023-10-16Merge tag 'pull-loongarch-20231013' of https://gitlab.com/gaosong/qemu into s...Stefan Hajnoczi2-77/+28
2023-10-16Merge tag 'pull-ufs-20231013' of https://gitlab.com/jeuk20.kim/qemu into stagingStefan Hajnoczi2-14/+12
2023-10-16Merge tag 'pull-request-2023-10-12' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi4-2/+33
2023-10-16Merge tag 'mem-2023-10-12' of https://github.com/davidhildenbrand/qemu into s...Stefan Hajnoczi7-57/+624
2023-10-13hw/ufs: Fix code coverity issuesJeuk Kim2-14/+12
2023-10-13hw/loongarch/virt: Remove unused 'loongarch_virt_pm' regionSong Gao1-47/+1
2023-10-13hw/loongarch/virt: Remove unused ISA BusPhilippe Mathieu-Daudé2-6/+0
2023-10-13hw/loongarch/virt: Remove unused ISA UARTPhilippe Mathieu-Daudé1-1/+0
2023-10-13hw/loongarch: remove global loaderparams variableThomas Weißschuh1-23/+27
2023-10-12virtio-mem: Mark memslot alias memory regions unmergeableDavid Hildenbrand1-0/+6
2023-10-12memory,vhost: Allow for marking memory device memory regions unmergeableDavid Hildenbrand1-2/+2
2023-10-12virtio-mem: Expose device memory dynamically via multiple memslots if enabledDavid Hildenbrand2-0/+309
2023-10-12virtio-mem: Update state to match bitmap as soon as it's been migratedDavid Hildenbrand1-5/+21
2023-10-12virtio-mem: Pass non-const VirtIOMEM via virtio_mem_range_cbDavid Hildenbrand1-5/+5
2023-10-12memory-device,vhost: Support automatic decision on the number of memslotsDavid Hildenbrand2-4/+106
2023-10-12vhost: Add vhost_get_max_memslots()David Hildenbrand2-0/+16
2023-10-12memory-device,vhost: Support memory devices that dynamically consume memslotsDavid Hildenbrand2-6/+41
2023-10-12memory-device: Track required and actually used memslots in DeviceMemoryStateDavid Hildenbrand1-0/+54
2023-10-12memory-device: Support memory devices with multiple memslotsDavid Hildenbrand1-8/+19
2023-10-12vhost: Return number of free memslotsDavid Hildenbrand3-5/+5
2023-10-12kvm: Return number of free memslotsDavid Hildenbrand1-1/+1
2023-10-12vhost: Remove vhost_backend_can_merge() callbackDavid Hildenbrand3-20/+1
2023-10-12vhost: Rework memslot filtering and fix "used_memslot" trackingDavid Hildenbrand2-13/+50
2023-10-12hw/misc/Kconfig: add switch for i2c-echoKlaus Jensen2-1/+6
2023-10-12hw/misc/i2c-echo: add copyright/license noteKlaus Jensen1-0/+10
2023-10-12hw/rdma: Deprecate the pvrdma device and the rdma subsystemThomas Huth1-0/+2
2023-10-12hw/pvrdma: Protect against buggy or malicious guest driverYuval Shaia1-1/+15
2023-10-12hw/char: riscv_htif: replace exit calls with proper shutdownClément Chigot1-1/+4
2023-10-12hw/misc/sifive_test.c: replace exit calls with proper shutdownClément Chigot1-2/+7
2023-10-12target/riscv: move KVM only files to kvm subdirDaniel Henrique Barboza2-2/+2
2023-10-10hw/audio/es1370: trace lost interruptsVolker Rümelin2-5/+12
2023-10-10hw/audio/es1370: change variable type and nameVolker Rümelin1-7/+8
2023-10-10hw/audio/es1370: block structure coding style fixesVolker Rümelin1-20/+16
2023-10-10hw/audio/es1370: remove #ifdef ES1370_VERBOSE to avoid bit rotVolker Rümelin1-12/+13
2023-10-10hw/audio/es1370: remove #ifdef ES1370_DEBUG to avoid bit rotVolker Rümelin1-69/+66
2023-10-10hw/audio/es1370: remove unused dolog macroVolker Rümelin1-7/+0
2023-10-10hw/audio/es1370: replace bit-rotted code with tracepointsVolker Rümelin2-37/+28
2023-10-10hw/audio/es1370: reset current sample counterVolker Rümelin1-1/+1
2023-10-09Merge tag 'pull-vfio-20231009' of https://github.com/legoater/qemu into stagingStefan Hajnoczi4-31/+101
2023-10-09Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi1-2/+2
2023-10-09Merge tag 'q800-for-8.2-pull-request' of https://github.com/vivier/qemu-m68k ...Stefan Hajnoczi15-93/+1596
2023-10-07cpu: Correct invalid mentions of 'softmmu' by 'system-mode'Philippe Mathieu-Daudé1-2/+2
2023-10-06hw/usb: Silence compiler warnings in USB code when compiling with -WshadowThomas Huth5-14/+14
2023-10-06hw/ide/ahci: Clean up local variable shadowingPhilippe Mathieu-Daudé1-3/+1
2023-10-06hw/audio/soundhw: Clean up global variable shadowingPhilippe Mathieu-Daudé1-3/+3
2023-10-06hw/virtio/vhost: Silence compiler warnings in vhost code when using -WshadowThomas Huth1-4/+4
2023-10-06hw/virtio/virtio-pci: Avoid compiler warning with -WshadowThomas Huth1-10/+10
2023-10-06hw/net/vhost_net: Silence compiler warning when compiling with -WshadowThomas Huth1-4/+4