index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
i386
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-28
target/i386: Add support for PREFETCHIT0/1 in CPUID enumeration
Jiaxi Chen
2
-1
/
+3
2023-04-28
target/i386: Add support for AVX-NE-CONVERT in CPUID enumeration
Jiaxi Chen
2
-1
/
+3
2023-04-28
target/i386: Add support for AVX-VNNI-INT8 in CPUID enumeration
Jiaxi Chen
2
-1
/
+25
2023-04-28
target/i386: Add support for AVX-IFMA in CPUID enumeration
Jiaxi Chen
2
-1
/
+3
2023-04-28
target/i386: Add support for AMX-FP16 in CPUID enumeration
Jiaxi Chen
2
-1
/
+3
2023-04-28
target/i386: Add support for CMPCCXADD in CPUID enumeration
Jiaxi Chen
2
-1
/
+3
2023-04-28
i386/cpu: Update how the EBX register of CPUID 0x8000001F is set
Tom Lendacky
1
-2
/
+2
2023-04-28
i386/sev: Update checks and information related to reduced-phys-bits
Tom Lendacky
1
-3
/
+14
2023-04-23
tcg: Replace tcg_abort with g_assert_not_reached
Richard Henderson
1
-10
/
+10
2023-04-22
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
2
-3
/
+3
2023-04-20
target/i386: Set family/model/stepping of the "max" CPU according to LM bit
Thomas Huth
1
-9
/
+22
2023-04-20
target/i386: Change wrong XFRM value in SGX CPUID leaf
Yang Zhong
1
-2
/
+2
2023-04-20
target/i386: Avoid unreachable variable declaration in mmu_translate()
Peter Maydell
1
-1
/
+1
2023-03-22
*: Add missing includes of qemu/error-report.h
Richard Henderson
5
-0
/
+5
2023-03-15
Fix build without CONFIG_XEN_EMU
Miroslav Rezanina
1
-0
/
+2
2023-03-13
target/i386: Avoid use of tcg_const_* throughout
Richard Henderson
1
-41
/
+42
2023-03-13
target/i386: Remove `NB_MMU_MODES` define
Anton Johansson
1
-1
/
+0
2023-03-09
Merge tag 'pull-gdbstub-070323-3' of https://gitlab.com/stsquad/qemu into sta...
Peter Maydell
2
-2
/
+2
2023-03-07
gdbstub: move register helpers into standalone include
Alex Bennée
2
-2
/
+2
2023-03-07
hw/xen: Implement soft reset for emulated gnttab
David Woodhouse
1
-0
/
+5
2023-03-05
target/i386: Simplify POPF
Richard Henderson
1
-44
/
+11
2023-03-05
target/i386: Drop tcg_temp_free
Richard Henderson
3
-62
/
+0
2023-03-02
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
10
-3
/
+2312
2023-03-02
Merge tag 'pull-monitor-2023-03-02' of https://repo.or.cz/qemu/armbru into st...
Peter Maydell
1
-35
/
+39
2023-03-02
target/i386: Restrict 'qapi-commands-machine.h' to system emulation
Philippe Mathieu-Daudé
1
-35
/
+39
2023-03-01
target/i386: Don't use tcg_temp_local_new
Richard Henderson
1
-18
/
+9
2023-03-01
accel/tcg: Pass max_insn to gen_intermediate_code by pointer
Richard Henderson
1
-1
/
+1
2023-03-01
target/i386: Replace `tb_pc()` with `tb->pc`
Anton Johansson
1
-1
/
+1
2023-03-01
target/i386: Remove `TARGET_TB_PCREL` define
Anton Johansson
1
-4
/
+0
2023-03-01
target/i386: Replace `TARGET_TB_PCREL` with `CF_PCREL`
Anton Johansson
3
-17
/
+17
2023-03-01
target/i386: set `CF_PCREL` in `x86_cpu_realizefn`
Anton Johansson
1
-0
/
+5
2023-03-01
kvm/i386: Add xen-evtchn-max-pirq property
David Woodhouse
2
-0
/
+40
2023-03-01
hw/xen: Support MSI mapping to PIRQ
David Woodhouse
3
-3
/
+21
2023-03-01
hw/xen: Implement emulated PIRQ hypercall support
David Woodhouse
1
-0
/
+15
2023-03-01
i386/xen: Implement HYPERVISOR_physdev_op
David Woodhouse
2
-0
/
+137
2023-03-01
hw/xen: Add xen_xenstore device for xenstore emulation
David Woodhouse
1
-0
/
+12
2023-03-01
i386/xen: handle HVMOP_get_param
Joao Martins
1
-0
/
+39
2023-03-01
i386/xen: Reserve Xen special pages for console, xenstore rings
David Woodhouse
1
-0
/
+10
2023-03-01
i386/xen: handle PV timer hypercalls
Joao Martins
3
-2
/
+275
2023-03-01
hw/xen: Implement GNTTABOP_query_size
David Woodhouse
1
-1
/
+15
2023-03-01
i386/xen: Implement HYPERVISOR_grant_table_op and GNTTABOP_[gs]et_verson
David Woodhouse
1
-0
/
+60
2023-03-01
hw/xen: Add xen_gnttab device for grant table emulation
David Woodhouse
1
-0
/
+3
2023-03-01
kvm/i386: Add xen-gnttab-max-frames property
David Woodhouse
2
-0
/
+40
2023-03-01
hw/xen: Support HVM_PARAM_CALLBACK_TYPE_PCI_INTX callback
David Woodhouse
1
-0
/
+34
2023-03-01
hw/xen: Support HVM_PARAM_CALLBACK_TYPE_GSI callback
David Woodhouse
4
-0
/
+53
2023-03-01
hw/xen: Implement EVTCHNOP_reset
David Woodhouse
1
-0
/
+17
2023-03-01
hw/xen: Implement EVTCHNOP_bind_vcpu
David Woodhouse
1
-0
/
+12
2023-03-01
hw/xen: Implement EVTCHNOP_bind_interdomain
David Woodhouse
1
-0
/
+16
2023-03-01
hw/xen: Implement EVTCHNOP_alloc_unbound
David Woodhouse
1
-0
/
+15
2023-03-01
hw/xen: Implement EVTCHNOP_send
David Woodhouse
1
-0
/
+12
[next]