]> git.proxmox.com Git - mirror_qemu.git/history - target
migration: save_compress_page() can take block through pss
[mirror_qemu.git] / target /
2023-10-17 Stefan HajnocziMerge tag 'gpu-pull-request' of https://gitlab.com...
2023-10-16 Stefan HajnocziMerge tag 'python-pull-request' of https://gitlab.com...
2023-10-16 Stefan HajnocziMerge tag 'pull-loongarch-20231013' of https://gitlab...
2023-10-16 Stefan HajnocziMerge tag 'pull-ufs-20231013' of https://gitlab.com...
2023-10-16 Stefan HajnocziMerge tag 'pull-request-2023-10-12' of https://gitlab...
2023-10-16 Stefan HajnocziMerge tag 'for-upstream' of https://repo.or.cz/qemu...
2023-10-16 Stefan HajnocziMerge tag 'pull-shadow-2023-10-12' of https://repo...
2023-10-16 Stefan HajnocziMerge tag 'mem-2023-10-12' of https://github.com/davidh...
2023-10-13 Song Gaotarget/loongarch: Add preldx instruction
2023-10-13 Jiajie Chentarget/loongarch: fix ASXE flag conflict
2023-10-12 Paolo Bonzinitarget/i386: fix shadowed variable pasto
2023-10-12 Stefan HajnocziMerge tag 'pull-riscv-to-apply-20231012-1' of https...
2023-10-12 Stefan HajnocziMerge tag 'pull-trivial-patches' of https://gitlab...
2023-10-12 Stefan HajnocziMerge tag 'qga-pull-2023-10-11' of https://github.com...
2023-10-12 Max Choutarget/riscv: Fix vfwmaccbf16.vf
2023-10-12 Daniel Henrique... target/riscv: deprecate capital 'Z' CPU properties
2023-10-12 Richard W.M. Jonestarget/riscv: Use env_archcpu for better performance
2023-10-12 Daniel Henrique... target/riscv/tcg: remove RVG warning
2023-10-12 Daniel Henrique... target/riscv/kvm: support KVM_GET_REG_LIST
2023-10-12 Daniel Henrique... target/riscv/kvm: improve 'init_multiext_cfg' error msg
2023-10-12 Daniel Henrique... target/riscv/tcg-cpu.c: add extension properties for...
2023-10-12 Daniel Henrique... target/riscv: add riscv_cpu_get_name()
2023-10-12 Daniel Henrique... target/riscv/cpu: move priv spec functions to tcg-cpu.c
2023-10-12 Daniel Henrique... target/riscv/cpu.c: export isa_edata_arr[]
2023-10-12 Daniel Henrique... target/riscv/tcg: move riscv_cpu_add_misa_properties...
2023-10-12 Daniel Henrique... target/riscv/cpu.c: make misa_ext_cfgs[] 'const'
2023-10-12 Daniel Henrique... target/riscv/tcg: introduce tcg_cpu_instance_init()
2023-10-12 Daniel Henrique... target/riscv/cpu.c: export set_misa()
2023-10-12 Daniel Henrique... target/riscv/kvm: do not use riscv_cpu_add_misa_propert...
2023-10-12 Daniel Henrique... target/riscv: move KVM only files to kvm subdir
2023-10-12 Daniel Henrique... target/riscv: introduce KVM AccelCPUClass
2023-10-12 Daniel Henrique... target/riscv: remove kvm-stub.c
2023-10-12 Daniel Henrique... target/riscv: make riscv_add_satp_mode_properties(...
2023-10-12 Daniel Henrique... target/riscv: move riscv_cpu_add_kvm_properties() to...
2023-10-12 Daniel Henrique... target/riscv/cpu.c: mark extensions arrays as 'const'
2023-10-12 Daniel Henrique... target/riscv: move 'host' CPU declaration to kvm.c
2023-10-12 Daniel Henrique... target/riscv/cpu.c: add .instance_post_init()
2023-10-12 Daniel Henrique... target/riscv: move riscv_tcg_ops to tcg-cpu.c
2023-10-12 Daniel Henrique... target/riscv: move riscv_cpu_validate_set_extensions...
2023-10-12 Daniel Henrique... target/riscv: move riscv_cpu_realize_tcg() to TCG:...
2023-10-12 Daniel Henrique... target/riscv: introduce TCG AccelCPUClass
2023-10-12 liguang.zhangtarget/riscv: Clear CSR values at reset and sync MPSTAT...
2023-10-12 Daniel Henrique... target/riscv/cpu.c: consider user option with RVG
2023-10-12 Daniel Henrique... target/riscv/cpu.c: honor user choice in cpu_cfg_ext_au...
2023-10-12 Daniel Henrique... target/riscv: use isa_ext_update_enabled() in init_max_...
2023-10-12 Daniel Henrique... target/riscv/cpu.c: introduce RISCVCPUMultiExtConfig
2023-10-12 Daniel Henrique... target/riscv/cpu.c: use cpu_cfg_ext_auto_update() durin...
2023-10-12 Daniel Henrique... target/riscv/cpu.c: introduce cpu_cfg_ext_auto_update()
2023-10-12 Daniel Henrique... target/riscv: make CPUCFG() macro public
2023-10-12 Daniel Henrique... target/riscv/cpu.c: use offset in isa_ext_is_enabled...
2023-10-12 Daniel Henrique... target/riscv: deprecate the 'any' CPU type
2023-10-12 Daniel Henrique... target/riscv: add 'max' CPU type
2023-10-12 Daniel Henrique... target/riscv/cpu.c: limit cfg->vext_spec log message
2023-10-12 Daniel Henrique... target/riscv/cpu.c: add riscv_cpu_add_kvm_unavail_prop_...
2023-10-12 Daniel Henrique... target/riscv/cpu.c: add riscv_cpu_add_qdev_prop_array()
2023-10-12 Daniel Henrique... target/riscv/cpu.c: split vendor exts from riscv_cpu_ex...
2023-10-12 Daniel Henrique... target/riscv/cpu.c: split non-ratified exts from riscv_...
2023-10-12 Daniel Henrique... target/riscv: add DEFINE_PROP_END_OF_LIST() to riscv_cp...
2023-10-12 Daniel Henrique... target/riscv/cpu.c: split kvm prop handling to its...
2023-10-12 Daniel Henrique... target/riscv/cpu.c: skip 'bool' check when filtering...
2023-10-12 Daniel Henrique... target/riscv/cpu.c: split CPU options from riscv_cpu_ex...
2023-10-11 Stefan HajnocziMerge tag 'pull-omnibus-111023-1' of https://gitlab...
2023-10-11 Richard Hendersontarget/sh4: Disable decode_gusa when plugins enabled
2023-10-11 Akihiko Odakitarget/ppc: Remove references to gdb_has_xml
2023-10-11 Akihiko Odakitarget/arm: Remove references to gdb_has_xml
2023-10-11 Akihiko Odakihw/core/cpu: Return static value with gdb_arch_name()
2023-10-11 Akihiko Odakitarget/arm: Move the reference to arm-core.xml
2023-10-10 Stefan HajnocziMerge tag 'firmware/seabios-20231010-pull-request'...
2023-10-10 Stefan HajnocziMerge tag 'dirtylimit-dirtyrate-pull-request-20231010...
2023-10-09 Stefan HajnocziMerge tag 'pull-vfio-20231009' of https://github.com...
2023-10-09 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2023-10-09 Stefan HajnocziMerge tag 'q800-for-8.2-pull-request' of https://github...
2023-10-09 Stefan HajnocziMerge tag 'pull-shadow-2023-10-06' of https://repo...
2023-10-07 Philippe Mathieu... meson: Rename target_softmmu_arch -> target_system_arch
2023-10-07 Philippe Mathieu... target/i386: Rename i386_softmmu_kvm_ss -> i386_kvm_ss
2023-10-07 Philippe Mathieu... semihosting: Rename softmmu_FOO_user() -> uaccess_FOO_u...
2023-10-07 Philippe Mathieu... tcg: Correct invalid mentions of 'softmmu' by 'system...
2023-10-07 Philippe Mathieu... target/i386: Check for USER_ONLY definition instead...
2023-10-07 Philippe Mathieu... sysemu/kvm: Restrict hvf_get_supported_cpuid() to x86...
2023-10-07 Philippe Mathieu... target/i386/hvf: Remove unused includes in 'hvf-i386.h'
2023-10-06 Cédric Le Goatertarget/ppc: Clean up local variable shadowing in kvm_ar...
2023-10-06 Cédric Le Goatertarget/ppc: Rename variables to avoid local variable...
2023-10-05 Stefan HajnocziMerge tag 'for_upstream' of https://git.kernel.org...
2023-10-05 Stefan HajnocziMerge tag 'pull-tcg-20231004' of https://gitlab.com...
2023-10-04 Richard Hendersonaccel/tcg: Remove cpu_set_cpustate_pointers
2023-10-04 Richard Hendersonaccel/tcg: Replace CPUState.env_ptr with cpu_env()
2023-10-03 Richard Hendersontcg: Rename cpu_env to tcg_env
2023-10-03 Richard Hendersonaccel/tcg: Move CPUNegativeOffsetState into CPUState
2023-10-03 Richard Hendersontarget/*: Add instance_align to all cpu base classes
2023-10-03 Richard Hendersontarget/arm: Remove size and alignment for cpu subclasses
2023-10-03 Anton Johanssontarget/arm: Replace TARGET_PAGE_ENTRY_EXTRA
2023-10-03 Philippe Mathieu... accel: Rename accel_cpu_realize() -> accel_cpu_common_r...
2023-10-03 Philippe Mathieu... accel: Rename AccelCPUClass::cpu_realizefn() -> cpu_tar...
2023-10-03 Philippe Mathieu... accel: Rename accel_cpu_realizefn() -> accel_cpu_realize()
2023-10-03 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2023-10-02 Stefan HajnocziMerge tag 'migration-20231002-pull-request' of https...
2023-10-02 Stefan HajnocziMerge tag 'pull-shadow-2023-09-29' of https://repo...
2023-10-02 Stefan HajnocziMerge tag 'pull-tricore-20230929' of https://github...
2023-10-02 Stefan HajnocziMerge tag 'pull-tcg-20230928' of https://gitlab.com...
2023-10-02 Stefan HajnocziMerge tag 'tracing-pull-request' of https://gitlab...
next