aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-28net: introduce convert_host_port()Laurent Vivier2-30/+34
2022-10-28vhost: Accept event idx flagEugenio Pérez1-0/+1
2022-10-28vhost: use avail event idx on vhost_svq_kickEugenio Pérez1-1/+11
2022-10-28vhost: toggle device callbacks using used event idxEugenio Pérez1-3/+15
2022-10-28vhost: allocate event_idx fields on vringEugenio Pérez1-4/+4
2022-10-28net: improve error message for missing netdev backendDaniel P. Berrangé1-7/+11
2022-10-28vhost-vdpa: allow passing opened vhostfd to vhost-vdpaSi-Wei Liu3-7/+27
2022-10-28vdpa: Remove shadow CVQ command checkEugenio Pérez1-48/+0
2022-10-28vdpa: Delete duplicated vdpa_feature_bits entryEugenio Pérez1-1/+0
2022-10-28virtio-net: fix TX timer with tx_burstLaurent Vivier1-9/+41
2022-10-28virtio-net: fix bottom-half packet TX on asynchronous completionLaurent Vivier1-1/+12
2022-10-26Merge tag 'dump-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi13-98/+649
2022-10-26Merge tag 'pull-tcg-20221026' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi69-1221/+1304
2022-10-26Merge tag 'pull-aspeed-20221025' of https://github.com/legoater/qemu into sta...Stefan Hajnoczi15-39/+452
2022-10-26dump/win_dump: limit number of processed PRCBsViktor Prutyanov1-0/+7
2022-10-26s390x: pv: Add dump supportJanosch Frank3-33/+246
2022-10-26s390x: Add KVM PV dump interfaceJanosch Frank2-0/+60
2022-10-26include/elf.h: add s390x note typesJanosch Frank1-0/+2
2022-10-26s390x: Introduce PV query interfaceJanosch Frank3-0/+77
2022-10-26s390x: Add protected dump capJanosch Frank4-0/+22
2022-10-26accel/tcg: Remove restore_state_to_opc functionRichard Henderson2-17/+2
2022-10-26target/xtensa: Convert to tcg_ops restore_state_to_opcRichard Henderson2-6/+10
2022-10-26target/tricore: Convert to tcg_ops restore_state_to_opcRichard Henderson2-6/+11
2022-10-26target/sparc: Convert to tcg_ops restore_state_to_opcRichard Henderson3-2/+9
2022-10-26target/sh4: Convert to tcg_ops restore_state_to_opcRichard Henderson2-10/+16
2022-10-26target/s390x: Convert to tcg_ops restore_state_to_opcRichard Henderson3-3/+9
2022-10-26target/rx: Convert to tcg_ops restore_state_to_opcRichard Henderson2-6/+10
2022-10-26target/riscv: Convert to tcg_ops restore_state_to_opcRichard Henderson1-2/+7
2022-10-26target/ppc: Convert to tcg_ops restore_state_to_opcRichard Henderson2-6/+10
2022-10-26target/openrisc: Convert to tcg_ops restore_state_to_opcRichard Henderson2-10/+13
2022-10-26target/nios2: Convert to tcg_ops restore_state_to_opcRichard Henderson2-6/+11
2022-10-26target/mips: Convert to tcg_ops restore_state_to_opcRichard Henderson3-2/+10
2022-10-26target/microblaze: Convert to tcg_ops restore_state_to_opcRichard Henderson2-7/+11
2022-10-26target/m68k: Convert to tcg_ops restore_state_to_opcRichard Henderson2-10/+14
2022-10-26target/loongarch: Convert to tcg_ops restore_state_to_opcRichard Henderson2-6/+11
2022-10-26target/i386: Convert to tcg_ops restore_state_to_opcRichard Henderson2-15/+19
2022-10-26target/hppa: Convert to tcg_ops restore_state_to_opcRichard Henderson2-13/+19
2022-10-26target/hexagon: Convert to tcg_ops restore_state_to_opcRichard Henderson1-2/+7
2022-10-26target/cris: Convert to tcg_ops restore_state_to_opcRichard Henderson2-6/+11
2022-10-26target/avr: Convert to tcg_ops restore_state_to_opcRichard Henderson2-6/+11
2022-10-26target/arm: Convert to tcg_ops restore_state_to_opcRichard Henderson2-22/+26
2022-10-26target/alpha: Convert to tcg_ops restore_state_to_opcRichard Henderson2-6/+9
2022-10-26accel/tcg: Add restore_state_to_opc to TCGCPUOpsRichard Henderson3-3/+34
2022-10-26accel/tcg: Simplify page_get/alloc_target_dataRichard Henderson3-31/+10
2022-10-26accel/tcg: Move TARGET_PAGE_DATA_SIZE impl to user-exec.cRichard Henderson2-50/+50
2022-10-26accel/tcg: Use tb_invalidate_phys_range in page_set_flagsRichard Henderson1-2/+6
2022-10-26accel/tcg: Use page_reset_target_data in page_set_flagsRichard Henderson1-8/+5
2022-10-26accel/tcg: Call tb_invalidate_phys_page for PAGE_RESETRichard Henderson3-14/+11
2022-10-26accel/tcg: Use tb_invalidate_phys_page in page_set_flagsRichard Henderson1-1/+1
2022-10-26accel/tcg: Unify declarations of tb_invalidate_phys_rangeRichard Henderson3-14/+3