aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2022-06-24block: get rid of blk->guest_block_sizeStefan Hajnoczi5-5/+0
2022-06-23hw/nvme: clear aen mask on resetKlaus Jensen1-0/+1
2022-06-23Revert "hw/block/nvme: add support for sgl bit bucket descriptor"Klaus Jensen1-23/+6
2022-06-23hw/nvme: clean up CC register write logicKlaus Jensen1-22/+16
2022-06-23hw/acpi: Make the PCI hot-plug aware of SR-IOVŁukasz Gieryk1-1/+5
2022-06-23hw/nvme: Update the initalization place for the AER queueŁukasz Gieryk1-2/+1
2022-06-23hw/nvme: Add support for the Virtualization Management commandŁukasz Gieryk3-2/+278
2022-06-23hw/nvme: Initialize capability structures for primary/secondary controllersŁukasz Gieryk2-7/+138
2022-06-23hw/nvme: Calculate BAR attributes in a functionŁukasz Gieryk1-14/+31
2022-06-23hw/nvme: Remove reg_size variable and update BAR0 size calculationŁukasz Gieryk2-6/+5
2022-06-23hw/nvme: Make max_ioqpairs and msix_qsize configurable in runtimeŁukasz Gieryk2-16/+38
2022-06-23hw/nvme: Implement the Function Level ResetŁukasz Gieryk3-4/+54
2022-06-23hw/nvme: Add support for Secondary Controller ListLukasz Maniak5-10/+121
2022-06-23hw/nvme: Add support for Primary Controller CapabilitiesLukasz Maniak3-5/+21
2022-06-23hw/nvme: Add support for SR-IOVLukasz Maniak2-4/+84
2022-06-22aspeed/hace: Add missing newlines to unimp messagesJoel Stanley1-2/+2
2022-06-22aspeed/i2c: Enable SLAVE_ADDR_RX_MATCH alwaysCédric Le Goater1-3/+10
2022-06-22hw/i2c/aspeed: add DEV_ADDR in old register modeKlaus Jensen1-2/+2
2022-06-22hw/i2c/aspeed: rework raise interrupt trace eventKlaus Jensen2-13/+23
2022-06-22aspeed: Add I2C buses to AST1030 modelTroy Lee2-0/+31
2022-06-22aspeed/i2c: Add ast1030 controller modelsCédric Le Goater1-0/+24
2022-06-22aspeed: i2c: Move regs and helpers to header fileJoe Komlodi1-266/+0
2022-06-22aspeed: i2c: Add PKT_DONE IRQ to traceJoe Komlodi2-1/+4
2022-06-22aspeed: i2c: Add new mode supportJoe Komlodi1-194/+650
2022-06-22aspeed: i2c: Use reg array instead of individual varsJoe Komlodi1-155/+126
2022-06-22aspeed: i2c: Migrate to registerfields APIJoe Komlodi1-197/+196
2022-06-22aspeed: Remove fake RTC device on ast2500-evbCédric Le Goater1-4/+0
2022-06-20ppc/pnv: fix extra indent spaces with DEFINE_PROP*Daniel Henrique Barboza3-14/+14
2022-06-20pnv/xive2: Access direct mapped thread contexts from all chipsFrederic Barrat1-4/+14
2022-06-20ppc: fix boot with sam460exMichael S. Tsirkin1-0/+8
2022-06-16Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson10-79/+899
2022-06-16acpi/erst: fix fallthrough code upon validation failureAni Sinha1-0/+3
2022-06-16vhost: also check queue state in the vhost_dev_set_log error routineNi Xun1-0/+4
2022-06-16crypto: Introduce RSA algorithmzhenwei pi1-66/+257
2022-06-16virtio-iommu: Add an assert check in translate routineZhenzhong Duan1-0/+4
2022-06-16virtio-iommu: Use recursive lock to avoid deadlockZhenzhong Duan1-9/+11
2022-06-16virtio-iommu: Add bypass mode support to assigned deviceZhenzhong Duan2-2/+114
2022-06-16virtio/vhost-user: Fix wrong vhost notifier GPtrArray sizeYajun Wu1-1/+1
2022-06-16pci-bridge/cxl_downstream: Add a CXL switch downstream portJonathan Cameron3-3/+291
2022-06-16pci-bridge/cxl_upstream: Add a CXL switch upstream portJonathan Cameron2-1/+217
2022-06-16Merge tag 'pull-9p-20220616' of https://github.com/cschoenebeck/qemu into sta...Richard Henderson1-23/+40
2022-06-16Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson5-19/+16
2022-06-169pfs: fix 'Twalk' to only send error if no component walkedChristian Schoenebeck1-16/+33
2022-06-169pfs: refactor 'name_idx' -> 'nwalked' in v9fs_walk()Christian Schoenebeck1-8/+8
2022-06-15vfio-user: handle reset of remote deviceJagannathan Raman1-0/+20
2022-06-15vfio-user: handle device interruptsJagannathan Raman6-11/+268
2022-06-15vfio-user: handle PCI BAR accessesJagannathan Raman2-0/+193
2022-06-15vfio-user: handle DMA mappingsJagannathan Raman3-0/+62
2022-06-15vfio-user: IOMMU support for remote deviceJagannathan Raman3-1/+144
2022-06-15vfio-user: handle PCI config space accessesJagannathan Raman2-0/+53