summary refs log tree commit diff stats
path: root/hw (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | hw/cxl: Use a switch to explicitly check size in caps_reg_read()Jonathan Cameron2023-11-071-4/+7
| * | virtio-sound: implement audio capture (RX)Manos Pitsidianakis2023-11-072-35/+230
| * | virtio-sound: implement audio output (TX)Manos Pitsidianakis2023-11-072-5/+285
| * | virtio-sound: handle VIRTIO_SND_R_PCM_RELEASEManos Pitsidianakis2023-11-072-1/+48
| * | virtio-sound: handle VIRTIO_SND_R_PCM_PREPAREManos Pitsidianakis2023-11-071-0/+24
| * | virtio-sound: handle VIRTIO_SND_R_PCM_SET_PARAMSManos Pitsidianakis2023-11-072-0/+35
| * | virtio-sound: handle VIRTIO_SND_R_PCM_{START,STOP}Manos Pitsidianakis2023-11-072-2/+48
| * | virtio-sound: handle VIRTIO_SND_R_PCM_INFO requestManos Pitsidianakis2023-11-072-0/+83
| * | virtio-sound: handle control messages and streamsManos Pitsidianakis2023-11-072-7/+484
| * | Add virtio-sound-pci deviceManos Pitsidianakis2023-11-072-0/+94
| * | Add virtio-sound device stubManos Pitsidianakis2023-11-074-0/+248
| * | vhost-user-fs: Implement internal migrationHanna Czenczek2023-11-071-1/+100
| * | vhost: Add high-level state save/load functionsHanna Czenczek2023-11-071-0/+204
| * | vhost-user: Interface for migration state transferHanna Czenczek2023-11-072-0/+183
* | | Merge tag 'pull-xenfv.for-upstream-20231107' of git://git.infradead.org/users...Stefan Hajnoczi2023-11-0723-412/+1372
|\ \ \ | |_|/ |/| |
| * | xen-platform: unplug AHCI disksDavid Woodhouse2023-11-071-23/+45
| * | hw/i386/pc: support '-nic' for xen-net-deviceDavid Woodhouse2023-11-074-6/+13
| * | hw/xen: update Xen PV NIC to XenDevice modelDavid Woodhouse2023-11-074-117/+381
| * | hw/xen: only remove peers of PCI NICs on unplugDavid Woodhouse2023-11-071-2/+7
| * | hw/xen: add support for Xen primary console in emulated modeDavid Woodhouse2023-11-079-21/+306
| * | hw/xen: update Xen console to XenDevice modelDavid Woodhouse2023-11-073-130/+411
| * | hw/xen: do not repeatedly try to create a failing backend deviceDavid Woodhouse2023-11-072-7/+23
| * | hw/xen: add get_frontend_path() method to XenDeviceClassDavid Woodhouse2023-11-071-1/+10
| * | hw/xen: automatically assign device index to block devicesDavid Woodhouse2023-11-073-42/+113
| * | hw/xen: populate store frontend nodes with XenStore PFN/portDavid Woodhouse2023-11-071-0/+11
| * | include: update Xen public headers to Xen 4.17.2 releaseDavid Woodhouse2023-11-071-1/+1
| * | hw/xen: Clean up event channel 'type_val' handling to use unionDavid Woodhouse2023-11-071-81/+70
* | | Merge tag 'pull-pa-20231106' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi2023-11-072-57/+106
|\ \ \ | |/ / |/| |
| * | hw/hppa: Allow C3700 with 64-bit and B160L with 32-bit CPU onlyHelge Deller2023-11-061-0/+24
| * | hw/hppa: Turn on 64-bit CPU for C3700 machineHelge Deller2023-11-061-1/+1
| * | hw/pci-host/astro: Trigger CPU irq on CPU HPA in high memoryHelge Deller2023-11-061-1/+1
| * | hw/pci-host/astro: Map Astro chip into 64-bit I/O memory regionHelge Deller2023-11-061-3/+6
| * | hw/hppa: Translate phys addresses for the cpuRichard Henderson2023-11-061-46/+71
| * | hw/hppa: Use uint32_t instead of target_uregRichard Henderson2023-11-061-6/+6
| * | target/hppa: Make HPPA_BTLB_ENTRIES variableRichard Henderson2023-11-061-6/+3
| |/
* | Merge tag 'pull-riscv-to-apply-20231107' of https://github.com/alistair23/qem...Stefan Hajnoczi2023-11-073-6/+8
|\ \
| * | target/riscv: Use existing PMU counter mask in FDT generationRob Bradford2023-11-071-1/+1
| * | hw/ssi: ibex_spi_host: Clear the interrupt even if disabledAlistair Francis2023-11-071-2/+4
| * | target/riscv: rename ext_icboz to ext_zicbozDaniel Henrique Barboza2023-11-071-1/+1
| * | target/riscv: rename ext_icbom to ext_zicbomDaniel Henrique Barboza2023-11-071-1/+1
| * | target/riscv: rename ext_icsr to ext_zicsrDaniel Henrique Barboza2023-11-071-1/+1
| |/
* | Merge tag 'pull-target-arm-20231106' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi2023-11-076-19/+29
|\ \
| * | hw/arm/vexpress-a9: Remove useless mapping of RAM at address 0Peter Maydell2023-11-061-11/+3
| * | hw/core/loader: gunzip(): initialize z_streamVladimir Sementsov-Ogievskiy2023-11-061-1/+1
| * | mc146818rtc: rtc_set_time(): initialize tm to zeroesVladimir Sementsov-Ogievskiy2023-11-061-1/+1
| * | hw/i386/intel_iommu: vtd_slpte_nonzero_rsvd(): assert no overflowVladimir Sementsov-Ogievskiy2023-11-061-3/+20
| * | hw/arm/virt: Report correct register sizes in ACPI DBG2/SPCR tables.Udo Steinberg2023-11-061-2/+2
| * | hw/arm/virt: fix PMU IRQ registrationSebastian Ott2023-11-061-1/+2
| |/
* | Merge tag 'pull-vfio-20231106' of https://github.com/legoater/qemu into stagingStefan Hajnoczi2023-11-0730-413/+683
|\ \
| * | vfio/common: Move vfio_host_win_add/del into spapr.cZhenzhong Duan2023-11-063-84/+85