Age | Commit message (Expand) | Author |
2024-03-26 | target/i386/tcg: Enable page walking from MMIO memory | Gregory Price |
2024-03-20 | target/i386: Revert monitor_puts() in do_inject_x86_mce() | Tao Su |
2024-03-18 | target/i386: fix direction of "32-bit MMU" test | Paolo Bonzini |
2024-03-12 | Merge tag 'pull-error-2024-03-12' of https://repo.or.cz/qemu/armbru into staging | Peter Maydell |
2024-03-12 | target: Improve error reporting for CpuModelInfo member @props | Markus Armbruster |
2024-03-12 | target/i386: Fix query-cpu-model-expansion to reject props | Markus Armbruster |
2024-03-12 | target/i386/hvf: Use CPUState typedef | Philippe Mathieu-Daudé |
2024-03-12 | target: Replace CPU_GET_CLASS(cpu -> obj) in cpu_reset_hold() handler | Philippe Mathieu-Daudé |
2024-03-12 | bulk: Call in place single use cpu_env() | Philippe Mathieu-Daudé |
2024-03-12 | bulk: Access existing variables initialized to &S->F when available | Philippe Mathieu-Daudé |
2024-03-09 | Merge tag 'hw-misc-20240309' of https://github.com/philmd/qemu into staging | Peter Maydell |
2024-03-09 | target/i386/sev: Fix missing ERRP_GUARD() for error_prepend() | Zhao Liu |
2024-03-08 | vmbus: Print a warning when enabled without the recommended set of features | Maciej S. Szmigiero |
2024-02-28 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Peter Maydell |
2024-02-28 | gdbstub: Infer number of core registers from XML | Akihiko Odaki |
2024-02-28 | target/i386: leave the A20 bit set in the final NPT walk | Paolo Bonzini |
2024-02-28 | target/i386: remove unnecessary/wrong application of the A20 mask | Paolo Bonzini |
2024-02-28 | target/i386: Fix physical address truncation | Paolo Bonzini |
2024-02-28 | target/i386: use separate MMU indexes for 32-bit accesses | Paolo Bonzini |
2024-02-28 | target/i386: introduce function to query MMU indices | Paolo Bonzini |
2024-02-28 | target/i386: check validity of VMCB addresses | Paolo Bonzini |
2024-02-28 | target/i386: mask high bits of CR3 in 32-bit mode | Paolo Bonzini |
2024-02-23 | target/i386: do not filter processor tracing features except on KVM | Paolo Bonzini |
2024-02-20 | target/i386/monitor: Remove unused 'hw/i386/pc.h' header | Philippe Mathieu-Daudé |
2024-02-16 | target/i386: Generate an illegal opcode exception on cmp instructions with lo... | Ziqiao Kong |
2024-02-16 | i386/cpuid: Move leaf 7 to correct group | Xiaoyao Li |
2024-02-16 | i386/cpuid: Remove subleaf constraint on CPUID leaf 1F | Xiaoyao Li |
2024-02-16 | i386/cpuid: Decrease cpuid_i when skipping CPUID leaf 1F | Xiaoyao Li |
2024-02-16 | target/i386: Add support of KVM_FEATURE_ASYNC_PF_VMEXIT for guest | Xiaoyao Li |
2024-02-16 | i386/cpu: Mask with XCR0/XSS mask for FEAT_XSAVE_XCR0_HI and FEAT_XSAVE_XSS_H... | Xiaoyao Li |
2024-02-16 | i386/cpu: Clear FEAT_XSAVE_XSS_LO/HI leafs when CPUID_EXT_XSAVE is not available | Xiaoyao Li |
2024-02-14 | target/i386/cpu: Fix typo in comment | Bernhard Beschow |
2024-02-14 | apic, i386/tcg: add x2apic transitions | Bui Quang Minh |
2024-02-14 | apic: add support for x2APIC mode | Bui Quang Minh |
2024-02-14 | i386/tcg: implement x2APIC registers MSR access | Bui Quang Minh |
2024-02-03 | include/exec: Change cpu_mmu_index argument to CPUState | Richard Henderson |
2024-02-03 | include/exec: Implement cpu_mmu_index generically | Richard Henderson |
2024-02-03 | target/i386: Populate CPUClass.mmu_index | Richard Henderson |
2024-01-29 | target/i386: Extract x86_cpu_exec_halt() from accel/tcg/ | Philippe Mathieu-Daudé |
2024-01-29 | target/i386: Extract x86_need_replay_interrupt() from accel/tcg/ | Philippe Mathieu-Daudé |
2024-01-29 | include/qemu: Add TCGCPUOps typedef to typedefs.h | Richard Henderson |
2024-01-29 | target: Use vaddr in gen_intermediate_code | Anton Johansson |
2024-01-19 | Merge tag 'hw-cpus-20240119' of https://github.com/philmd/qemu into staging | Peter Maydell |
2024-01-19 | target/i386: Rename tcg_cpu_FOO() to include 'x86' | Philippe Mathieu-Daudé |
2024-01-19 | accel: Do not set CPUState::tcg_cflags in non-TCG accels | Philippe Mathieu-Daudé |
2024-01-18 | remove unnecessary casts from uintptr_t | Paolo Bonzini |
2024-01-18 | target/i386: pcrel: store low bits of physical address in data[0] | Paolo Bonzini |
2024-01-18 | target/i386: fix incorrect EIP in PC-relative translation blocks | guoguangyao |
2024-01-18 | target/i386: Do not re-compute new pc with CF_PCREL | Richard Henderson |
2024-01-08 | qemu/main-loop: rename qemu_cond_wait_iothread() to qemu_cond_wait_bql() | Stefan Hajnoczi |