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: perform XenDevice clean-up in XenBus watch handler
Paul Durrant
2019-09-24
2
-25
/
+71
*
xen: introduce separate XenWatchList for XenDevice objects
Paul Durrant
2019-09-24
2
-14
/
+60
*
xen / notify: introduce a new XenWatchList abstraction
Paul Durrant
2019-09-24
2
-44
/
+78
*
xen-bus: check whether the frontend is active during device reset...
Paul Durrant
2019-09-24
1
-1
/
+1
*
xen-bus: Avoid rewriting identical values to xenstore
Anthony PERARD
2019-08-27
1
-4
/
+7
*
xen-bus: Fix backend state transition on device reset
Anthony PERARD
2019-08-27
1
-3
/
+20
*
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
1
-1
/
+1
*
Include sysemu/sysemu.h a lot less
Markus Armbruster
2019-08-16
2
-0
/
+2
*
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
2019-08-16
1
-1
/
+0
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
3
-0
/
+3
*
Include qemu/main-loop.h less
Markus Armbruster
2019-08-16
2
-0
/
+2
*
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
4
-4
/
+0
*
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
[prev]
[next]