summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* vhost-vdpa: don't initialize backend_featuresJason Wang2021-06-111-3/+0Star
* vhost-vdpa: map virtqueue notification area if possibleJason Wang2021-06-111-0/+85
* vhost-vdpa: skip ram device from the IOTLB mappingJason Wang2021-06-111-10/+2Star
* Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20210...Peter Maydell2021-06-084-25/+117
|\
| * hw/riscv: microchip_pfsoc: Support direct kernel bootBin Meng2021-06-081-3/+78
| * hw/riscv: Use macros for BIOS image namesBin Meng2021-06-083-12/+6Star
| * hw/riscv: Support the official PLIC DT bindingsBin Meng2021-06-082-2/+10
| * hw/riscv: Support the official CLINT DT bindingsBin Meng2021-06-083-3/+15
| * hw/riscv: virt: Switch to use qemu_fdt_setprop_string_array() helperBin Meng2021-06-081-2/+5
| * hw/riscv: sifive_u: Switch to use qemu_fdt_setprop_string_array() helperBin Meng2021-06-081-3/+3
* | vhost-vdpa: Remove redundant declaration of address_space_memoryXie Yongji2021-06-051-0/+1
* | hw/display/macfb: Classify the "nubus-macfb" as display deviceThomas Huth2021-06-051-0/+1
* | misc: Correct relative include pathPhilippe Mathieu-Daudé2021-06-053-5/+5
* | i386/kvm: The value passed to strerror should be positiveDmitry Voronetskiy2021-06-055-12/+12
|/
* Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2021-06-042-3/+116
|\
| * virtio-net: Added eBPF RSS to virtio-net.Andrew Melnychenko2021-06-042-3/+116
* | arm: Consistently use "Cortex-Axx", not "Cortex Axx"Peter Maydell2021-06-036-9/+9
* | target/arm: Allow board models to specify initial NS VTORPeter Maydell2021-06-031-0/+7
* | hw/core/cpu: removed cpu_dump_statistics functionBruno Larsen (billionai)2021-06-031-9/+0Star
* | ppc/pef.c: initialize cgs->ready in kvmppc_svm_init()Daniel Henrique Barboza2021-06-031-2/+4
* | spapr: Set LPCR to current AIL mode when starting a new CPUNicholas Piggin2021-06-031-5/+9
* | spapr: Remove stale comment about power-saving LPCR bitsNicholas Piggin2021-06-031-1/+0Star
* | spapr: nvdimm: Fix the persistent-memory root node name in device treeShivaprasad G Bhat2021-06-031-2/+2
* | spapr: nvdimm: Forward declare and move the definitionsShivaprasad G Bhat2021-06-031-0/+12
* | spapr: Fix EEH capability issue on KVM guest for PCI passthruMahesh Salgaonkar2021-06-031-7/+33
* | spapr: Don't hijack current_machine->boot_orderGreg Kurz2021-06-031-3/+5
* | Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-06-...Peter Maydell2021-06-0245-45/+45
|\ \
| * | docs: fix references to docs/specs/tpm.rstStefano Garzarella2021-06-022-2/+2
| * | docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-0243-43/+43
* | | i386: use better matching family/model/stepping for 'qemu64' CPUDaniel P. Berrangé2021-05-311-1/+5
|/ /
* | Merge remote-tracking branch 'remotes/kraxel/tags/usb-20210528-pull-request' ...Peter Maydell2021-05-305-11/+20
|\ \
| * | hw/usb: hcd-xhci-pci: Fix spec violation of IP flag for MSI/MSI-XRuimei Yan2021-05-284-7/+15
| * | hw/usb: hcd-xhci-pci: Raise MSI/MSI-X interrupts only when told toRuimei Yan2021-05-281-2/+3
| * | hw/input/hid: Add support for keys of jp106 keyboard.Katsuhiro Ueno2021-05-281-2/+2
* | | Merge remote-tracking branch 'remotes/kraxel/tags/vga-20210527-pull-request' ...Peter Maydell2021-05-307-98/+567
|\ \ \
| * | | virtio-gpu: Update cursor data using blobVivek Kasireddy2021-05-271-5/+14
| * | | virtio-gpu: Add virtio_gpu_set_scanout_blobVivek Kasireddy2021-05-272-7/+96
| * | | virtio-gpu: Factor out update scanoutVivek Kasireddy2021-05-271-12/+23
| * | | virtio-gpu: Add helpers to create and destroy dmabuf objectsVivek Kasireddy2021-05-271-0/+65
| * | | virtio-gpu: Add virtio_gpu_resource_create_blobVivek Kasireddy2021-05-272-3/+71
| * | | virtio-gpu: Add initial definitions for blob resourcesVivek Kasireddy2021-05-272-0/+17
| * | | virtio-gpu: Refactor virtio_gpu_create_mapping_iovVivek Kasireddy2021-05-272-11/+11
| * | | virtio-gpu: Refactor virtio_gpu_set_scanoutVivek Kasireddy2021-05-271-64/+87
| * | | virtio-gpu: Add virtio_gpu_find_check_resourceVivek Kasireddy2021-05-271-19/+47
| * | | virtio-gpu: Add udmabuf helpersVivek Kasireddy2021-05-272-0/+159
| * | | hw/display/qxl: Set pci rom address aligned with page sizemaobibo2021-05-271-1/+1
* | | | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2021-05-283-5/+6
|\ \ \ \
| * | | | virtio-net: failover: add missing remove_migration_state_change_notifier()Laurent Vivier2021-05-271-0/+1
| * | | | hw/net/imx_fec: return 0xffff when accessing non-existing PHYGuenter Roeck2021-05-272-5/+5
* | | | | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210526' into...Peter Maydell2021-05-285-152/+151Star
|\ \ \ \ \ | |_|_|/ / |/| | | |