summaryrefslogtreecommitdiffstats
path: root/include/hw
Commit message (Expand)AuthorAgeFilesLines
* Revert "hw/loongarch/virt: Add cfi01 pflash device"HEADmasterSong Gao2022-12-051-5/+0Star
* Merge tag 'pull-loongarch-20221202' of https://gitlab.com/gaosong/qemu into s...Stefan Hajnoczi2022-12-041-0/+5
|\
| * hw/loongarch/virt: Add cfi01 pflash deviceXiaojuan Yang2022-12-021-0/+5
* | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi2022-12-044-7/+50
|\ \ | |/ |/|
| * include/hw: VM state takes precedence in virtio_device_should_startAlex Bennée2022-12-011-5/+18
| * hw/virtio: generalise CHR_EVENT_CLOSED handlingAlex Bennée2022-12-011-0/+18
| * hw/virtio: add started_vu status field to vhost-user-gpioAlex Bennée2022-12-011-0/+10
| * vhost: enable vrings in vhost_dev_start() for vhost-user devicesStefano Garzarella2022-12-011-2/+4
* | hw/sd: Fix sun4i allwinner-sdhost for U-BootStrahinja Jankovic2022-11-211-0/+1
|/
* virtio-net: fix for heap-buffer-overflowXuan Zhuo2022-11-101-0/+2
* Merge tag 'pull-request-2022-11-08' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi2022-11-083-855/+854Star
|\
| * hw/usb: fix tab indentationAmarjargal Gundjalam2022-11-082-854/+854
| * Revert "s390x/s390-virtio-ccw: add zpcii-disable machine property"Cédric Le Goater2022-11-081-1/+0Star
* | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi2022-11-0816-15/+378
|\ \ | |/ |/|
| * hw/virtio: introduce virtio_device_should_startAlex Bennée2022-11-071-0/+18
| * hw/smbios: add core_count2 to smbios table type 4Julia Suvorova2022-11-071-0/+12
| * intel-iommu: PASID supportJason Wang2022-11-072-1/+8
| * intel-iommu: drop VTDBusJason Wang2022-11-071-9/+2Star
| * msix: Assert that specified vector is in rangeAkihiko Odaki2022-11-071-2/+2
| * acpi: add get_dev_aml_func() helperIgor Mammedov2022-11-071-2/+11
| * vhost: expose vhost_virtqueue_stop()Kangjie Xu2022-11-071-0/+2
| * vhost: expose vhost_virtqueue_start()Kangjie Xu2022-11-071-0/+3
| * virtio-pci: support queue resetXuan Zhuo2022-11-071-0/+5
| * virtio: core: vq reset feature negotation supportKangjie Xu2022-11-071-1/+3
| * virtio: introduce virtio_queue_enable()Kangjie Xu2022-11-071-0/+2
| * virtio: introduce virtio_queue_reset()Xuan Zhuo2022-11-071-0/+2
| * hw/pci-bridge/cxl-upstream: Add a CDAT table access DOEJonathan Cameron2022-11-071-0/+1
| * hw/cxl/cdat: CXL CDAT Data Object Exchange implementationHuai-Cheng Kuo2022-11-074-0/+176
| * hw/pci: PCIe Data Object Exchange emulationHuai-Cheng Kuo2022-11-074-0/+131
* | s390x/cpu topology: add max_threads machine class attributePierre Morel2022-11-061-0/+1
* | hw/loongarch: Improve fdt for LoongArch virt machineXiaojuan Yang2022-11-041-0/+1
* | hw/loongarch: Load FDT table into dram memory spaceXiaojuan Yang2022-11-041-3/+0Star
|/
* mac_nvram: Use NVRAM_SIZE constantBALATON Zoltan2022-10-311-2/+1Star
* hw/ppc/mac.h: Rename to include/hw/nvram/mac_nvram.hBALATON Zoltan2022-10-312-1/+53
* hw/ppc/mac.h: Move grackle-pcihost type declaration out to a headerBALATON Zoltan2022-10-311-0/+44
* hw/ppc/mac.h: Move macio specific parts out from shared headerBALATON Zoltan2022-10-311-0/+21
* Merge tag 'mips-20221030' of https://github.com/philmd/qemu into stagingStefan Hajnoczi2022-10-313-4/+15
|\
| * hw/mips/bootloader: Allow bl_gen_jump_kernel to optionally set registerPhilippe Mathieu-Daudé2022-10-311-2/+6
| * hw/ide/piix: Introduce TYPE_ macros for PIIX IDE controllersBernhard Beschow2022-10-311-0/+7
| * hw/isa/vt82c686: Instantiate PM function in host deviceBernhard Beschow2022-10-311-2/+0Star
| * hw/isa/vt82c686: Introduce TYPE_VT82C686B_USB_UHCI defineBernhard Beschow2022-10-311-0/+1
| * hw/isa/vt82c686: Introduce TYPE_VIA_IDE defineBernhard Beschow2022-10-311-0/+1
* | Merge tag 'pull-ppc-20221029' of https://gitlab.com/danielhb/qemu into stagingStefan Hajnoczi2022-10-311-12/+8Star
|\ \
| * | ppc4xx_sdram: Move ppc4xx_sdram_banks() to ppc4xx_sdram.cBALATON Zoltan2022-10-281-12/+8Star
* | | Merge tag 'pull-request-2022-10-28' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi2022-10-311-0/+1
|\ \ \ | |_|/ |/| |
| * | accel/qtest: Support qtest accelerator for WindowsXuzhou Cheng2022-10-281-0/+1
| |/
* | Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingStefan Hajnoczi2022-10-301-0/+2
|\ \
| * | virtio-blk: use BDRV_REQ_REGISTERED_BUF optimization hintStefan Hajnoczi2022-10-261-0/+2
* | | reset: allow registering handlers that aren't called by snapshot loadingJason A. Donenfeld2022-10-271-1/+1
| |/ |/|
* | Merge tag 'dump-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi2022-10-261-0/+19
|\ \