aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2022-01-07pci: Export the pci_intx() functionFrederic Barrat1-5/+0
2022-01-07vhost-user-blk: propagate error return from generic vhostRoman Kagan1-1/+1
2022-01-07vhost: stick to -errno error return conventionRoman Kagan1-54/+46
2022-01-07vhost-user: stick to -errno error return conventionRoman Kagan1-178/+223
2022-01-07vhost-vdpa: stick to -errno error return conventionRoman Kagan1-14/+23
2022-01-07vhost-backend: stick to -errno error return conventionRoman Kagan1-1/+1
2022-01-07vhost-backend: avoid overflow on memslots_limitRoman Kagan1-1/+1
2022-01-07vhost-user-blk: reconnect on any error during realizeRoman Kagan1-1/+1
2022-01-07trace-events,pci: unify trace events formatLaurent Vivier3-8/+10
2022-01-07virtio-pci: add support for configure interruptCindy Lu2-13/+83
2022-01-07virtio-mmio: add support for configure interruptCindy Lu1-0/+27
2022-01-07virtio-net: add support for configure interruptCindy Lu3-2/+20
2022-01-06vhost: add support for configure interruptCindy Lu1-0/+76
2022-01-06virtio: add support for configure interruptCindy Lu1-0/+29
2022-01-06vhost-vdpa: add support for config interruptCindy Lu2-0/+8
2022-01-06virtio-pci: decouple the single vector from the interrupt processCindy Lu1-58/+73
2022-01-06virtio-pci: decouple notifier from interrupt processCindy Lu1-31/+57
2022-01-06virtio: introduce macro IRTIO_CONFIG_IRQ_IDXCindy Lu5-2/+32
2022-01-06acpi: validate hotplug selector on accessMichael S. Tsirkin1-0/+3
2022-01-06virtio-mem: Don't skip alignment checks when warning about block sizeDavid Hildenbrand1-1/+2
2022-01-05hw: Add compat machines for 7.0Cornelia Huck7-6/+65
2022-01-04ppc/ppc405: Fix timer initializationCédric Le Goater1-2/+0
2022-01-04ppc/ppc405: Rework ppc_40x_timers_init() to use a PowerPCCPUCédric Le Goater1-23/+19
2022-01-04ppc/ppc405: Restore TCR and STR write handlersCédric Le Goater2-0/+27
2022-01-04ppc/ppc4xx: Convert printfs()Cédric Le Goater4-35/+29
2022-01-04pnv_phb4.c: do not set 'root-bus' as bus nameDaniel Henrique Barboza1-1/+1
2022-01-04pnv_phb3.c: do not set 'root-bus' as bus nameDaniel Henrique Barboza1-1/+2
2022-01-04ppc/pnv: Remove the PHB4 "device-id" propertyCédric Le Goater2-4/+0
2022-01-04ppc/pnv: Remove PHB4 reset handlerCédric Le Goater1-13/+0
2022-01-04ppc/pnv: Change the maximum of PHB3 devices for Power8NVLCédric Le Goater1-1/+1
2021-12-31hw/core/machine: Introduce CPU cluster topology supportYanan Wang2-7/+22
2021-12-31hw/core: Rename smp_parse() -> machine_parse_smp_config()Philippe Mathieu-Daudé2-3/+5
2021-12-31hw/qdev: Rename qdev_connect_gpio_out*() 'input_pin' parameterPhilippe Mathieu-Daudé1-6/+7
2021-12-31pci: Let ld*_pci_dma() propagate MemTxResultPhilippe Mathieu-Daudé6-44/+52
2021-12-31pci: Let ld*_pci_dma() take MemTxAttrs argumentPhilippe Mathieu-Daudé7-26/+43
2021-12-31pci: Let st*_pci_dma() take MemTxAttrs argumentPhilippe Mathieu-Daudé5-29/+46
2021-12-31dma: Let ld*_dma() propagate MemTxResultPhilippe Mathieu-Daudé2-7/+8
2021-12-31dma: Let ld*_dma() take MemTxAttrs argumentPhilippe Mathieu-Daudé2-6/+7
2021-12-31dma: Let st*_dma() take MemTxAttrs argumentPhilippe Mathieu-Daudé1-2/+2
2021-12-31dma: Let dma_buf_read() take MemTxAttrs argumentPhilippe Mathieu-Daudé4-16/+16
2021-12-31dma: Let dma_buf_write() take MemTxAttrs argumentPhilippe Mathieu-Daudé4-5/+8
2021-12-31pci: Let pci_dma_rw() take MemTxAttrs argumentPhilippe Mathieu-Daudé2-2/+3
2021-12-30dma: Have dma_buf_read() / dma_buf_write() take a void pointerPhilippe Mathieu-Daudé1-11/+11
2021-12-30dma: Let dma_memory_map() take MemTxAttrs argumentPhilippe Mathieu-Daudé5-13/+22
2021-12-30dma: Let dma_memory_read/write() take MemTxAttrs argumentPhilippe Mathieu-Daudé28-140/+225
2021-12-30dma: Let dma_memory_rw() take MemTxAttrs argumentPhilippe Mathieu-Daudé2-5/+8
2021-12-30dma: Let dma_memory_set() take MemTxAttrs argumentPhilippe Mathieu-Daudé1-1/+2
2021-12-30hw/scsi/megasas: Use uint32_t for reply queue head/tail valuesPhilippe Mathieu-Daudé2-6/+6
2021-12-22failover: Silence warning messages during qtestLaurent Vivier1-1/+6
2021-12-21ui: move qemu_spice_fill_device_address to ui/util.cMarc-André Lureau1-1/+6