aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2022-10-12Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi27-233/+1940
2022-10-12Merge tag 'pull-target-arm-20221010' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi1-0/+4
2022-10-12pci-ids: document modern virtio-pci ids in pci.h tooGerd Hoffmann1-1/+1
2022-10-12pci-ids: drop PCI_DEVICE_ID_VIRTIO_PMEMGerd Hoffmann1-2/+0
2022-10-12pci-ids: drop PCI_DEVICE_ID_VIRTIO_MEMGerd Hoffmann1-2/+0
2022-10-12pci-ids: drop PCI_DEVICE_ID_VIRTIO_IOMMUGerd Hoffmann1-3/+1
2022-10-12cirrus_vga: fix potential memory overflowlu zhipeng1-1/+1
2022-10-10hw/arm/boot: set CPTR_EL3.ESM and SCR_EL3.EnTP2 when booting Linux with EL3Jerome Forissier1-0/+4
2022-10-10scsi-disk: support setting CD-ROM block size via device optionsJohn Millikin1-1/+6
2022-10-09x86: pci: acpi: consolidate PCI slots creationIgor Mammedov1-57/+54
2022-10-09x86: pci: acpi: reorder Device's _DSM methodIgor Mammedov1-3/+1
2022-10-09x86: pci: acpi: reorder Device's _ADR and _SUN fieldsIgor Mammedov1-1/+1
2022-10-09x86: acpi: cleanup PCI device _DSM duplicationIgor Mammedov1-29/+27
2022-10-09x86: acpi: _DSM: use Package to pass parametersIgor Mammedov1-13/+27
2022-10-09acpi: x86: refactor PDSM method to reduce nestingIgor Mammedov1-62/+77
2022-10-09acpi: x86: deduplicate HPET AML buildingIgor Mammedov1-6/+4
2022-10-09hw/smbios: support for type 8 (port connector)Hal Martin1-0/+63
2022-10-09qmp: add QMP command x-query-virtio-queue-elementLaurent Vivier2-0/+163
2022-10-09qmp: add QMP commands for virtio/vhost queue-statusLaurent Vivier2-0/+117
2022-10-09qmp: decode feature & status bits in virtio-statusLaurent Vivier1-8/+635
2022-10-09qmp: add QMP command x-query-virtio-statusLaurent Vivier2-0/+109
2022-10-09qmp: add QMP command x-query-virtioLaurent Vivier3-0/+60
2022-10-09Revert "intel_iommu: Fix irqchip / X2APIC configuration checks"Peter Xu1-0/+5
2022-10-09mem/cxl-type3: Add sn option to provide serial number for PCI ecapJonathan Cameron1-1/+13
2022-10-09acpi: arm/virt: build_gtdt: fix invalid 64-bit physical addressesMiguel Luis1-3/+2
2022-10-07vhost-user-blk: dynamically resize config space based on featuresDaniil Tatianin2-8/+11
2022-10-07vhost-user-blk: make 'config_wce' part of 'host_features'Daniil Tatianin1-4/+2
2022-10-07vhost-user-blk: make it possible to disable write-zeroes/discardDaniil Tatianin1-2/+4
2022-10-07virtio-blk: move config size params to virtio-blk-commonDaniil Tatianin3-23/+42
2022-10-07virtio: introduce VirtIOConfigSizeParams & virtio_get_config_sizeDaniil Tatianin3-15/+20
2022-10-07hw/virtio: add vhost-user-gpio-pci boilerplateViresh Kumar2-0/+70
2022-10-07hw/virtio: add boilerplate for vhost-user-gpio deviceViresh Kumar4-0/+422
2022-10-07hw/virtio: move vhd->started check into helper and add FIXMEAlex Bennée9-13/+21
2022-10-07hw/virtio: move vm_running check to virtio_device_startedAlex Bennée5-25/+5
2022-10-07hw/virtio: add some vhost-user trace eventsAlex Bennée2-0/+10
2022-10-07hw/virtio: log potentially buggy guest driversAlex Bennée1-0/+7
2022-10-07hw/virtio: fix some coding style issuesAlex Bennée1-3/+4
2022-10-07hw/virtio: incorporate backend features in featuresAlex Bennée1-1/+8
2022-10-079p: add missing coroutine_fn annotationsMarc-André Lureau1-3/+6
2022-10-06monitor: expose monitor_puts to rest of codeAlex Bennée1-1/+1
2022-10-05Merge tag 'pull-tcg-20221004' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi2-5/+3
2022-10-04include/hw/core: Create struct CPUJumpCacheRichard Henderson1-2/+1
2022-10-04Merge tag 'trivial-branch-for-7.2-pull-request' of https://gitlab.com/laurent...Stefan Hajnoczi4-4/+4
2022-10-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi12-105/+64
2022-10-03hw/core/cpu-sysemu: used cached class in cpu_asidx_from_attrsAlex Bennée1-3/+2
2022-10-04Use g_new() & friends where that makes obvious senseMarkus Armbruster2-2/+2
2022-10-03Merge tag 'for-upstream' of git://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi3-11/+43
2022-10-03Merge tag 'pull-target-arm-20220930' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi2-4/+40
2022-10-01x86: re-initialize RNG seed when selecting kernelJason A. Donenfeld1-1/+4
2022-09-30hw/ide/core.c: Implement ATA INITIALIZE_DEVICE_PARAMETERS commandLev Kujawski1-3/+26