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-09-10
kvm: Introduce kvm_arch_get_default_type hook
Akihiko Odaki
2023-08-05
target/i386: Check CR0.TS before enter_mmx
Matt Borgerson
2023-05-18
target/i386: fix avx2 instructions vzeroall and vpermdq
Xinyu Li
2023-05-18
target/i386: fix operand size for VCOMI/VUCOMI instructions
Paolo Bonzini
2023-04-27
target/i386: Change wrong XFRM value in SGX CPUID leaf
Yang Zhong
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
2023-03-01
hw/xen: Implement EVTCHNOP_bind_ipi
David Woodhouse
2023-03-01
hw/xen: Implement EVTCHNOP_bind_virq
David Woodhouse
2023-03-01
hw/xen: Implement EVTCHNOP_unmask
David Woodhouse
2023-03-01
hw/xen: Implement EVTCHNOP_close
David Woodhouse
2023-03-01
hw/xen: Implement EVTCHNOP_status
David Woodhouse
2023-03-01
i386/xen: Add support for Xen event channel delivery to vCPU
David Woodhouse
2023-03-01
hw/xen: Add xen_evtchn device for event channel emulation
David Woodhouse
2023-03-01
i386/xen: implement HVMOP_set_param
Ankur Arora
[next]