aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2021-06-28hw/alpha: Provide a PCI-ISA bridge device nodeJason Thorpe4-27/+36
2021-06-28hw/alpha: Provide console information to the PALcode at start-upJason Thorpe1-1/+11
2021-06-28hw/alpha: Set minimum PCI device ID to 1 to match Clipper IRQ mappingsJason Thorpe3-5/+9
2021-06-25Merge remote-tracking branch 'remotes/kraxel/tags/audio-20210624-pull-request...Peter Maydell1-12/+19
2021-06-25Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20210...Peter Maydell5-31/+478
2021-06-24Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210624'...Peter Maydell3-3/+42
2021-06-24hw/riscv: OpenTitan: Connect the mtime and mtimecmp timerAlistair Francis1-3/+11
2021-06-24hw/timer: Initial commit of Ibex TimerAlistair Francis2-0/+306
2021-06-24hw/char/ibex_uart: Make the register layout privateAlistair Francis1-0/+37
2021-06-24hw/char: QOMify sifive_uartLukas Jünger1-10/+104
2021-06-24hw/char: Consistent function names for sifive_uartLukas Jünger1-22/+24
2021-06-24hw/audio/sb16: Restrict I/O sampling rate range for command 41h/42hQiang Liu1-12/+19
2021-06-22Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210621' into...Peter Maydell6-24/+73
2021-06-21hw/acpi: Provide function acpi_ghes_present()Peter Maydell2-0/+22
2021-06-21hw/acpi: Provide stub version of acpi_ghes_record_errors()Peter Maydell2-3/+20
2021-06-21Merge remote-tracking branch 'remotes/ehabkost-gl/tags/x86-next-pull-request'...Peter Maydell1-0/+24
2021-06-21s390x/css: Add passthrough IRBEric Farman3-1/+20
2021-06-21s390x/css: Refactor IRB constructionEric Farman3-16/+31
2021-06-21s390x/css: Split out the IRB sense dataEric Farman1-7/+12
2021-06-21s390x/css: Introduce an ESW structEric Farman1-6/+13
2021-06-21s390x/cpumodel: Bump up QEMU model to a stripped-down IBM z14 GA2David Hildenbrand1-0/+3
2021-06-18vfio/migration: Correct device state from vmstate change for savevm caseKirti Wankhede1-1/+10
2021-06-18vfio: Fix unregister SaveVMHandler in vfio_migration_finalizeKunkun Jiang1-0/+1
2021-06-18Merge remote-tracking branch 'remotes/kraxel/tags/audio-20210617-pull-request...Peter Maydell1-0/+14
2021-06-17i386: Add ratelimit for bus locks acquired in guestChenyi Qiang1-0/+24
2021-06-17Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell7-82/+152
2021-06-17hw/audio/sb16: Avoid assertion by restricting I/O sampling rate rangePhilippe Mathieu-Daudé1-0/+14
2021-06-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210616'...Peter Maydell6-11/+122
2021-06-16hw/arm: quanta-q71l add pca954x muxesPatrick Venture2-3/+9
2021-06-16hw/arm: gsj add pca9548Patrick Venture2-4/+3
2021-06-16hw/arm: gsj add i2c commentsPatrick Venture1-1/+15
2021-06-16Merge remote-tracking branch 'remotes/kraxel/tags/vga-20210615-pull-request' ...Peter Maydell2-7/+16
2021-06-15hmp: Print "reserve" property of memory backends with "info memdev"David Hildenbrand1-0/+4
2021-06-15qmp: Include "reserve" property of memory backendsDavid Hildenbrand1-0/+7
2021-06-15hmp: Print "share" property of memory backends with "info memdev"David Hildenbrand1-0/+2
2021-06-15qmp: Include "share" property of memory backendsDavid Hildenbrand1-0/+1
2021-06-15softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate()David Hildenbrand1-2/+2
2021-06-15softmmu/memory: Pass ram_flags to qemu_ram_alloc_from_fd()David Hildenbrand1-3/+2
2021-06-15hw/intc/armv7m_nvic: Remove stale commentPeter Maydell1-6/+0
2021-06-15hw/arm: quanta-gbs-bmc add i2c commentsPatrick Venture1-0/+60
2021-06-15hw/arm: add quanta-gbs-bmc machinePatrick Venture1-0/+33
2021-06-15hw: virt: consider hw_compat_6_0Heinrich Schuchardt1-0/+2
2021-06-15hw/intc/arm_gicv3_cpuif: Tolerate spurious EOIR writesJean-Philippe Brucker1-1/+4
2021-06-15esp: store lun coming from the MESSAGE OUT phasePaolo Bonzini2-17/+33
2021-06-15esp: fix migration version check in esp_is_version_5()Mark Cave-Ayland1-1/+1
2021-06-15esp: correctly accumulate extended messages for PDMAMark Cave-Ayland1-3/+20
2021-06-15esp: revert 75ef849696 "esp: correctly fill bus id with requested lun"Mark Cave-Ayland1-3/+0
2021-06-15esp: ensure PDMA write transfers are flushed from the FIFO to the target imme...Mark Cave-Ayland1-14/+11
2021-06-15esp: handle non-DMA transfers from the target one byte at a timeMark Cave-Ayland1-22/+50
2021-06-15esp: allow non-DMA callback in esp_transfer_data() initial transferMark Cave-Ayland1-12/+2