aboutsummaryrefslogtreecommitdiffstats
path: root/target (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/xen: Implement EVTCHNOP_resetDavid Woodhouse2023-03-011-0/+17
* hw/xen: Implement EVTCHNOP_bind_vcpuDavid Woodhouse2023-03-011-0/+12
* hw/xen: Implement EVTCHNOP_bind_interdomainDavid Woodhouse2023-03-011-0/+16
* hw/xen: Implement EVTCHNOP_alloc_unboundDavid Woodhouse2023-03-011-0/+15
* hw/xen: Implement EVTCHNOP_sendDavid Woodhouse2023-03-011-0/+12
* hw/xen: Implement EVTCHNOP_bind_ipiDavid Woodhouse2023-03-011-0/+15
* hw/xen: Implement EVTCHNOP_bind_virqDavid Woodhouse2023-03-013-0/+97
* hw/xen: Implement EVTCHNOP_unmaskDavid Woodhouse2023-03-011-0/+12
* hw/xen: Implement EVTCHNOP_closeDavid Woodhouse2023-03-011-0/+12
* hw/xen: Implement EVTCHNOP_statusDavid Woodhouse2023-03-011-2/+18
* i386/xen: Add support for Xen event channel delivery to vCPUDavid Woodhouse2023-03-012-6/+90
* hw/xen: Add xen_evtchn device for event channel emulationDavid Woodhouse2023-03-011-0/+15
* i386/xen: implement HVMOP_set_paramAnkur Arora2023-03-011-0/+33
* i386/xen: implement HVMOP_set_evtchn_upcall_vectorAnkur Arora2023-03-014-3/+84
* i386/xen: implement HYPERVISOR_event_channel_opJoao Martins2023-03-011-0/+25
* i386/xen: handle VCPUOP_register_runstate_memory_areaJoao Martins2023-03-013-0/+59
* i386/xen: handle VCPUOP_register_vcpu_time_infoJoao Martins2023-03-013-12/+90
* i386/xen: handle VCPUOP_register_vcpu_infoJoao Martins2023-03-016-3/+191
* i386/xen: implement HYPERVISOR_vcpu_opJoao Martins2023-03-011-0/+25
* i386/xen: implement HYPERVISOR_hvm_opJoao Martins2023-03-011-0/+17
* i386/xen: implement XENMEM_add_to_physmap_batchDavid Woodhouse2023-03-012-0/+93
* i386/xen: implement HYPERVISOR_memory_opJoao Martins2023-03-013-1/+143
* i386/xen: manage and save/restore Xen guest long_mode settingDavid Woodhouse2023-03-011-0/+12
* i386/xen: Implement SCHEDOP_poll and SCHEDOP_yieldDavid Woodhouse2023-03-011-0/+13
* i386/xen: implement HYPERVISOR_sched_op, SCHEDOP_shutdownJoao Martins2023-03-012-0/+76
* i386/xen: implement HYPERVISOR_xen_versionJoao Martins2023-03-011-0/+86
* i386/xen: handle guest hypercallsJoao Martins2023-03-014-0/+53
* i386/kvm: Set Xen vCPU ID in KVMDavid Woodhouse2023-03-013-0/+34
* i386/kvm: handle Xen HVM cpuid leavesJoao Martins2023-03-015-6/+91
* i386/kvm: Add xen-version KVM accelerator property and init KVM Xen supportDavid Woodhouse2023-03-014-0/+138
* Merge tag 'buildsys-qom-qdev-ui-20230227' of https://github.com/philmd/qemu into stagingPeter Maydell2023-02-2833-592/+604
|\
| * hw: Move ioapic*.h to intc/Bernhard Beschow2023-02-271-1/+1
| * target/tricore: Remove unused fields from CPUTriCoreStatePhilippe Mathieu-Daudé2023-02-271-11/+0
| * target/xtensa/cpu: Include missing "memory.h" headerPhilippe Mathieu-Daudé2023-02-271-0/+3
| * target/sparc/sysemu: Remove pointless CONFIG_USER_ONLY guardPhilippe Mathieu-Daudé2023-02-271-2/+0
| * target/riscv/cpu: Move Floating-Point fields closerPhilippe Mathieu-Daudé2023-02-271-3/+3
| * target/ppc: Fix warning with clang-15Pierrick Bouvier2023-02-271-2/+2
| * target/ppc/kvm: Remove unused "sysbus.h" headerPhilippe Mathieu-Daudé2023-02-271-1/+0
| * target/ppc/internal: Restrict MMU declarations to sysemuPhilippe Mathieu-Daudé2023-02-271-0/+5
| * target/loongarch/cpu: Restrict "memory.h" header to sysemuPhilippe Mathieu-Daudé2023-02-271-0/+2
| * target/loongarch/cpu: Remove unused "sysbus.h" headerBernhard Beschow2023-02-271-1/+0
| * target/alpha: Remove obsolete STATUS documentPhilippe Mathieu-Daudé2023-02-271-28/+0
| * target/hppa: Extract system helpers to sys_helper.cPhilippe Mathieu-Daudé2023-02-273-77/+102
| * target/hppa: Extract FPU helpers to fpu_helper.cPhilippe Mathieu-Daudé2023-02-273-427/+451
| * target/i386: Remove x86_cpu_dump_local_apic_state() dead stubPhilippe Mathieu-Daudé2023-02-272-4/+5
| * target/i386/cpu: Remove dead helper_lock() declarationPhilippe Mathieu-Daudé2023-02-271-3/+0
| * target/i386: Remove NEED_CPU_H guard from target-specific headersPhilippe Mathieu-Daudé2023-02-272-6/+0
| * target/cpu: Restrict do_transaction_failed() handlers to sysemuPhilippe Mathieu-Daudé2023-02-273-5/+9
| * target/cpu: Restrict cpu_get_phys_page_debug() handlers to sysemuPhilippe Mathieu-Daudé2023-02-2716-21/+21
* | Merge tag 'for-upstream-8.0' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2023-02-274-14/+170
|\ \ | |/ |/|