Age | Commit message (Expand) | Author |
2024-05-26 | target/i386: Add rbfm argument to cpu_x86_{xsave,xrstor} | Richard Henderson |
2024-05-26 | target/i386: Split out do_xsave_chk | Richard Henderson |
2024-05-26 | target/i386: Convert do_xrstor_* to X86Access | Richard Henderson |
2024-05-26 | target/i386: Convert do_xsave_* to X86Access | Richard Henderson |
2024-05-26 | tagret/i386: Convert do_fxsave, do_fxrstor to X86Access | Richard Henderson |
2024-05-26 | target/i386: Convert do_xrstor_{fpu,mxcr,sse} to X86Access | Richard Henderson |
2024-05-26 | target/i386: Convert do_xsave_{fpu,mxcr,sse} to X86Access | Richard Henderson |
2024-05-26 | target/i386: Convert do_fsave, do_frstor to X86Access | Richard Henderson |
2024-05-26 | target/i386: Convert do_fstenv to X86Access | Richard Henderson |
2024-05-26 | target/i386: Convert do_fldenv to X86Access | Richard Henderson |
2024-05-26 | target/i386: Convert helper_{fbld,fbst}_ST0 to X86Access | Richard Henderson |
2024-05-26 | target/i386: Convert do_fldt, do_fstt to X86Access | Richard Henderson |
2024-05-26 | target/i386: Add tcg/access.[ch] | Richard Henderson |
2024-05-23 | Merge tag 'pull-tcg-20240523' of https://gitlab.com/rth7680/qemu into staging | Richard Henderson |
2024-05-23 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Richard Henderson |
2024-05-23 | Merge tag 'pull-loongarch-20240523' of https://gitlab.com/gaosong/qemu into s... | Richard Henderson |
2024-05-22 | accel/tcg: Init tb size and icount before plugin_gen_tb_end | Richard Henderson |
2024-05-22 | tcg/arm: Support TCG_TARGET_HAS_tst_vec | Richard Henderson |
2024-05-22 | tcg/aarch64: Support TCG_TARGET_HAS_tst_vec | Richard Henderson |
2024-05-22 | tcg: Expand TCG_COND_TST* if not TCG_TARGET_HAS_tst_vec | Richard Henderson |
2024-05-22 | tcg: Introduce TCG_TARGET_HAS_tst_vec | Richard Henderson |
2024-05-23 | hw/loongarch/virt: Fix FDT memory node address width | Jiaxun Yang |
2024-05-23 | target/loongarch: Add loongarch vector property unconditionally | Bibo Mao |
2024-05-23 | hw/loongarch: Remove minimum and default memory size | Bibo Mao |
2024-05-23 | hw/loongarch: Refine system dram memory region | Bibo Mao |
2024-05-23 | hw/loongarch: Refine fwcfg memory map | Bibo Mao |
2024-05-23 | hw/loongarch: Refine fadt memory table for numa memory | Bibo Mao |
2024-05-23 | hw/loongarch: Refine acpi srat table for numa memory | Bibo Mao |
2024-05-23 | hw/loongarch: Add VM mode in IOCSR feature register in kvm mode | Bibo Mao |
2024-05-23 | target/loongarch/kvm: fpu save the vreg registers high 192bit | Song Gao |
2024-05-23 | target/loongarch/kvm: Fix VM recovery from disk failures | Song Gao |
2024-05-22 | Merge tag 'migration-20240522-pull-request' of https://gitlab.com/farosas/qem... | Richard Henderson |
2024-05-22 | tests/qtest/migration-test: Fix the check for a successful run of analyze-mig... | Thomas Huth |
2024-05-22 | tests/qtest/migration-test: Run some basic tests on s390x and ppc64 with TCG,... | Thomas Huth |
2024-05-22 | hw/core/machine: move compatibility flags for VirtIO-net USO to machine 8.1 | Fiona Ebner |
2024-05-22 | virtio-gpu: fix v2 migration | Marc-André Lureau |
2024-05-22 | migration: fix a typo | Marc-André Lureau |
2024-05-22 | migration: add "exists" info to load-state-field trace | Marc-André Lureau |
2024-05-22 | migration/colo: Tidy up bql_unlock() around bdrv_activate_all() | Li Zhijian |
2024-05-22 | migration/colo: make colo_incoming_co() return void | Li Zhijian |
2024-05-22 | migration/colo: Minor fix for colo error message | Li Zhijian |
2024-05-22 | target-i386: hyper-v: Correct kvm_hv_handle_exit return value | donsheng |
2024-05-22 | i386/cpu: Use CPUCacheInfo.share_level to encode CPUID[0x8000001D].EAX[bits 2... | Zhao Liu |
2024-05-22 | i386/cpu: Use CPUCacheInfo.share_level to encode CPUID[4] | Zhao Liu |
2024-05-22 | i386: Add cache topology info in CPUCacheInfo | Zhao Liu |
2024-05-22 | hw/i386/pc: Support smp.modules for x86 PC machine | Zhao Liu |
2024-05-22 | tests: Add test case of APIC ID for module level parsing | Zhuocheng Ding |
2024-05-22 | i386/cpu: Introduce module-id to X86CPU | Zhao Liu |
2024-05-22 | i386: Support module_id in X86CPUTopoIDs | Zhao Liu |
2024-05-22 | i386: Expose module level in CPUID[0x1F] | Zhao Liu |