Age | Commit message (Expand) | Author |
2023-07-07 | target/i386: Allow MCDT_NO if host supports | Tao Su |
2023-06-20 | meson: Replace softmmu_ss -> system_ss | Philippe Mathieu-Daudé |
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-07 | hw/xen: Implement soft reset for emulated gnttab | David Woodhouse |
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 |
2023-03-01 | i386/xen: implement HVMOP_set_evtchn_upcall_vector | Ankur Arora |
2023-03-01 | i386/xen: implement HYPERVISOR_event_channel_op | Joao Martins |
2023-03-01 | i386/xen: handle VCPUOP_register_runstate_memory_area | Joao Martins |
2023-03-01 | i386/xen: handle VCPUOP_register_vcpu_time_info | Joao Martins |
2023-03-01 | i386/xen: handle VCPUOP_register_vcpu_info | Joao Martins |
2023-03-01 | i386/xen: implement HYPERVISOR_vcpu_op | Joao Martins |
2023-03-01 | i386/xen: implement HYPERVISOR_hvm_op | Joao Martins |
2023-03-01 | i386/xen: implement XENMEM_add_to_physmap_batch | David Woodhouse |
2023-03-01 | i386/xen: implement HYPERVISOR_memory_op | Joao Martins |
2023-03-01 | i386/xen: manage and save/restore Xen guest long_mode setting | David Woodhouse |
2023-03-01 | i386/xen: Implement SCHEDOP_poll and SCHEDOP_yield | David Woodhouse |
2023-03-01 | i386/xen: implement HYPERVISOR_sched_op, SCHEDOP_shutdown | Joao Martins |
2023-03-01 | i386/xen: implement HYPERVISOR_xen_version | Joao Martins |
2023-03-01 | i386/xen: handle guest hypercalls | Joao Martins |
2023-03-01 | i386/kvm: Set Xen vCPU ID in KVM | David Woodhouse |
2023-03-01 | i386/kvm: handle Xen HVM cpuid leaves | Joao Martins |
2023-03-01 | i386/kvm: Add xen-version KVM accelerator property and init KVM Xen support | David Woodhouse |
2023-02-27 | target/i386: KVM: allow fast string operations if host supports them | Paolo Bonzini |