index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
xen
Commit message (
Expand
)
Author
Age
Files
Lines
*
xen: Import other xen/io/*.h
Anthony PERARD
2019-06-24
1
-2
/
+0
*
xen-bus / xen-block: add support for event channel polling
Paul Durrant
2019-06-24
1
-2
/
+9
*
xen-bus: allow AioContext to be specified for each event channel
Paul Durrant
2019-06-24
1
-3
/
+7
*
xen-bus: use a separate fd for each event channel
Paul Durrant
2019-06-24
1
-39
/
+40
*
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
2
-2
/
+0
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
2
-0
/
+2
*
trace-events: Shorten file names in comments
Markus Armbruster
2019-03-22
1
-3
/
+3
*
xen: fix xen-bus state model to allow frontend re-connection
Paul Durrant
2019-02-04
1
-13
/
+19
*
xen: automatically create XenBlockDevice-s
Paul Durrant
2019-01-14
1
-1
/
+0
*
xen: add a mechanism to automatically create XenDevice-s...
Paul Durrant
2019-01-14
4
-2
/
+332
*
xen: add implementations of xen-block connect and disconnect functions...
Paul Durrant
2019-01-14
2
-25
/
+165
*
xen: add event channel interface for XenDevice-s
Paul Durrant
2019-01-14
1
-0
/
+103
*
xen: add grant table interface for XenDevice-s
Paul Durrant
2019-01-14
1
-0
/
+146
*
xen: add xenstore watcher infrastructure
Paul Durrant
2019-01-14
3
-2
/
+249
*
xen: create xenstore areas for XenDevice-s
Paul Durrant
2019-01-14
4
-5
/
+480
*
xen: introduce new 'XenBus' and 'XenDevice' object hierarchy
Paul Durrant
2019-01-14
3
-1
/
+134
*
xen: re-name XenDevice to XenLegacyDevice...
Paul Durrant
2019-01-14
9
-52
/
+61
*
xen/pt: allow passthrough of devices with bogus interrupt pin
Zhao Yan
2019-01-14
2
-1
/
+9
*
hw/xen/xen_pt_graphics: Don't trust the BIOS ROM contents so much
Peter Maydell
2019-01-14
1
-0
/
+16
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2019-01-11
2
-3
/
+3
|
\
|
*
avoid TABs in files that only contain a few
Paolo Bonzini
2019-01-11
1
-1
/
+1
|
*
qemu/queue.h: leave head structs anonymous unless necessary
Paolo Bonzini
2019-01-11
1
-2
/
+2
*
|
machine: Use shorter format for GlobalProperty arrays
Eduardo Habkost
2019-01-10
1
-15
/
+3
|
/
*
machine: move compat properties out of globals
Marc-André Lureau
2019-01-07
1
-20
/
+18
*
hw: apply accel compat properties without touching globals
Marc-André Lureau
2019-01-07
1
-3
/
+6
*
xen_backend: remove xen_sysdev_init() function
Mao Zhongyi
2018-12-13
1
-7
/
+0
*
xen: Use the PCI_DEVICE macro
Philippe Mathieu-Daudé
2018-10-26
1
-4
/
+4
*
xen/pt: Fix incomplete conversion to realize()
Markus Armbruster
2018-10-19
1
-1
/
+1
*
xen: Don't use memory_region_init_ram_nomigrate() in pci_assign_dev_load_opti...
Peter Maydell
2018-06-22
3
-5
/
+5
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2018-06-01
1
-1
/
+0
|
\
|
*
hw: Do not include "sysemu/block-backend.h" if it is not necessary
Philippe Mathieu-Daudé
2018-06-01
1
-1
/
+0
*
|
Make MemoryRegion valid.accepts callback take a MemTxAttrs argument
Peter Maydell
2018-05-31
1
-1
/
+2
|
/
*
xen_backend: make the xen_feature_grant_copy flag private
Paul Durrant
2018-05-22
1
-1
/
+1
*
xen_backend: add an emulation of grant copy
Paul Durrant
2018-05-22
1
-0
/
+53
*
xen_backend: add grant table helpers
Paul Durrant
2018-05-22
1
-12
/
+111
*
xen_pt: Present the size of 64 bit BARs correctly
Ross Lagerwall
2018-05-18
1
-0
/
+2
*
xen/pt: use address_space_memory object for memory region hooks
Igor Druzhinin
2018-05-18
1
-1
/
+1
*
xen: Expect xenstore write to fail when restricted
Ross Lagerwall
2018-04-26
1
-1
/
+6
*
xen: defer call to xen_restrict until just before os_setup_post
Ian Jackson
2018-04-26
1
-0
/
+14
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2018-02-13
1
-1
/
+8
|
\
|
*
pci: removed the is_express field since a uniform interface was inserted
Yoni Bettan
2018-02-08
1
-1
/
+8
*
|
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2018-02-09
1
-0
/
+1
*
|
Include qmp-commands.h exactly where needed
Markus Armbruster
2018-02-09
1
-1
/
+0
|
/
*
hw/xen*: Replace fprintf(stderr, "*\n" with error_report()
Alistair Francis
2018-02-06
1
-2
/
+3
*
xen: Add only xen-sysdev to dynamic sysbus device list
Eduardo Habkost
2018-01-19
1
-6
/
+1
*
machine: Replace has_dynamic_sysbus with list of allowed devices
Eduardo Habkost
2018-01-19
1
-1
/
+6
*
Merge remote-tracking branch 'origin/master' into HEAD
Michael S. Tsirkin
2018-01-11
1
-0
/
+1
|
\
|
*
xen/pt: Set is_express to avoid out-of-bounds write
Simon Gaiser
2017-12-15
1
-0
/
+1
*
|
pci: Eliminate redundant PCIDevice::bus pointer
David Gibson
2017-12-05
1
-2
/
+2
*
|
pci: Add pci_dev_bus_num() helper
David Gibson
2017-12-05
1
-3
/
+3
|
/
[next]