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
/
include
/
hw
/
xen
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-10
xen: Free xenforeignmemory_resource at exit
Anthony PERARD
1
-0
/
+6
2020-12-15
xen: remove GNUC check
Marc-André Lureau
1
-9
/
+0
2020-11-16
include/hw/xen.h: drop superfluous struct
Alex Bennée
1
-1
/
+1
2020-10-19
xen-bus: reduce scope of backend watch
Paul Durrant
2
-1
/
+3
2020-10-19
xen: Rename XENBACKEND_DEVICE to XENBACKEND
Eduardo Habkost
1
-1
/
+1
2020-09-30
hw/xen: Split x86-specific declaration from generic hardware ones
Philippe Mathieu-Daudé
2
-2
/
+15
2020-09-30
hw/i386/xen: Rename X86/PC specific function as xen_hvm_init_pc()
Philippe Mathieu-Daudé
1
-1
/
+1
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
1
-6
/
+2
2020-09-18
Use OBJECT_DECLARE_TYPE when possible
Eduardo Habkost
2
-6
/
+2
2020-09-18
qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros
Eduardo Habkost
1
-1
/
+1
2020-09-09
Use OBJECT_DECLARE_TYPE where possible
Eduardo Habkost
1
-4
/
+2
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
3
-24
/
+12
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
3
-16
/
+27
2020-08-27
xen-legacy-backend: Add missing typedef XenLegacyDevice
Eduardo Habkost
1
-0
/
+1
2020-06-10
accel: Move Xen accelerator code under accel/xen/
Philippe Mathieu-Daudé
1
-11
/
+0
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
2
-2
/
+2
2020-02-27
xen-bus/block: explicitly assign event channels to an AioContext
Paul Durrant
1
-1
/
+4
2019-11-06
global: Squash 'the the'
Dr. David Alan Gilbert
1
-1
/
+1
2019-09-24
xen: perform XenDevice clean-up in XenBus watch handler
Paul Durrant
1
-0
/
+3
2019-09-24
xen: introduce separate XenWatchList for XenDevice objects
Paul Durrant
1
-0
/
+2
2019-09-24
xen / notify: introduce a new XenWatchList abstraction
Paul Durrant
1
-1
/
+2
2019-08-27
xen: Fix ring.h header
Anthony PERARD
1
-6
/
+7
2019-08-16
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
1
-1
/
+0
2019-08-16
Include qemu/queue.h slightly less
Markus Armbruster
1
-1
/
+0
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
1
-1
/
+0
2019-06-24
xen: Import other xen/io/*.h
Anthony PERARD
11
-1
/
+2893
2019-06-24
Revert xen/io/ring.h of "Clean up a few header guard symbols"
Anthony PERARD
1
-3
/
+3
2019-06-24
xen-bus / xen-block: add support for event channel polling
Paul Durrant
1
-1
/
+1
2019-06-24
xen-bus: allow AioContext to be specified for each event channel
Paul Durrant
1
-0
/
+1
2019-06-24
xen-bus: use a separate fd for each event channel
Paul Durrant
1
-4
/
+2
2019-06-12
Clean up a few header guard symbols
Markus Armbruster
1
-3
/
+3
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-05-13
Clean up ill-advised or unusual header guards
Markus Armbruster
1
-3
/
+3
2019-05-13
Clean up header guards that don't match their file name
Markus Armbruster
1
-3
/
+3
2019-02-05
pvh: Add x86/HVM direct boot ABI header file
Liam Merwick
1
-0
/
+146
2019-01-14
xen: Replace few mentions of xend by libxl
Anthony PERARD
1
-1
/
+1
2019-01-14
Remove broken Xen PV domain builder
Anthony PERARD
2
-19
/
+0
2019-01-14
xen: automatically create XenBlockDevice-s
Paul Durrant
1
-0
/
+12
2019-01-14
xen: add a mechanism to automatically create XenDevice-s...
Paul Durrant
2
-0
/
+40
2019-01-14
xen: add implementations of xen-block connect and disconnect functions...
Paul Durrant
2
-1
/
+22
2019-01-14
xen: add event channel interface for XenDevice-s
Paul Durrant
2
-0
/
+18
2019-01-14
xen: add grant table interface for XenDevice-s
Paul Durrant
1
-0
/
+25
2019-01-14
xen: add xenstore watcher infrastructure
Paul Durrant
2
-0
/
+21
2019-01-14
xen: create xenstore areas for XenDevice-s
Paul Durrant
2
-0
/
+51
2019-01-14
xen: introduce 'xen-block', 'xen-disk' and 'xen-cdrom'
Paul Durrant
1
-0
/
+73
2019-01-14
xen: introduce new 'XenBus' and 'XenDevice' object hierarchy
Paul Durrant
1
-0
/
+55
2019-01-14
xen: re-name XenDevice to XenLegacyDevice...
Paul Durrant
2
-37
/
+44
2019-01-11
avoid TABs in files that only contain a few
Paolo Bonzini
1
-2
/
+2
2018-06-27
compiler: add a sizeof_field() macro
Stefan Hajnoczi
1
-1
/
+1
[next]