1. 6b827cc xen: do not build backends for targets that do not support xen by Stefano Stabellini · 8 years ago
  2. 4100a34 Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170202' into staging by Peter Maydell · 8 years ago
  3. e9dcbc8 xen: use qdev_unplug() instead of g_free() in xen_pv_find_xendev() by Juergen Gross · 8 years ago
  4. 1416f9e trace: move hw/xen events to correct subdir by Daniel P. Berrange · 8 years ago
  5. 3a6c917 xen: create qdev for each backend device by Juergen Gross · 8 years ago
  6. 873d57a xen: add an own bus for xen backend devices by Juergen Gross · 8 years ago
  7. b586363 hw/xen/xen_pvdev: Include qemu/log.h for qemu_log_vprintf() by Thomas Huth · 8 years ago
  8. 7198136 xen: Rename xen_be_del_xendev by Emil Condrea · 8 years ago
  9. fa0253d xen: Rename xen_be_find_xendev by Emil Condrea · 8 years ago
  10. 49442d9 xen: Rename xen_be_evtchn_event by Emil Condrea · 8 years ago
  11. ba18fa2 xen: Rename xen_be_send_notify by Emil Condrea · 8 years ago
  12. 65807f4 xen: Rename xen_be_unbind_evtchn by Emil Condrea · 8 years ago
  13. 96c77db xen: Rename xen_be_printf to xen_pv_printf by Emil Condrea · 8 years ago
  14. ecf7981 xen: Move xenstore cleanup and mkdir functions by Emil Condrea · 8 years ago
  15. 148512e xen: Prepare xendev qtail to be shared with frontends by Emil Condrea · 8 years ago
  16. 31c17aa xen: Move evtchn functions to xen_pvdev.c by Emil Condrea · 8 years ago
  17. 046db9b xen: Move xenstore_update to xen_pvdev.c by Emil Condrea · 8 years ago
  18. f0021db xen: Create a new file xen_pvdev.c by Emil Condrea · 8 years ago
  19. b9730c5 xen: Fix coding style warnings by Emil Condrea · 8 years ago
  20. c22e91b xen: Fix coding style errors by Emil Condrea · 8 years ago
  21. c4f68f0 Xen: fix converity warning of xen_pt_config_init() by Cao jin · 9 years ago
  22. 0968c91 Xen PCI passthrough: fix passthrough failure when no interrupt pin by Bruce Rogers · 9 years ago
  23. 0e39bb0 xen: use a common function for pv and hvm guest backend register calls by Juergen Gross · 9 years ago
  24. c8e36e8 xen: when removing a backend don't remove many of them by Juergen Gross · 9 years ago
  25. 175de52 Clean up decorations and whitespace around header guards by Markus Armbruster · 9 years ago
  26. 25f8f6b xen: move xen_sysdev to xen_backend.c by Juergen Gross · 9 years ago
  27. 02d0e09 os-posix: include sys/mman.h by Paolo Bonzini · 9 years ago
  28. 637c53f xen: write information about supported backends by Juergen Gross · 9 years ago
  29. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  30. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  31. 81daba58 xen: drop XenXC and associated interface wrappers by Ian Campbell · 9 years ago
  32. 428c3ec fix MSI injection on Xen by Stefano Stabellini · 9 years ago
  33. 21cbfe5 xen: Clean up includes by Peter Maydell · 9 years ago
  34. e0cb42a xen: Switch uses of xc_map_foreign_{pages,bulk} to use libxenforeignmemory API. by Ian Campbell · 9 years ago
  35. c1345a8 xen: Switch to libxengnttab interface for compat shims. by Ian Campbell · 9 years ago
  36. a2db2a1 xen: Switch to libxenevtchn interface for compat shims. by Ian Campbell · 9 years ago
  37. 5a11d0f Xen PCI passthru: convert to realize() by Cao jin · 9 years ago
  38. d50a6e5 Add Error **errp for xen_pt_config_init() by Cao jin · 9 years ago
  39. 5226bb5 Add Error **errp for xen_pt_setup_vga() by Cao jin · 9 years ago
  40. 376ba75 Add Error **errp for xen_host_pci_device_get() by Cao jin · 9 years ago
  41. f524bc3 Xen: use qemu_strtoul instead of strtol by Cao jin · 9 years ago
  42. 599d0c4 Change xen_host_pci_sysfs_path() to return void by Cao jin · 9 years ago
  43. 66c058c xen/Makefile.objs: simplify by Cao jin · 9 years ago
  44. 55c8672 xen/pass-through: correctly deal with RW1C bits by Jan Beulich · 9 years ago
  45. bdfe515 xen/MSI-X: really enforce alignment by Jan Beulich · 9 years ago
  46. f0ada36 xen/MSI-X: latch MSI-X table writes by Jan Beulich · 9 years ago
  47. 2c21ec3 xen: fix invalid assertion by Paolo Bonzini · 9 years ago
  48. 4e494de Qemu/Xen: Fix early freeing MSIX MMIO memory region by Lan Tianyu · 9 years ago
  49. 67cc32e typofixes - v4 by Veres Lajos · 10 years ago
  50. ef1e1e0 maint: avoid useless "if (foo) free(foo)" pattern by Daniel P. Berrange · 10 years ago
  51. cae99f1 xen/pt: Don't slurp wholesale the PCI configuration registers by Konrad Rzeszutek Wilk · 10 years ago
  52. 3d3697f xen/pt: Check for return values for xen_host_pci_[get|set] in init by Konrad Rzeszutek Wilk · 10 years ago
  53. df6aa45 xen/pt: Move bulk of xen_pt_unregister_device in its own routine. by Konrad Rzeszutek Wilk · 10 years ago
  54. bce3394 xen/pt: Make xen_pt_unregister_device idempotent by Konrad Rzeszutek Wilk · 10 years ago
  55. fe2da64 xen/pt: Log xen_host_pci_get/set errors in MSI code. by Konrad Rzeszutek Wilk · 10 years ago
  56. ea6c50f xen/pt: Log xen_host_pci_get in two init functions by Konrad Rzeszutek Wilk · 10 years ago
  57. e2779de xen/pt: Remove XenPTReg->data field. by Konrad Rzeszutek Wilk · 10 years ago
  58. 5b4dd0f xen/pt: Check if reg->init function sets the 'data' past the reg->size by Konrad Rzeszutek Wilk · 10 years ago
  59. 2e87512 xen/pt: Sync up the dev.config and data values. by Konrad Rzeszutek Wilk · 10 years ago
  60. 6aa07b1 xen/pt: Use xen_host_pci_get_[byte|word] instead of dev.config by Konrad Rzeszutek Wilk · 10 years ago
  61. 54fd081 xen/pt: Use XEN_PT_LOG properly to guard against compiler warnings. by Konrad Rzeszutek Wilk · 10 years ago
  62. faf5f56 xen/pt/msi: Add the register value when printing logging and error messages by Konrad Rzeszutek Wilk · 10 years ago
  63. 52c7265 xen/pt: xen_host_pci_config_read returns -errno, not -1 on failure by Konrad Rzeszutek Wilk · 10 years ago
  64. cf8124f xen/pt: Make xen_pt_msi_set_enable static by Konrad Rzeszutek Wilk · 10 years ago
  65. d3b9fac xen/pt: Update comments with proper function name. by Konrad Rzeszutek Wilk · 10 years ago
  66. 5cec8aa xen, gfx passthrough: add opregion mapping by Tiejun Chen · 10 years ago
  67. f37d630 xen, gfx passthrough: register a isa bridge by Tiejun Chen · 10 years ago
  68. 881213f xen, gfx passthrough: retrieve VGA BIOS to work by Tiejun Chen · 10 years ago
  69. 7981417 xen, gfx passthrough: basic graphics passthrough support by Tiejun Chen · 10 years ago
  70. 355df30 Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-06-23' into staging by Peter Maydell · 10 years ago
  71. f9b9d29 xen_pt: QOMify by Gonglei · 10 years ago
  72. 000d604 Merge remote-tracking branch 'remotes/sstabellini/tags/xen-220615-3' into staging by Peter Maydell · 10 years ago
  73. 74526eb xen/pass-through: constify some static data by Jan Beulich · 10 years ago
  74. 3782f60 xen/pass-through: log errno values rather than function return ones by Jan Beulich · 10 years ago
  75. 6997689 xen/pass-through: ROM BAR handling adjustments by Jan Beulich · 10 years ago
  76. 950fe0a xen/pass-through: fold host PCI command register writes by Jan Beulich · 10 years ago
  77. 6b5166f xen_backend: Remove unused error handling of qemu_set_fd_handler by Fam Zheng · 10 years ago
  78. c25bbf1 xen/pt: unknown PCI config space fields should be read-only by Jan Beulich · 10 years ago
  79. a88a3f8 xen/pt: add a few PCI config space field descriptions by Jan Beulich · 10 years ago
  80. 0ad3393 xen/pt: mark reserved bits in PCI config space fields by Jan Beulich · 10 years ago
  81. 45ebe39 xen/pt: mark all PCIe capability bits read-only by Jan Beulich · 10 years ago
  82. 0e7ef22 xen/pt: split out calculation of throughable mask in PCI config space handling by Jan Beulich · 10 years ago
  83. c4ff1e6 xen/pt: correctly handle PM status bit by Jan Beulich · 10 years ago
  84. d61bb24 xen/pt: consolidate PM capability emu_mask by Jan Beulich · 10 years ago
  85. d1d35cf xen/MSI: don't open-code pass-through of enable bit modifications by Jan Beulich · 10 years ago
  86. b38ec5e xen/MSI-X: limit error messages by Jan Beulich · 10 years ago
  87. 7611dae xen: don't allow guest to control MSI mask register by Jan Beulich · 10 years ago
  88. 5c83b2f xen: properly gate host writes of modified PCI CFG contents by Jan Beulich · 10 years ago
  89. 81b23ef xen: limit guest control of PCI command register by Jan Beulich · 10 years ago
  90. 14cec17 xen-pt: fix Out-of-bounds read by Gonglei · 10 years ago
  91. d4cd450 xen-pt: fix Negative array index read by Gonglei · 10 years ago
  92. 9960517 xen-pt: Fix PCI devices re-attach failed by Liang Li · 10 years ago
  93. 4be7463 hw: Convert from BlockDriverState to BlockBackend, mostly by Markus Armbruster · 10 years ago
  94. 469b046 memory: remove memory_region_destroy by Paolo Bonzini · 11 years ago
  95. 4aba9eb xen_backend: introduce xenstore_read_uint64 and xenstore_read_fe_uint64 by Stefano Stabellini · 11 years ago
  96. ff788b6 Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-05-07' into staging by Peter Maydell · 11 years ago
  97. 770e39f xen: remove unused global, xen_xcg by Jim Meyering · 11 years ago
  98. ad3f7e3 xen: move Xen HVM files under hw/i386/xen by Wei Liu · 11 years ago
  99. c976437 qemu-xen: free all the pirqs for msi/msix when driver unload by Zhenzhong Duan · 11 years ago
  100. 15e8159 Call pci_piix3_xen_ide_unplug from unplug_disks by Stefano Stabellini · 11 years ago