summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2022-10-181-0/+1
|\
| * virtio-scsi: Send "REPORTED LUNS CHANGED" sense data upon disk hotplug eventsVenu Busireddy2022-10-131-0/+1
* | qmp/hmp, device_tree.c: introduce dumpdtbDaniel Henrique Barboza2022-10-171-0/+1
* | ppc440_uc.c: Move some macros to ppc4xx.hBALATON Zoltan2022-10-171-0/+4
* | ppc440_sdram: QOM'ifyBALATON Zoltan2022-10-171-2/+16
* | ppc4xx_sdram: Rename functions to prevent name clashesBALATON Zoltan2022-10-171-2/+2
* | ppc440_sdram: Get rid of the init RAM hackBALATON Zoltan2022-10-171-0/+2
* | ppc4xx_sdram: QOM'ifyBALATON Zoltan2022-10-171-5/+26
* | ppc4xx_sdram: Move size check to ppc4xx_sdram_init()BALATON Zoltan2022-10-171-1/+1
* | ppc4xx: Use Ppc4xxSdramBank in ppc4xx_sdram_banks()BALATON Zoltan2022-10-171-6/+3Star
* | ppc4xx_sdram: Get rid of the init RAM hackBALATON Zoltan2022-10-171-2/+3
* | ppc4xx: Introduce Ppc4xxSdramBank structBALATON Zoltan2022-10-171-0/+8
* | hw/riscv: virt: Enable booting S-mode firmware from pflashSunil V L2022-10-141-0/+1
* | hw/arm, loongarch: Move load_image_to_fw_cfg() to common locationSunil V L2022-10-141-0/+21
* | hw/ssi: ibex_spi: fixup/add rw1c functionalityWilfred Mallawa2022-10-141-2/+2
|/
* Merge tag 'kraxel-20221013-pull-request' of https://gitlab.com/kraxel/qemu in...Stefan Hajnoczi2022-10-131-3/+10
|\
| * pci-ids: document modern virtio-pci ids in pci.h tooGerd Hoffmann2022-10-121-0/+10
| * pci-ids: drop PCI_DEVICE_ID_VIRTIO_PMEMGerd Hoffmann2022-10-121-1/+0Star
| * pci-ids: drop PCI_DEVICE_ID_VIRTIO_MEMGerd Hoffmann2022-10-121-1/+0Star
| * pci-ids: drop PCI_DEVICE_ID_VIRTIO_IOMMUGerd Hoffmann2022-10-121-1/+0Star
* | Merge tag 'win32-pull-request' of https://gitlab.com/marcandre.lureau/qemu in...Stefan Hajnoczi2022-10-131-1/+4
|\ \
| * | io/command: implement support for win32Marc-André Lureau2022-10-121-0/+3
| * | io/command: use glib GSpawn, instead of open-coding fork/execMarc-André Lureau2022-10-121-1/+1
* | | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2022-10-132-0/+78
|\ \ \
| * | | kvm: expose struct KVMStateChenyi Qiang2022-10-111-0/+76
| * | | kvm: allow target-specific accelerator propertiesPaolo Bonzini2022-10-101-0/+2
| | |/ | |/|
* | | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi2022-10-129-36/+130
|\ \ \
| * | | hw/smbios: support for type 8 (port connector)Hal Martin2022-10-091-0/+10
| * | | pci: Sanity check mask argument to pci_set_*_by_mask()Peter Maydell2022-10-091-4/+16
| * | | pci: Remove unused pci_get_*_by_mask() functionsPeter Maydell2022-10-091-28/+0Star
| * | | hmp: add virtio commandsLaurent Vivier2022-10-091-0/+5
| * | | qmp: decode feature & status bits in virtio-statusLaurent Vivier2022-10-092-0/+8
| * | | qmp: add QMP command x-query-virtioLaurent Vivier2022-10-091-0/+1
| * | | mem/cxl-type3: Add sn option to provide serial number for PCI ecapJonathan Cameron2022-10-091-0/+1
| * | | vhost-user-blk: make 'config_wce' part of 'host_features'Daniil Tatianin2022-10-071-1/+0Star
| * | | virtio-blk: move config size params to virtio-blk-commonDaniil Tatianin2022-10-071-0/+20
| * | | virtio: introduce VirtIOConfigSizeParams & virtio_get_config_sizeDaniil Tatianin2022-10-071-2/+8
| * | | hw/virtio: add boilerplate for vhost-user-gpio deviceViresh Kumar2022-10-071-0/+35
| * | | hw/virtio: move vhd->started check into helper and add FIXMEAlex Bennée2022-10-071-0/+12
| * | | hw/virtio: move vm_running check to virtio_device_startedAlex Bennée2022-10-071-0/+5
| * | | include/hw: document vhost_dev feature life-cycleAlex Bennée2022-10-071-0/+3
| * | | include/hw/virtio: more comment for VIRTIO_F_BAD_FEATUREAlex Bennée2022-10-071-1/+6
| |/ /
* | | Merge tag 'for-upstream' of git://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi2022-10-125-100/+288
|\ \ \ | |_|/ |/| |
| * | job: remove unused functionsEmanuele Giuseppe Esposito2022-10-071-72/+38Star
| * | blockjob: remove unused functionsEmanuele Giuseppe Esposito2022-10-071-19/+12Star
| * | job.c: enable job lock/unlock and remove Aiocontext locksEmanuele Giuseppe Esposito2022-10-071-8/+9
| * | job.h: categorize JobDriver callbacks that need the AioContext lockEmanuele Giuseppe Esposito2022-10-071-2/+25
| * | blockjob.h: categorize fields in struct BlockJobEmanuele Giuseppe Esposito2022-10-071-6/+26
| * | jobs: protect job.aio_context with BQL and job_mutexEmanuele Giuseppe Esposito2022-10-071-3/+20
| * | blockjob: introduce block_job _locked() APIsEmanuele Giuseppe Esposito2022-10-071-0/+18