aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-28net: introduce qemu_set_info_str() functionLaurent Vivier
2022-10-28qapi: net: introduce a way to bypass qemu_opts_parse_noisily()Laurent Vivier
2022-10-28net: simplify net_client_parse() error managementLaurent Vivier
2022-10-28net: remove the @errp argument of net_client_inits()Laurent Vivier
2022-10-28net: introduce convert_host_port()Laurent Vivier
2022-10-28vhost: Accept event idx flagEugenio Pérez
2022-10-28vhost: use avail event idx on vhost_svq_kickEugenio Pérez
2022-10-28vhost: toggle device callbacks using used event idxEugenio Pérez
2022-10-28vhost: allocate event_idx fields on vringEugenio Pérez
2022-10-28net: improve error message for missing netdev backendDaniel P. Berrangé
2022-10-28vhost-vdpa: allow passing opened vhostfd to vhost-vdpaSi-Wei Liu
2022-10-28vdpa: Remove shadow CVQ command checkEugenio Pérez
2022-10-28vdpa: Delete duplicated vdpa_feature_bits entryEugenio Pérez
2022-10-28virtio-net: fix TX timer with tx_burstLaurent Vivier
2022-10-28virtio-net: fix bottom-half packet TX on asynchronous completionLaurent Vivier
2022-10-26Merge tag 'dump-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi
2022-10-26Merge tag 'pull-tcg-20221026' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2022-10-26Merge tag 'pull-aspeed-20221025' of https://github.com/legoater/qemu into sta...Stefan Hajnoczi
2022-10-26dump/win_dump: limit number of processed PRCBsViktor Prutyanov
2022-10-26s390x: pv: Add dump supportJanosch Frank
2022-10-26s390x: Add KVM PV dump interfaceJanosch Frank
2022-10-26include/elf.h: add s390x note typesJanosch Frank
2022-10-26s390x: Introduce PV query interfaceJanosch Frank
2022-10-26s390x: Add protected dump capJanosch Frank
2022-10-26accel/tcg: Remove restore_state_to_opc functionRichard Henderson
2022-10-26target/xtensa: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-10-26target/tricore: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-10-26target/sparc: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-10-26target/sh4: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-10-26target/s390x: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-10-26target/rx: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-10-26target/riscv: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-10-26target/ppc: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-10-26target/openrisc: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-10-26target/nios2: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-10-26target/mips: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-10-26target/microblaze: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-10-26target/m68k: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-10-26target/loongarch: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-10-26target/i386: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-10-26target/hppa: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-10-26target/hexagon: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-10-26target/cris: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-10-26target/avr: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-10-26target/arm: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-10-26target/alpha: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-10-26accel/tcg: Add restore_state_to_opc to TCGCPUOpsRichard Henderson
2022-10-26accel/tcg: Simplify page_get/alloc_target_dataRichard Henderson
2022-10-26accel/tcg: Move TARGET_PAGE_DATA_SIZE impl to user-exec.cRichard Henderson
2022-10-26accel/tcg: Use tb_invalidate_phys_range in page_set_flagsRichard Henderson