index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-01
hw/xen: Subsume xen_be_register_common() into xen_be_init()
David Woodhouse
4
-48
/
+25
2023-03-01
i386/xen: Document Xen HVM emulation
David Woodhouse
2
-0
/
+77
2023-03-01
kvm/i386: Add xen-evtchn-max-pirq property
David Woodhouse
6
-10
/
+54
2023-03-01
hw/xen: Support MSI mapping to PIRQ
David Woodhouse
11
-10
/
+339
2023-03-01
hw/xen: Support GSI mapping to PIRQ
David Woodhouse
3
-1
/
+75
2023-03-01
hw/xen: Implement emulated PIRQ hypercall support
David Woodhouse
6
-5
/
+324
2023-03-01
i386/xen: Implement HYPERVISOR_physdev_op
David Woodhouse
4
-0
/
+173
2023-03-01
hw/xen: Automatically add xen-platform PCI device for emulated Xen guests
David Woodhouse
1
-0
/
+3
2023-03-01
hw/xen: Add basic ring handling to xenstore
David Woodhouse
1
-3
/
+251
2023-03-01
hw/xen: Add xen_xenstore device for xenstore emulation
David Woodhouse
6
-0
/
+288
2023-03-01
hw/xen: Add backend implementation of interdomain event channel support
David Woodhouse
2
-7
/
+352
2023-03-01
i386/xen: handle HVMOP_get_param
Joao Martins
1
-0
/
+39
2023-03-01
i386/xen: Reserve Xen special pages for console, xenstore rings
David Woodhouse
2
-0
/
+19
2023-03-01
i386/xen: handle PV timer hypercalls
Joao Martins
5
-2
/
+308
2023-03-01
hw/xen: Implement GNTTABOP_query_size
David Woodhouse
3
-1
/
+36
2023-03-01
i386/xen: Implement HYPERVISOR_grant_table_op and GNTTABOP_[gs]et_verson
David Woodhouse
3
-0
/
+96
2023-03-01
hw/xen: Support mapping grant frames
David Woodhouse
3
-2
/
+75
2023-03-01
hw/xen: Add xen_gnttab device for grant table emulation
David Woodhouse
5
-0
/
+135
2023-03-01
kvm/i386: Add xen-gnttab-max-frames property
David Woodhouse
5
-0
/
+43
2023-03-01
hw/xen: Support HVM_PARAM_CALLBACK_TYPE_PCI_INTX callback
David Woodhouse
2
-14
/
+100
2023-03-01
hw/xen: Support HVM_PARAM_CALLBACK_TYPE_GSI callback
David Woodhouse
8
-0
/
+161
2023-03-01
i386/xen: add monitor commands to test event injection
Joao Martins
7
-0
/
+320
2023-03-01
hw/xen: Implement EVTCHNOP_reset
David Woodhouse
3
-0
/
+50
2023-03-01
hw/xen: Implement EVTCHNOP_bind_vcpu
David Woodhouse
3
-0
/
+54
2023-03-01
hw/xen: Implement EVTCHNOP_bind_interdomain
David Woodhouse
3
-0
/
+96
2023-03-01
hw/xen: Implement EVTCHNOP_alloc_unbound
David Woodhouse
3
-0
/
+49
2023-03-01
hw/xen: Implement EVTCHNOP_send
David Woodhouse
3
-0
/
+194
2023-03-01
hw/xen: Implement EVTCHNOP_bind_ipi
David Woodhouse
3
-0
/
+86
2023-03-01
hw/xen: Implement EVTCHNOP_bind_virq
David Woodhouse
6
-0
/
+185
2023-03-01
hw/xen: Implement EVTCHNOP_unmask
David Woodhouse
3
-0
/
+189
2023-03-01
hw/xen: Implement EVTCHNOP_close
David Woodhouse
3
-0
/
+137
2023-03-01
hw/xen: Implement EVTCHNOP_status
David Woodhouse
3
-2
/
+125
2023-03-01
i386/xen: Add support for Xen event channel delivery to vCPU
David Woodhouse
3
-6
/
+92
2023-03-01
hw/xen: Add xen_evtchn device for event channel emulation
David Woodhouse
5
-1
/
+194
2023-03-01
i386/xen: implement HVMOP_set_param
Ankur Arora
1
-0
/
+33
2023-03-01
i386/xen: implement HVMOP_set_evtchn_upcall_vector
Ankur Arora
4
-3
/
+84
2023-03-01
i386/xen: implement HYPERVISOR_event_channel_op
Joao Martins
1
-0
/
+25
2023-03-01
i386/xen: handle VCPUOP_register_runstate_memory_area
Joao Martins
3
-0
/
+59
2023-03-01
i386/xen: handle VCPUOP_register_vcpu_time_info
Joao Martins
3
-12
/
+90
2023-03-01
i386/xen: handle VCPUOP_register_vcpu_info
Joao Martins
6
-3
/
+191
2023-03-01
i386/xen: implement HYPERVISOR_vcpu_op
Joao Martins
1
-0
/
+25
2023-03-01
i386/xen: implement HYPERVISOR_hvm_op
Joao Martins
1
-0
/
+17
2023-03-01
i386/xen: implement XENMEM_add_to_physmap_batch
David Woodhouse
2
-0
/
+93
2023-03-01
i386/xen: implement HYPERVISOR_memory_op
Joao Martins
3
-1
/
+143
2023-03-01
i386/xen: manage and save/restore Xen guest long_mode setting
David Woodhouse
3
-0
/
+78
2023-03-01
i386/xen: add pc_machine_kvm_type to initialize XEN_EMULATE mode
David Woodhouse
2
-0
/
+14
2023-03-01
xen: Permit --xen-domid argument when accel is KVM
Paul Durrant
1
-1
/
+1
2023-03-01
hw/xen: Add xen_overlay device for emulating shared xenheap pages
David Woodhouse
4
-0
/
+238
2023-03-01
i386/xen: Implement SCHEDOP_poll and SCHEDOP_yield
David Woodhouse
1
-0
/
+13
2023-03-01
i386/xen: implement HYPERVISOR_sched_op, SCHEDOP_shutdown
Joao Martins
3
-0
/
+77
[next]