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
path:
root
/
target
/
i386
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-22
*: Add missing includes of qemu/error-report.h
Richard Henderson
1
-0
/
+1
2023-03-15
Fix build without CONFIG_XEN_EMU
Miroslav Rezanina
1
-0
/
+2
2023-03-07
hw/xen: Implement soft reset for emulated gnttab
David Woodhouse
1
-0
/
+5
2023-03-01
kvm/i386: Add xen-evtchn-max-pirq property
David Woodhouse
2
-0
/
+40
2023-03-01
hw/xen: Support MSI mapping to PIRQ
David Woodhouse
3
-3
/
+21
2023-03-01
hw/xen: Implement emulated PIRQ hypercall support
David Woodhouse
1
-0
/
+15
2023-03-01
i386/xen: Implement HYPERVISOR_physdev_op
David Woodhouse
2
-0
/
+137
2023-03-01
hw/xen: Add xen_xenstore device for xenstore emulation
David Woodhouse
1
-0
/
+12
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
1
-0
/
+10
2023-03-01
i386/xen: handle PV timer hypercalls
Joao Martins
1
-2
/
+269
2023-03-01
hw/xen: Implement GNTTABOP_query_size
David Woodhouse
1
-1
/
+15
2023-03-01
i386/xen: Implement HYPERVISOR_grant_table_op and GNTTABOP_[gs]et_verson
David Woodhouse
1
-0
/
+60
2023-03-01
hw/xen: Add xen_gnttab device for grant table emulation
David Woodhouse
1
-0
/
+3
2023-03-01
kvm/i386: Add xen-gnttab-max-frames property
David Woodhouse
2
-0
/
+40
2023-03-01
hw/xen: Support HVM_PARAM_CALLBACK_TYPE_PCI_INTX callback
David Woodhouse
1
-0
/
+34
2023-03-01
hw/xen: Support HVM_PARAM_CALLBACK_TYPE_GSI callback
David Woodhouse
3
-0
/
+52
2023-03-01
hw/xen: Implement EVTCHNOP_reset
David Woodhouse
1
-0
/
+17
2023-03-01
hw/xen: Implement EVTCHNOP_bind_vcpu
David Woodhouse
1
-0
/
+12
2023-03-01
hw/xen: Implement EVTCHNOP_bind_interdomain
David Woodhouse
1
-0
/
+16
2023-03-01
hw/xen: Implement EVTCHNOP_alloc_unbound
David Woodhouse
1
-0
/
+15
2023-03-01
hw/xen: Implement EVTCHNOP_send
David Woodhouse
1
-0
/
+12
2023-03-01
hw/xen: Implement EVTCHNOP_bind_ipi
David Woodhouse
1
-0
/
+15
2023-03-01
hw/xen: Implement EVTCHNOP_bind_virq
David Woodhouse
1
-0
/
+91
2023-03-01
hw/xen: Implement EVTCHNOP_unmask
David Woodhouse
1
-0
/
+12
2023-03-01
hw/xen: Implement EVTCHNOP_close
David Woodhouse
1
-0
/
+12
2023-03-01
hw/xen: Implement EVTCHNOP_status
David Woodhouse
1
-2
/
+18
2023-03-01
i386/xen: Add support for Xen event channel delivery to vCPU
David Woodhouse
1
-6
/
+88
2023-03-01
hw/xen: Add xen_evtchn device for event channel emulation
David Woodhouse
1
-0
/
+15
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
2
-3
/
+82
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
1
-0
/
+57
2023-03-01
i386/xen: handle VCPUOP_register_vcpu_time_info
Joao Martins
1
-12
/
+88
2023-03-01
i386/xen: handle VCPUOP_register_vcpu_info
Joao Martins
4
-3
/
+170
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
1
-0
/
+12
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
2
-0
/
+76
2023-03-01
i386/xen: implement HYPERVISOR_xen_version
Joao Martins
1
-0
/
+86
2023-03-01
i386/xen: handle guest hypercalls
Joao Martins
4
-0
/
+53
2023-03-01
i386/kvm: Set Xen vCPU ID in KVM
David Woodhouse
3
-0
/
+34
2023-03-01
i386/kvm: handle Xen HVM cpuid leaves
Joao Martins
3
-6
/
+88
2023-03-01
i386/kvm: Add xen-version KVM accelerator property and init KVM Xen support
David Woodhouse
4
-0
/
+138
2023-02-27
target/i386: KVM: allow fast string operations if host supports them
Paolo Bonzini
1
-1
/
+16
2023-01-20
include/block: Untangle inclusion loops
Markus Armbruster
1
-0
/
+1
2022-12-14
qapi: Use returned bool to check for failure (again)
Markus Armbruster
1
-4
/
+1
[next]