xen-common-stub.c 367 B

12345678910111213141516171819
  1. /*
  2. * Copyright (C) 2014 Citrix Systems UK Ltd.
  3. *
  4. * This work is licensed under the terms of the GNU GPL, version 2 or later.
  5. * See the COPYING file in the top-level directory.
  6. */
  7. #include "qemu-common.h"
  8. #include "hw/xen/xen.h"
  9. void xenstore_store_pv_console_info(int i, CharDriverState *chr)
  10. {
  11. }
  12. int xen_init(MachineClass *mc)
  13. {
  14. return -ENOSYS;
  15. }