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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
2023-03-07
hw/xen: Rename xen_common.h to xen_native.h
David Woodhouse
3
-12
/
+23
2023-03-07
hw/xen: Move xenstore_store_pv_console_info to xen_console.c
David Woodhouse
1
-2
/
+0
2023-03-07
hw/xen: Add xenstore operations to allow redirection to internal emulation
Paul Durrant
6
-32
/
+183
2023-03-07
hw/xen: Add foreignmem operations to allow redirection to internal emulation
David Woodhouse
2
-13
/
+26
2023-03-07
hw/xen: Pass grant ref to gnttab unmap operation
David Woodhouse
3
-7
/
+8
2023-03-07
hw/xen: Add gnttab operations to allow redirection to internal emulation
David Woodhouse
4
-53
/
+102
2023-03-07
hw/xen: Add evtchn operations to allow redirection to internal emulation
David Woodhouse
5
-12
/
+121
2023-03-01
hw/xen: Subsume xen_be_register_common() into xen_be_init()
David Woodhouse
1
-2
/
+1
2023-03-01
xen: Add XEN_DISABLED mode and make it default
David Woodhouse
1
-2
/
+3
2023-03-01
include: import Xen public headers to hw/xen/interface
Joao Martins
28
-148
/
+7146
2023-01-11
hw/xen: use G_GNUC_PRINTF/SCANF for various functions
Daniel P. Berrangé
2
-3
/
+6
2023-01-08
include/hw/pci: Split pci_device.h off pci.h
Markus Armbruster
1
-1
/
+1
2022-06-29
hw/i386/xen/xen-hvm: Inline xen_piix_pci_write_config_client() and remove it
Bernhard Beschow
1
-1
/
+0
2022-06-29
hw/i386/xen/xen-hvm: Allow for stubbing xen_set_pci_link_route()
Bernhard Beschow
2
-6
/
+1
2022-03-22
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
Marc-André Lureau
4
-6
/
+6
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
[next]