index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xen
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-27
xen-bus: Avoid rewriting identical values to xenstore
Anthony PERARD
1
-4
/
+7
2019-08-27
xen-bus: Fix backend state transition on device reset
Anthony PERARD
1
-3
/
+20
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
1
-1
/
+1
2019-08-16
Include sysemu/sysemu.h a lot less
Markus Armbruster
2
-0
/
+2
2019-08-16
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
1
-1
/
+0
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
3
-0
/
+3
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
2
-0
/
+2
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
4
-4
/
+0
2019-06-24
xen: Import other xen/io/*.h
Anthony PERARD
1
-2
/
+0
2019-06-24
xen-bus / xen-block: add support for event channel polling
Paul Durrant
1
-2
/
+9
2019-06-24
xen-bus: allow AioContext to be specified for each event channel
Paul Durrant
1
-3
/
+7
2019-06-24
xen-bus: use a separate fd for each event channel
Paul Durrant
1
-39
/
+40
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2
-2
/
+0
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2
-0
/
+2
2019-03-22
trace-events: Shorten file names in comments
Markus Armbruster
1
-3
/
+3
2019-02-04
xen: fix xen-bus state model to allow frontend re-connection
Paul Durrant
1
-13
/
+19
2019-01-14
xen: automatically create XenBlockDevice-s
Paul Durrant
1
-1
/
+0
2019-01-14
xen: add a mechanism to automatically create XenDevice-s...
Paul Durrant
4
-2
/
+332
2019-01-14
xen: add implementations of xen-block connect and disconnect functions...
Paul Durrant
2
-25
/
+165
2019-01-14
xen: add event channel interface for XenDevice-s
Paul Durrant
1
-0
/
+103
2019-01-14
xen: add grant table interface for XenDevice-s
Paul Durrant
1
-0
/
+146
2019-01-14
xen: add xenstore watcher infrastructure
Paul Durrant
3
-2
/
+249
2019-01-14
xen: create xenstore areas for XenDevice-s
Paul Durrant
4
-5
/
+480
2019-01-14
xen: introduce new 'XenBus' and 'XenDevice' object hierarchy
Paul Durrant
3
-1
/
+134
2019-01-14
xen: re-name XenDevice to XenLegacyDevice...
Paul Durrant
9
-52
/
+61
2019-01-14
xen/pt: allow passthrough of devices with bogus interrupt pin
Zhao Yan
2
-1
/
+9
2019-01-14
hw/xen/xen_pt_graphics: Don't trust the BIOS ROM contents so much
Peter Maydell
1
-0
/
+16
2019-01-11
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2
-3
/
+3
2019-01-11
avoid TABs in files that only contain a few
Paolo Bonzini
1
-1
/
+1
2019-01-11
qemu/queue.h: leave head structs anonymous unless necessary
Paolo Bonzini
1
-2
/
+2
2019-01-09
machine: Use shorter format for GlobalProperty arrays
Eduardo Habkost
1
-15
/
+3
2019-01-07
machine: move compat properties out of globals
Marc-André Lureau
1
-20
/
+18
2019-01-07
hw: apply accel compat properties without touching globals
Marc-André Lureau
1
-3
/
+6
2018-12-13
xen_backend: remove xen_sysdev_init() function
Mao Zhongyi
1
-7
/
+0
2018-10-26
xen: Use the PCI_DEVICE macro
Philippe Mathieu-Daudé
1
-4
/
+4
2018-10-19
xen/pt: Fix incomplete conversion to realize()
Markus Armbruster
1
-1
/
+1
2018-06-22
xen: Don't use memory_region_init_ram_nomigrate() in pci_assign_dev_load_opti...
Peter Maydell
3
-5
/
+5
2018-06-01
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+0
2018-06-01
hw: Do not include "sysemu/block-backend.h" if it is not necessary
Philippe Mathieu-Daudé
1
-1
/
+0
2018-05-31
Make MemoryRegion valid.accepts callback take a MemTxAttrs argument
Peter Maydell
1
-1
/
+2
2018-05-22
xen_backend: make the xen_feature_grant_copy flag private
Paul Durrant
1
-1
/
+1
2018-05-22
xen_backend: add an emulation of grant copy
Paul Durrant
1
-0
/
+53
2018-05-22
xen_backend: add grant table helpers
Paul Durrant
1
-12
/
+111
2018-05-18
xen_pt: Present the size of 64 bit BARs correctly
Ross Lagerwall
1
-0
/
+2
2018-05-18
xen/pt: use address_space_memory object for memory region hooks
Igor Druzhinin
1
-1
/
+1
2018-04-26
xen: Expect xenstore write to fail when restricted
Ross Lagerwall
1
-1
/
+6
2018-04-26
xen: defer call to xen_restrict until just before os_setup_post
Ian Jackson
1
-0
/
+14
2018-02-13
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-1
/
+8
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
1
-0
/
+1
2018-02-09
Include qmp-commands.h exactly where needed
Markus Armbruster
1
-1
/
+0
[next]