aboutsummaryrefslogtreecommitdiff
path: root/target/i386
AgeCommit message (Expand)Author
2023-09-10kvm: Introduce kvm_arch_get_default_type hookAkihiko Odaki
2023-08-05target/i386: Check CR0.TS before enter_mmxMatt Borgerson
2023-05-18target/i386: fix avx2 instructions vzeroall and vpermdqXinyu Li
2023-05-18target/i386: fix operand size for VCOMI/VUCOMI instructionsPaolo Bonzini
2023-04-27target/i386: Change wrong XFRM value in SGX CPUID leafYang Zhong
2023-03-22*: Add missing includes of qemu/error-report.hRichard Henderson
2023-03-15Fix build without CONFIG_XEN_EMUMiroslav Rezanina
2023-03-13target/i386: Avoid use of tcg_const_* throughoutRichard Henderson
2023-03-13target/i386: Remove `NB_MMU_MODES` defineAnton Johansson
2023-03-09Merge tag 'pull-gdbstub-070323-3' of https://gitlab.com/stsquad/qemu into sta...Peter Maydell
2023-03-07gdbstub: move register helpers into standalone includeAlex Bennée
2023-03-07hw/xen: Implement soft reset for emulated gnttabDavid Woodhouse
2023-03-05target/i386: Simplify POPFRichard Henderson
2023-03-05target/i386: Drop tcg_temp_freeRichard Henderson
2023-03-02Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2023-03-02Merge tag 'pull-monitor-2023-03-02' of https://repo.or.cz/qemu/armbru into st...Peter Maydell
2023-03-02target/i386: Restrict 'qapi-commands-machine.h' to system emulationPhilippe Mathieu-Daudé
2023-03-01target/i386: Don't use tcg_temp_local_newRichard Henderson
2023-03-01accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson
2023-03-01target/i386: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01target/i386: Remove `TARGET_TB_PCREL` defineAnton Johansson
2023-03-01target/i386: Replace `TARGET_TB_PCREL` with `CF_PCREL`Anton Johansson
2023-03-01target/i386: set `CF_PCREL` in `x86_cpu_realizefn`Anton Johansson
2023-03-01kvm/i386: Add xen-evtchn-max-pirq propertyDavid Woodhouse
2023-03-01hw/xen: Support MSI mapping to PIRQDavid Woodhouse
2023-03-01hw/xen: Implement emulated PIRQ hypercall supportDavid Woodhouse
2023-03-01i386/xen: Implement HYPERVISOR_physdev_opDavid Woodhouse
2023-03-01hw/xen: Add xen_xenstore device for xenstore emulationDavid Woodhouse
2023-03-01i386/xen: handle HVMOP_get_paramJoao Martins
2023-03-01i386/xen: Reserve Xen special pages for console, xenstore ringsDavid Woodhouse
2023-03-01i386/xen: handle PV timer hypercallsJoao Martins
2023-03-01hw/xen: Implement GNTTABOP_query_sizeDavid Woodhouse
2023-03-01i386/xen: Implement HYPERVISOR_grant_table_op and GNTTABOP_[gs]et_versonDavid Woodhouse
2023-03-01hw/xen: Add xen_gnttab device for grant table emulationDavid Woodhouse
2023-03-01kvm/i386: Add xen-gnttab-max-frames propertyDavid Woodhouse
2023-03-01hw/xen: Support HVM_PARAM_CALLBACK_TYPE_PCI_INTX callbackDavid Woodhouse
2023-03-01hw/xen: Support HVM_PARAM_CALLBACK_TYPE_GSI callbackDavid Woodhouse
2023-03-01hw/xen: Implement EVTCHNOP_resetDavid Woodhouse
2023-03-01hw/xen: Implement EVTCHNOP_bind_vcpuDavid Woodhouse
2023-03-01hw/xen: Implement EVTCHNOP_bind_interdomainDavid Woodhouse
2023-03-01hw/xen: Implement EVTCHNOP_alloc_unboundDavid Woodhouse
2023-03-01hw/xen: Implement EVTCHNOP_sendDavid Woodhouse
2023-03-01hw/xen: Implement EVTCHNOP_bind_ipiDavid Woodhouse
2023-03-01hw/xen: Implement EVTCHNOP_bind_virqDavid Woodhouse
2023-03-01hw/xen: Implement EVTCHNOP_unmaskDavid Woodhouse
2023-03-01hw/xen: Implement EVTCHNOP_closeDavid Woodhouse
2023-03-01hw/xen: Implement EVTCHNOP_statusDavid Woodhouse
2023-03-01i386/xen: Add support for Xen event channel delivery to vCPUDavid Woodhouse
2023-03-01hw/xen: Add xen_evtchn device for event channel emulationDavid Woodhouse
2023-03-01i386/xen: implement HVMOP_set_paramAnkur Arora