aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson5-19/+16
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
2022-06-15vfio-user: run vfio-user contextJagannathan Raman1-1/+117
2022-06-15vfio-user: find and init PCI deviceJagannathan Raman1-0/+67
2022-06-15vfio-user: instantiate vfio-user contextJagannathan Raman1-0/+82
2022-06-15vfio-user: define vfio-user-server objectJagannathan Raman4-0/+241
2022-06-15vfio-user: build libraryJagannathan Raman2-0/+6
2022-06-15remote/machine: add vfio-user propertyJagannathan Raman1-0/+23
2022-06-15remote/machine: add HotplugHandler for remote machineJagannathan Raman1-0/+10
2022-06-15qdev: unplug blocker for devicesJagannathan Raman1-0/+24
2022-06-15q35:Enable TSEG only when G_SMRAME and TSEG_EN both enabledZhenzhong Duan1-1/+2
2022-06-14virtio-mmio: cleanup resetPaolo Bonzini1-9/+8
2022-06-14virtio: stop ioeventfd on resetPaolo Bonzini4-5/+2
2022-06-14virtio-mmio: stop ioeventfd on legacy resetPaolo Bonzini1-0/+1
2022-06-14s390x: simplify virtio_ccw_reset_virtioPaolo Bonzini1-6/+5
2022-06-14virtio-gpu: Respect UI refresh rate for EDIDAkihiko Odaki2-0/+2
2022-06-14ui: Deliver refresh rate via QemuUIInfoAkihiko Odaki1-3/+11
2022-06-14ui/console: Do not return a value with ui_infoAkihiko Odaki3-11/+8
2022-06-14virtio-gpu: update done only on the scanout associated with rectDongwon Kim1-0/+3
2022-06-14usbredir: avoid queuing hello packet on snapshot restoreJoelle van Dyne1-1/+2
2022-06-14hw/usb/hcd-ehci: fix writeback orderArnout Engelen1-1/+4
2022-06-14meson: Add CanoKeyHongren (Zenithal) Zheng2-0/+10
2022-06-14hw/usb/canokey: Add trace eventsHongren (Zenithal) Zheng2-0/+29
2022-06-14hw/usb: Add CanoKey ImplementationHongren (Zenithal) Zheng2-0/+369
2022-06-11hw/mips/boston: Initialize g_autofree pointersBernhard Beschow1-1/+2
2022-06-11hw/net/fsl_etsec/etsec: Remove obsolete and unused etsec_create()Bernhard Beschow2-30/+0
2022-06-11hw/i386/pc: Unexport functions used only internallyBernhard Beschow1-2/+2
2022-06-11hw/i386/pc: Unexport PC_CPU_MODEL_IDS macroBernhard Beschow1-0/+9
2022-06-11hw/audio/cs4231a: Const'ify global tablesBernhard Beschow1-4/+4
2022-06-11hw: Reuse TYPE_I8042 defineBernhard Beschow2-3/+3
2022-06-11hw/rtc/mc146818rtc: QOM'ify io_base offsetBernhard Beschow2-4/+7
2022-06-11hw/i386/microvm-dt: Determine mc146818rtc's IRQ number from QOM propertyBernhard Beschow1-1/+1
2022-06-11hw/i386/microvm-dt: Force explicit failure if retrieving QOM property failsBernhard Beschow1-2/+3
2022-06-11hw/isa/piix3: Inline and remove piix3_create()Bernhard Beschow2-14/+5
2022-06-11hw/isa/piix3: Factor out ISABus retrieval from piix3_create()Bernhard Beschow2-3/+3
2022-06-11hw/isa/piix3: QOM'ify PCI device creation and wiringBernhard Beschow1-22/+45
2022-06-11hw/isa/piix3: Move pci_map_irq_fn near pci_set_irq_fnBernhard Beschow1-11/+11
2022-06-11hw/isa/piix4: Inline and remove piix4_create()Bernhard Beschow2-14/+4
2022-06-11hw/isa/piix4: QOM'ify PIIX4 PM creationBernhard Beschow2-12/+17
2022-06-11hw/isa/piix4: Factor out ISABus retrieval from piix4_create()Bernhard Beschow2-6/+3
2022-06-11hw/isa/piix4: QOM'ify PCI device creation and wiringBernhard Beschow1-8/+22
2022-06-11hw/isa/piix4: Move pci_map_irq_fn' near pci_set_irq_fnBernhard Beschow1-25/+25