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
2023-10-18
hw/xen: cleanup sourcesets
Paolo Bonzini
1
-7
/
+4
2023-09-08
xen: spelling fix
Michael Tokarev
1
-1
/
+1
2023-08-31
bulk: Do not declare function prototypes using 'extern' keyword
Philippe Mathieu-Daudé
1
-5
/
+3
2023-08-01
xen: Don't pass MemoryListener around by value
Peter Maydell
1
-4
/
+4
2023-06-28
exec/memory: Add symbolic value for memory listener priority for accel
Isaku Yamahata
2
-3
/
+3
2023-06-20
meson: Replace softmmu_ss -> system_ss
Philippe Mathieu-Daudé
1
-2
/
+2
2023-06-15
hw/xen/xen-hvm-common: Use g_new and error_report
Vikram Garhwal
1
-6
/
+6
2023-06-15
hw/xen/xen-hvm-common: skip ioreq creation on ioreq registration failure
Stefano Stabellini
1
-19
/
+38
2023-06-15
xen-hvm: reorganize xen-hvm and move common function to xen-hvm-common
Stefano Stabellini
3
-1
/
+878
2023-06-15
hw/i386/xen/: move xen-mapcache.c to hw/xen/
Vikram Garhwal
3
-0
/
+608
2023-06-07
xen-block: fix segv on unrealize
Anthony PERARD
1
-2
/
+4
2023-06-07
xen: Drop support for Xen versions below 4.7.1
David Woodhouse
1
-56
/
+1
2023-06-07
hw/xen: Fix memory leak in libxenstore_open() for Xen
David Woodhouse
1
-1
/
+1
2023-05-30
aio: remove aio_disable_external() API
Stefan Hajnoczi
1
-4
/
+4
2023-05-30
hw/xen: do not set is_external=true on evtchn fds
Stefan Hajnoczi
1
-4
/
+4
2023-05-30
xen-block: implement BlockDevOps->drained_begin()
Stefan Hajnoczi
1
-2
/
+5
2023-04-21
pci: avoid accessing slot_reserved_mask directly outside of pci.c
Chuck Zmudzinski
1
-4
/
+3
2023-03-07
hw/xen: Avoid crash when backend watch fires too early
Paul Durrant
1
-7
/
+7
2023-03-07
hw/xen: Build PV backend drivers for CONFIG_XEN_BUS
David Woodhouse
1
-1
/
+4
2023-03-07
hw/xen: Rename xen_common.h to xen_native.h
David Woodhouse
6
-7
/
+7
2023-03-07
hw/xen: Add xenstore operations to allow redirection to internal emulation
Paul Durrant
7
-363
/
+331
2023-03-07
hw/xen: Add foreignmem operations to allow redirection to internal emulation
David Woodhouse
1
-0
/
+45
2023-03-07
hw/xen: Pass grant ref to gnttab unmap operation
David Woodhouse
3
-5
/
+12
2023-03-07
hw/xen: Add gnttab operations to allow redirection to internal emulation
David Woodhouse
4
-219
/
+177
2023-03-07
hw/xen: Add evtchn operations to allow redirection to internal emulation
David Woodhouse
5
-21
/
+93
2023-03-06
hw/xen/xen_pt: fix uninitialized variable
Marek Marczykowski-Górecki
1
-1
/
+1
2023-03-06
xen/pt: reserve PCI slot 2 for Intel igd-passthru
Chuck Zmudzinski
3
-11
/
+77
2023-03-01
hw/xen: Subsume xen_be_register_common() into xen_be_init()
David Woodhouse
1
-34
/
+22
2023-03-01
xen: add CONFIG_XEN_BUS and CONFIG_XEN_EMU options for Xen emulation
David Woodhouse
1
-0
/
+3
2023-01-18
bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx
Philippe Mathieu-Daudé
1
-2
/
+2
2023-01-11
hw/xen: use G_GNUC_PRINTF/SCANF for various functions
Daniel P. Berrangé
2
-0
/
+2
2023-01-08
include/hw/pci: Break inclusion loop pci_bridge.h and cxl.h
Markus Armbruster
1
-1
/
+0
2022-11-05
xen/pt: fix syntax error that causes FTBFS in some configurations
Chuck Zmudzinski
1
-1
/
+1
2022-09-27
hw/xen: set pci Atomic Ops requests for passthrough device
Ruili Ji
1
-2
/
+2
2022-07-05
xen/pass-through: don't create needless register group
Chuck Zmudzinski
1
-5
/
+9
2022-07-05
xen/pass-through: merge emulated bits correctly
Chuck Zmudzinski
1
-5
/
+6
2022-05-12
hw/xen/xen_pt: Resolve igd_passthrough_isa_bridge_create() indirection
Bernhard Beschow
3
-13
/
+6
2022-05-12
hw/xen/xen_pt: Confine igd-passthrough-isa-bridge to XEN
Bernhard Beschow
3
-1
/
+120
2022-04-28
meson: remove CONFIG_XEN_PCI_PASSTHROUGH from config-target.h
Paolo Bonzini
1
-8
/
+12
2022-04-20
util/log: Remove qemu_log_flush
Richard Henderson
1
-1
/
+0
2022-04-20
hw/xen: Split out xen_pv_output_msg
Richard Henderson
1
-20
/
+24
2022-03-22
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
Marc-André Lureau
1
-1
/
+1
2022-01-12
aio-posix: split poll check from ready handler
Stefan Hajnoczi
1
-3
/
+3
2021-11-01
pci: Export pci_for_each_device_under_bus*()
Peter Xu
1
-2
/
+2
2021-10-15
softmmu/qdev-monitor: add error handling in qdev_set_id
Damien Hedde
1
-1
/
+2
2021-09-30
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210930'...
Peter Maydell
2
-2
/
+2
2021-09-30
memory: Name all the memory listeners
Peter Xu
1
-0
/
+2
2021-09-30
qbus: Rename qbus_create() to qbus_new()
Peter Maydell
2
-2
/
+2
2021-06-02
docs: fix references to docs/devel/tracing.rst
Stefano Garzarella
1
-1
/
+1
2021-05-02
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
1
-1
/
+0
[next]