aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-26qga: Move HW address getting to a separate functionAlexander Ivanov
2022-10-26qga: Add support for user password setting in FreeBSDAlexander Ivanov
2022-10-26qga: Add shutdown/halt/reboot support for FreeBSDAlexander Ivanov
2022-10-26qga: Add UFS freeze/thaw support for FreeBSDAlexander Ivanov
2022-10-26qga: Move Linux-specific FS freeze/thaw code to a separate fileAlexander Ivanov
2022-10-26qga: Add initial FreeBSD supportAlexander Ivanov
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-26seccomp: Get actual errno value from failed seccomp functionsMichal Privoznik
2022-10-26io/channel-watch: Fix socket watch on WindowsBin Meng
2022-10-26io/channel-watch: Drop the unnecessary castBin Meng
2022-10-26io/channel-watch: Drop a superfluous '#ifdef WIN32'Bin Meng
2022-10-26util/qemu-sockets: Use g_get_tmp_dir() to get the directory for temporary filesBin Meng
2022-10-26crypto/luks: Support creating LUKS image on DarwinJungmin Park
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
2022-10-26accel/tcg: Use page_reset_target_data in page_set_flagsRichard Henderson
2022-10-26accel/tcg: Call tb_invalidate_phys_page for PAGE_RESETRichard Henderson
2022-10-26accel/tcg: Use tb_invalidate_phys_page in page_set_flagsRichard Henderson