summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* aspeed/hace: Add missing newlines to unimp messagesJoel Stanley2022-06-221-2/+2
* aspeed/i2c: Enable SLAVE_ADDR_RX_MATCH alwaysCédric Le Goater2022-06-221-3/+10
* hw/i2c/aspeed: add DEV_ADDR in old register modeKlaus Jensen2022-06-221-2/+2
* hw/i2c/aspeed: rework raise interrupt trace eventKlaus Jensen2022-06-222-13/+23
* aspeed: Add I2C buses to AST1030 modelTroy Lee2022-06-222-0/+31
* aspeed/i2c: Add ast1030 controller modelsCédric Le Goater2022-06-221-0/+24
* aspeed: i2c: Move regs and helpers to header fileJoe Komlodi2022-06-221-266/+0Star
* aspeed: i2c: Add PKT_DONE IRQ to traceJoe Komlodi2022-06-222-1/+4
* aspeed: i2c: Add new mode supportJoe Komlodi2022-06-221-194/+650
* aspeed: i2c: Use reg array instead of individual varsJoe Komlodi2022-06-221-155/+126Star
* aspeed: i2c: Migrate to registerfields APIJoe Komlodi2022-06-221-197/+196Star
* aspeed: Remove fake RTC device on ast2500-evbCédric Le Goater2022-06-221-4/+0Star
* ppc/pnv: fix extra indent spaces with DEFINE_PROP*Daniel Henrique Barboza2022-06-203-14/+14
* pnv/xive2: Access direct mapped thread contexts from all chipsFrederic Barrat2022-06-201-4/+14
* ppc: fix boot with sam460exMichael S. Tsirkin2022-06-201-0/+8
* Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson2022-06-1610-79/+899
|\
| * acpi/erst: fix fallthrough code upon validation failureAni Sinha2022-06-161-0/+3
| * vhost: also check queue state in the vhost_dev_set_log error routineNi Xun2022-06-161-0/+4
| * crypto: Introduce RSA algorithmzhenwei pi2022-06-161-66/+257
| * virtio-iommu: Add an assert check in translate routineZhenzhong Duan2022-06-161-0/+4
| * virtio-iommu: Use recursive lock to avoid deadlockZhenzhong Duan2022-06-161-9/+11
| * virtio-iommu: Add bypass mode support to assigned deviceZhenzhong Duan2022-06-162-2/+114
| * virtio/vhost-user: Fix wrong vhost notifier GPtrArray sizeYajun Wu2022-06-161-1/+1
| * pci-bridge/cxl_downstream: Add a CXL switch downstream portJonathan Cameron2022-06-163-3/+291
| * pci-bridge/cxl_upstream: Add a CXL switch upstream portJonathan Cameron2022-06-162-1/+217
* | Merge tag 'pull-9p-20220616' of https://github.com/cschoenebeck/qemu into sta...Richard Henderson2022-06-161-23/+40
|\ \ | |/ |/|
| * 9pfs: fix 'Twalk' to only send error if no component walkedChristian Schoenebeck2022-06-161-16/+33
| * 9pfs: refactor 'name_idx' -> 'nwalked' in v9fs_walk()Christian Schoenebeck2022-06-161-8/+8
* | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2022-06-165-19/+16Star
|\ \ | |/ |/|
| * q35:Enable TSEG only when G_SMRAME and TSEG_EN both enabledZhenzhong Duan2022-06-151-1/+2
| * virtio-mmio: cleanup resetPaolo Bonzini2022-06-141-9/+8Star
| * virtio: stop ioeventfd on resetPaolo Bonzini2022-06-144-5/+2Star
| * virtio-mmio: stop ioeventfd on legacy resetPaolo Bonzini2022-06-141-0/+1
| * s390x: simplify virtio_ccw_reset_virtioPaolo Bonzini2022-06-141-6/+5Star
* | vfio-user: handle reset of remote deviceJagannathan Raman2022-06-151-0/+20
* | vfio-user: handle device interruptsJagannathan Raman2022-06-156-11/+268
* | vfio-user: handle PCI BAR accessesJagannathan Raman2022-06-152-0/+193
* | vfio-user: handle DMA mappingsJagannathan Raman2022-06-153-0/+62
* | vfio-user: IOMMU support for remote deviceJagannathan Raman2022-06-153-1/+144
* | vfio-user: handle PCI config space accessesJagannathan Raman2022-06-152-0/+53
* | vfio-user: run vfio-user contextJagannathan Raman2022-06-151-1/+117
* | vfio-user: find and init PCI deviceJagannathan Raman2022-06-151-0/+67
* | vfio-user: instantiate vfio-user contextJagannathan Raman2022-06-151-0/+82
* | vfio-user: define vfio-user-server objectJagannathan Raman2022-06-154-0/+241
* | vfio-user: build libraryJagannathan Raman2022-06-152-0/+6
* | remote/machine: add vfio-user propertyJagannathan Raman2022-06-151-0/+23
* | remote/machine: add HotplugHandler for remote machineJagannathan Raman2022-06-151-0/+10
* | qdev: unplug blocker for devicesJagannathan Raman2022-06-151-0/+24
* | virtio-gpu: Respect UI refresh rate for EDIDAkihiko Odaki2022-06-142-0/+2
* | ui: Deliver refresh rate via QemuUIInfoAkihiko Odaki2022-06-141-3/+11