summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: remove the @errp argument of net_client_inits()Laurent Vivier2022-10-283-15/+9Star
* net: introduce convert_host_port()Laurent Vivier2022-10-282-30/+34
* vhost: Accept event idx flagEugenio Pérez2022-10-281-0/+1
* vhost: use avail event idx on vhost_svq_kickEugenio Pérez2022-10-281-1/+11
* vhost: toggle device callbacks using used event idxEugenio Pérez2022-10-281-3/+15
* vhost: allocate event_idx fields on vringEugenio Pérez2022-10-281-4/+4
* net: improve error message for missing netdev backendDaniel P. Berrangé2022-10-281-7/+11
* vhost-vdpa: allow passing opened vhostfd to vhost-vdpaSi-Wei Liu2022-10-283-7/+27
* vdpa: Remove shadow CVQ command checkEugenio Pérez2022-10-281-48/+0Star
* vdpa: Delete duplicated vdpa_feature_bits entryEugenio Pérez2022-10-281-1/+0Star
* virtio-net: fix TX timer with tx_burstLaurent Vivier2022-10-281-9/+41
* virtio-net: fix bottom-half packet TX on asynchronous completionLaurent Vivier2022-10-281-1/+12
* Merge tag 'dump-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi2022-10-2613-98/+649
|\
| * dump/win_dump: limit number of processed PRCBsViktor Prutyanov2022-10-261-0/+7
| * s390x: pv: Add dump supportJanosch Frank2022-10-263-33/+246
| * s390x: Add KVM PV dump interfaceJanosch Frank2022-10-262-0/+60
| * include/elf.h: add s390x note typesJanosch Frank2022-10-261-0/+2
| * s390x: Introduce PV query interfaceJanosch Frank2022-10-263-0/+77
| * s390x: Add protected dump capJanosch Frank2022-10-264-0/+22
| * dump: Add architecture section and section string table supportJanosch Frank2022-10-243-26/+166
| * dump: Reintroduce memory_offset and section_offsetJanosch Frank2022-10-241-0/+2
| * dump: Reorder struct DumpStateJanosch Frank2022-10-241-7/+9
| * dump: Write ELF section headers right after ELF headerJanosch Frank2022-10-241-17/+14Star
| * dump: Use a buffer for ELF section data and headersJanosch Frank2022-10-242-24/+53
* | Merge tag 'pull-tcg-20221026' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi2022-10-2669-1221/+1304
|\ \
| * | accel/tcg: Remove restore_state_to_opc functionRichard Henderson2022-10-262-17/+2Star
| * | target/xtensa: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-262-6/+10
| * | target/tricore: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-262-6/+11
| * | target/sparc: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-263-2/+9
| * | target/sh4: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-262-10/+16
| * | target/s390x: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-263-3/+9
| * | target/rx: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-262-6/+10
| * | target/riscv: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-261-2/+7
| * | target/ppc: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-262-6/+10
| * | target/openrisc: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-262-10/+13
| * | target/nios2: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-262-6/+11
| * | target/mips: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-263-2/+10
| * | target/microblaze: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-262-7/+11
| * | target/m68k: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-262-10/+14
| * | target/loongarch: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-262-6/+11
| * | target/i386: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-262-15/+19
| * | target/hppa: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-262-13/+19
| * | target/hexagon: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-261-2/+7
| * | target/cris: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-262-6/+11
| * | target/avr: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-262-6/+11
| * | target/arm: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-262-22/+26
| * | target/alpha: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-262-6/+9
| * | accel/tcg: Add restore_state_to_opc to TCGCPUOpsRichard Henderson2022-10-263-3/+34
| * | accel/tcg: Simplify page_get/alloc_target_dataRichard Henderson2022-10-263-31/+10Star
| * | accel/tcg: Move TARGET_PAGE_DATA_SIZE impl to user-exec.cRichard Henderson2022-10-262-50/+50