7 lines
300 B
Plaintext
7 lines
300 B
Plaintext
|
# hw/i386/xen/xen_platform.c
|
||
|
xen_platform_log(char *s) "xen platform: %s"
|
||
|
|
||
|
# hw/i386/xen/xen_pvdevice.c
|
||
|
xen_pv_mmio_read(uint64_t addr) "WARNING: read from Xen PV Device MMIO space (address %"PRIx64")"
|
||
|
xen_pv_mmio_write(uint64_t addr) "WARNING: write to Xen PV Device MMIO space (address %"PRIx64")"
|