aboutsummaryrefslogtreecommitdiff
path: root/lib/libhvcall
AgeCommit message (Expand)AuthorFilesLines
2021-02-12libhv: Compile with -WextraAlexey Kardashevskiy1-1/+1
2020-03-17rtas: Move FWNMI log space reservation to QEMUAlexey Kardashevskiy1-9/+0
2019-08-27rtas: Reserve space for FWNMI logAlexey Kardashevskiy1-0/+9
2019-07-18rtas: Integrate RTAS blobAlexey Kardashevskiy5-1/+42
2018-04-04broken_sc1: check for H_PRIVILEGENikunj A Dadhania2-5/+6
2017-11-06fdt: Pass the resulting device tree to QEMUAlexey Kardashevskiy3-1/+8
2017-10-24Revert various SLOF-to-QEMU private hypercallsAlexey Kardashevskiy3-17/+1
2017-07-25board-qemu: add private hcall to inform host on "phandle" updateGreg Kurz3-0/+9
2017-07-11libhvcall: drop unused KVMPPC_H_REPORT_MC_ERR and KVMPPC_H_NMI_MCE definesGreg Kurz1-2/+0
2015-12-01Move the code for rfill into a separate functionThomas Huth2-1/+39
2015-03-23Include make.rules in the library MakefilesThomas Huth1-0/+2
2014-08-27Add private HCALL to inform updated RTAS base and entryNikunj A. Dadhania3-1/+10
2014-04-04Isolate sc 1 detection logicAlexander Graf1-28/+28
2013-12-17Work around missing sc 1 traps on pHypAlexander Graf5-1/+174
2013-12-16Output banner and initial display output in VNC windowNikunj A Dadhania4-2/+17
2013-10-09Add ibm,client-architecture-support methodNikunj A Dadhania4-1/+23
2012-10-17SLOF: Support PAPR NVRAM RTAS callsqemu-slof-20121018Nikunj A. Dadhania1-0/+14
2012-02-22Expose hv-logical-memop to forth codeBenjamin Herrenschmidt4-0/+31
2012-01-19Move virtio to a separate libraryBenjamin Herrenschmidt7-545/+1
2012-01-11Fix virtio access sizeqemu-slof-20120111Benjamin Herrenschmidt1-5/+11
2011-12-20hvterm: Update hvterm routines to take the termno as an argumentMichael Ellerman3-13/+14
2011-11-24Support for virtio-block PCI devicesThomas Huth7-2/+544
2011-10-12Add wrapper for H_PUT_TCE hypervisor callThomas Huth3-0/+10
2011-10-12Improved cache-inhibited access functionsThomas Huth1-2/+2
2011-10-12Move MMIO accessors to board-js2x and implement h-calls based ones for qemuBenjamin Herrenschmidt4-2/+73
2011-03-22Initial qemu/KVM board supportBenjamin Herrenschmidt5-0/+273