summary refs log tree commit diff stats
path: root/hw (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi2023-09-211-7/+0
|\ \ \ \
| * | | | block: remove AIOCBInfo->get_aio_context()Stefan Hajnoczi2023-09-201-7/+0
| |/ / /
* | | | Merge tag 'pull-block-2023-09-01' of https://gitlab.com/hreitz/qemu into stagingStefan Hajnoczi2023-09-211-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | fsdev: Use ThrottleDirection instread of bool is_writezhenwei pi2023-08-291-2/+2
* | | | Merge tag 'hppa-btlb-pull-request' of https://github.com/hdeller/qemu-hppa in...Stefan Hajnoczi2023-09-201-5/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | target/hppa: Report and clear BTLBs via fw_cfg at startupHelge Deller2023-09-151-5/+5
* | | | Merge tag 'mem-2023-09-19' of https://github.com/davidhildenbrand/qemu into s...Stefan Hajnoczi2023-09-194-10/+25
|\ \ \ \
| * | | | machine: Improve error message when using default RAM backend idDavid Hildenbrand2023-09-191-3/+8
| * | | | nvdimm: Reject writing label data to ROM instead of crashing QEMUDavid Hildenbrand2023-09-193-7/+17
| | |_|/ | |/| |
* | | | Merge tag 'pull-ppc-20230918' of https://gitlab.com/danielhb/qemu into stagingStefan Hajnoczi2023-09-1910-657/+13
|\ \ \ \
| * | | | spapr: Remove support for NVIDIA V100 GPU with NVLink2Cédric Le Goater2023-09-189-656/+12
| * | | | ppc/xive: Fix uint32_t overflowCédric Le Goater2023-09-181-1/+1
| |/ / /
* | | | hw/net/rocker: Avoid variable length arrayPeter Maydell2023-09-181-1/+1
* | | | hw/net/fsl_etsec/rings.c: Avoid variable length arrayPeter Maydell2023-09-181-2/+10
* | | | e1000e: rename e1000e_ba_state and e1000e_write_hdr_to_rx_buffersTomasz Dzieciol2023-09-181-13/+15
* | | | igb: packet-split descriptors supportTomasz Dzieciol2023-09-183-43/+316
* | | | igb: add IPv6 extended headers traffic detectionTomasz Dzieciol2023-09-182-1/+4
* | | | igb: RX payload guest writting refactoringTomasz Dzieciol2023-09-182-86/+145
* | | | igb: RX descriptors guest writting refactoringTomasz Dzieciol2023-09-183-88/+96
* | | | igb: rename E1000E_RingInfo_stTomasz Dzieciol2023-09-182-38/+38
* | | | igb: remove TCP ACK detectionTomasz Dzieciol2023-09-181-5/+0
* | | | virtio-net: Add support for USO featuresYuri Benditovich2023-09-182-2/+33
* | | | virtio-net: Add USO flags to vhost support.Andrew Melnychenko2023-09-181-0/+3
* | | | tap: Add USO support to tap device.Andrew Melnychenko2023-09-184-3/+7
|/ / /
* | | Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into ...Stefan Hajnoczi2023-09-131-2/+2
|\ \ \
| * | | hw/nvme: Avoid dynamic stack allocationPeter Maydell2023-09-121-1/+1
| * | | hw/nvme: Use #define to avoid variable length arrayPhilippe Mathieu-Daudé2023-09-121-1/+1
| |/ /
* | | Merge tag 'pull-request-2023-09-12' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi2023-09-132-1/+12
|\ \ \
| * | | kconfig: Add NVME to s390x machinesCédric Le Goater2023-09-121-1/+1
| * | | s390x: do a subsystem reset before the unprotect on rebootJanosch Frank2023-09-121-0/+10
| * | | s390x/ap: fix missing subsystem reset registrationJanosch Frank2023-09-121-0/+1
| |/ /
* | | virtio-gpu/win32: set the destroy function on loadMarc-André Lureau2023-09-121-1/+3
* | | vmmouse: use explicit codeMarc-André Lureau2023-09-121-2/+11
* | | vmmouse: replace DPRINTF with tracingMarc-André Lureau2023-09-122-15/+24
* | | vhost-user-gpu: support dmabuf modifiersErico Nunes2023-09-121-1/+16
|/ /
* | Merge tag 'pull-vfio-20230911' of https://github.com/legoater/qemu into stagingStefan Hajnoczi2023-09-114-41/+208
|\ \
| * | vfio/common: Separate vfio-pci rangesJoao Martins2023-09-112-12/+61
| * | vfio/migration: Block VFIO migration with background snapshotAvihai Horon2023-09-111-1/+10
| * | vfio/migration: Block VFIO migration with postcopy migrationAvihai Horon2023-09-111-0/+22
| * | vfio/migration: Fail adding device with enable-migration=on and existing blockerAvihai Horon2023-09-111-2/+5
| * | vfio/migration: Allow migration of multiple P2P supporting devicesAvihai Horon2023-09-111-8/+18
| * | vfio/migration: Add P2P support for VFIO migrationAvihai Horon2023-09-113-5/+48
| * | vfio/migration: Refactor PRE_COPY and RUNNING state checksJoao Martins2023-09-112-10/+22
| * | qdev: Add qdev_add_vm_change_state_handler_full()Avihai Horon2023-09-111-1/+13
| * | vfio/migration: Move from STOP_COPY to STOP in vfio_save_cleanup()Avihai Horon2023-09-111-6/+13
* | | Merge tag 'pull-riscv-to-apply-20230911' of https://github.com/alistair23/qem...Stefan Hajnoczi2023-09-115-209/+265
|\ \ \
| * | | hw/intc/riscv_aplic.c fix non-KVM --enable-debug buildDaniel Henrique Barboza2023-09-111-6/+2
| * | | hw/riscv/virt.c: fix non-KVM --enable-debug buildDaniel Henrique Barboza2023-09-111-3/+3
| * | | hw/riscv: virt: Fix riscv,pmu DT node pathConor Dooley2023-09-111-1/+1
| * | | target/riscv: select KVM AIA in riscv virt machineYong-Xuan Wang2023-09-111-31/+63