index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
i386
Age
Commit message (
Expand
)
Author
2023-04-28
target/i386: Add support for PREFETCHIT0/1 in CPUID enumeration
Jiaxi Chen
2023-04-28
target/i386: Add support for AVX-NE-CONVERT in CPUID enumeration
Jiaxi Chen
2023-04-28
target/i386: Add support for AVX-VNNI-INT8 in CPUID enumeration
Jiaxi Chen
2023-04-28
target/i386: Add support for AVX-IFMA in CPUID enumeration
Jiaxi Chen
2023-04-28
target/i386: Add support for AMX-FP16 in CPUID enumeration
Jiaxi Chen
2023-04-28
target/i386: Add support for CMPCCXADD in CPUID enumeration
Jiaxi Chen
2023-04-28
i386/cpu: Update how the EBX register of CPUID 0x8000001F is set
Tom Lendacky
2023-04-28
i386/sev: Update checks and information related to reduced-phys-bits
Tom Lendacky
2023-04-23
tcg: Replace tcg_abort with g_assert_not_reached
Richard Henderson
2023-04-22
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
2023-04-20
target/i386: Set family/model/stepping of the "max" CPU according to LM bit
Thomas Huth
2023-04-20
target/i386: Change wrong XFRM value in SGX CPUID leaf
Yang Zhong
2023-04-20
target/i386: Avoid unreachable variable declaration in mmu_translate()
Peter Maydell
2023-03-22
*: Add missing includes of qemu/error-report.h
Richard Henderson
2023-03-15
Fix build without CONFIG_XEN_EMU
Miroslav Rezanina
2023-03-13
target/i386: Avoid use of tcg_const_* throughout
Richard Henderson
2023-03-13
target/i386: Remove `NB_MMU_MODES` define
Anton Johansson
2023-03-09
Merge tag 'pull-gdbstub-070323-3' of https://gitlab.com/stsquad/qemu into sta...
Peter Maydell
2023-03-07
gdbstub: move register helpers into standalone include
Alex Bennée
2023-03-07
hw/xen: Implement soft reset for emulated gnttab
David Woodhouse
2023-03-05
target/i386: Simplify POPF
Richard Henderson
2023-03-05
target/i386: Drop tcg_temp_free
Richard Henderson
2023-03-02
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
2023-03-02
Merge tag 'pull-monitor-2023-03-02' of https://repo.or.cz/qemu/armbru into st...
Peter Maydell
2023-03-02
target/i386: Restrict 'qapi-commands-machine.h' to system emulation
Philippe Mathieu-Daudé
2023-03-01
target/i386: Don't use tcg_temp_local_new
Richard Henderson
2023-03-01
accel/tcg: Pass max_insn to gen_intermediate_code by pointer
Richard Henderson
2023-03-01
target/i386: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2023-03-01
target/i386: Remove `TARGET_TB_PCREL` define
Anton Johansson
2023-03-01
target/i386: Replace `TARGET_TB_PCREL` with `CF_PCREL`
Anton Johansson
2023-03-01
target/i386: set `CF_PCREL` in `x86_cpu_realizefn`
Anton Johansson
2023-03-01
kvm/i386: Add xen-evtchn-max-pirq property
David Woodhouse
2023-03-01
hw/xen: Support MSI mapping to PIRQ
David Woodhouse
2023-03-01
hw/xen: Implement emulated PIRQ hypercall support
David Woodhouse
2023-03-01
i386/xen: Implement HYPERVISOR_physdev_op
David Woodhouse
2023-03-01
hw/xen: Add xen_xenstore device for xenstore emulation
David Woodhouse
2023-03-01
i386/xen: handle HVMOP_get_param
Joao Martins
2023-03-01
i386/xen: Reserve Xen special pages for console, xenstore rings
David Woodhouse
2023-03-01
i386/xen: handle PV timer hypercalls
Joao Martins
2023-03-01
hw/xen: Implement GNTTABOP_query_size
David Woodhouse
2023-03-01
i386/xen: Implement HYPERVISOR_grant_table_op and GNTTABOP_[gs]et_verson
David Woodhouse
2023-03-01
hw/xen: Add xen_gnttab device for grant table emulation
David Woodhouse
2023-03-01
kvm/i386: Add xen-gnttab-max-frames property
David Woodhouse
2023-03-01
hw/xen: Support HVM_PARAM_CALLBACK_TYPE_PCI_INTX callback
David Woodhouse
2023-03-01
hw/xen: Support HVM_PARAM_CALLBACK_TYPE_GSI callback
David Woodhouse
2023-03-01
hw/xen: Implement EVTCHNOP_reset
David Woodhouse
2023-03-01
hw/xen: Implement EVTCHNOP_bind_vcpu
David Woodhouse
2023-03-01
hw/xen: Implement EVTCHNOP_bind_interdomain
David Woodhouse
2023-03-01
hw/xen: Implement EVTCHNOP_alloc_unbound
David Woodhouse
2023-03-01
hw/xen: Implement EVTCHNOP_send
David Woodhouse
[next]