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