aboutsummaryrefslogtreecommitdiff
path: root/target/i386/hyperv.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-21i386/kvm: convert hyperv enlightenments properties from bools to bitsVitaly Kuznetsov1-1/+1
2018-10-19hyperv: process POST_MESSAGE hypercallRoman Kagan1-0/+3
2018-10-19hyperv: process SIGNAL_EVENT hypercallRoman Kagan1-4/+6
2018-10-19hyperv: make overlay pages for SynICRoman Kagan1-6/+14
2018-10-19hyperv: qom-ify SynICRoman Kagan1-0/+25
2018-10-19hyperv: factor out arch-independent API into hw/hypervRoman Kagan1-126/+1
2018-10-19hyperv: make hyperv_vp_index inlineRoman Kagan1-7/+4
2018-10-19hyperv: rename kvm_hv_sint_route_set_sintRoman Kagan1-1/+1
2018-10-19hyperv: make HvSintRoute reference-countedRoman Kagan1-4/+21
2018-10-19hyperv: address HvSintRoute by X86CPU pointerRoman Kagan1-2/+8
2018-10-19hyperv: allow passing arbitrary data to sint ack callbackRoman Kagan1-2/+14
2018-10-19hyperv: synic: only setup ack notifier if there's a callbackRoman Kagan1-14/+19
2018-10-19hyperv: cosmetic: g_malloc -> g_newRoman Kagan1-1/+1
2018-07-16hyperv: ensure VP index equal to QEMU cpu_indexRoman Kagan1-0/+10
2018-07-16hyperv: rename vcpu_id to vp_indexRoman Kagan1-3/+3
2017-09-19hyperv: add header with protocol definitionsRoman Kagan1-3/+3
2017-01-16event_notifier: cleanups around event_notifier_set_handlerPaolo Bonzini1-3/+4
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+140