index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
hw
/
xen
/
xen_common.h
Age
Commit message (
Expand
)
Author
2019-08-16
Include qemu/queue.h slightly less
Markus Armbruster
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-06-24
xen: Import other xen/io/*.h
Anthony PERARD
2019-01-14
Remove broken Xen PV domain builder
Anthony PERARD
2019-01-14
xen: add event channel interface for XenDevice-s
Paul Durrant
2018-05-31
xen-hvm: try to use xenforeignmemory_map_resource() to map ioreq pages
Paul Durrant
2018-05-22
xen: add a meaningful declaration of grant_copy_segment into xen_common.h
Paul Durrant
2018-04-26
xen: Remove now-obsolete xen_xc_domain_add_to_physmap
Ian Jackson
2018-04-26
xen: Use newly added dmops for mapping VGA memory
Ross Lagerwall
2018-04-26
xen: destroy_hvm_domain: Try xendevicemodel_shutdown
Ian Jackson
2018-04-26
xen: move xc_interface compatibility fallback further up the file
Ian Jackson
2018-04-26
xen: restrict: use xentoolcore_restrict_all
Ian Jackson
2017-12-05
pci: Add pci_dev_bus_num() helper
David Gibson
2017-07-18
xen: don't use xenstore to save/restore physmap anymore
Igor Druzhinin
2017-07-18
xen/mapcache: introduce xen_replace_cache_entry()
Igor Druzhinin
2017-04-21
xen: additionally restrict xenforeignmemory operations
Paul Durrant
2017-04-21
xen: use libxendevice model to restrict operations
Paul Durrant
2017-04-21
xen: use 5 digit xen versions
Juergen Gross
2017-04-21
xen: use libxendevicemodel when available
Paul Durrant
2017-03-22
xen: create wrappers for all other uses of xc_hvm_XXX() functions
Paul Durrant
2017-03-22
xen: make use of xen_xc implicit in xen_common.h inlines
Paul Durrant
2017-01-31
trace: switch to modular code generation for sub-directories
Daniel P. Berrange
2016-09-27
qdisk - hw/block/xen_disk: grant copy implementation
Paulina Szubarczyk
2016-08-12
xen: handle inbound migration of VMs without ioreq server pages
Paul Durrant
2016-07-12
Clean up decorations and whitespace around header guards
Markus Armbruster
2016-05-23
xen: add pvUSB backend
Juergen Gross
2016-05-18
Fix some typos found by codespell
Stefan Weil
2016-02-23
include: Clean up includes
Peter Maydell
2016-02-10
xen: move xenforeignmemory compat layer into common place
Ian Campbell
2016-02-10
xen: drop XenXC and associated interface wrappers
Ian Campbell
2016-02-10
xen: drop xen_xc_hvm_inject_msi wrapper
Ian Campbell
2016-02-10
xen: drop support for Xen 4.1 and older.
Ian Campbell
2016-01-26
xen: make it possible to build without the Xen PV domain builder
Ian Campbell
2016-01-26
xen: domainbuild: reopen libxenctrl interface after forking for domain watcher.
Ian Campbell
2016-01-26
xen: Use stable library interfaces when they are available.
Ian Campbell
2016-01-26
xen: Switch uses of xc_map_foreign_{pages,bulk} to use libxenforeignmemory API.
Ian Campbell
2016-01-26
xen: Switch to libxengnttab interface for compat shims.
Ian Campbell
2016-01-26
xen: Switch to libxenevtchn interface for compat shims.
Ian Campbell
2015-11-13
xen: fix usage of xc_domain_create in domain builder
Roger Pau Monne
2015-09-10
xen: use errno instead of rc for xc_domain_add_to_physmap
Konrad Rzeszutek Wilk
2015-09-10
xen/HVM: atomically access pointers in bufioreq handling
Jan Beulich
2015-07-08
Fix the compatibility typedef of ioservid_t to match the Xen headers
Paul Durrant
2015-01-26
fix QEMU build on Xen/ARM
Stefano Stabellini
2015-01-20
Xen: Use the ioreq-server API when available
Paul Durrant
2014-10-30
xen-hvm.c: Add support for Xen access to vmport
Don Slutz
2014-05-07
xen_disk: add discard support
Olaf Hering
2013-04-08
hw: move headers to include/
Paolo Bonzini