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-10.0
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-10.0
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
tracing
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
5 days
hw/xen/passthrough: add missing error-report include
Adam Williamson
1
-0
/
+1
2025-05-12
Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging
Stefan Hajnoczi
1
-1
/
+1
2025-05-09
hw/xen/xen-hvm-common.c: fix "the the" typo in comment
Michael Tokarev
1
-1
/
+1
2025-05-06
xen: mapcache: Split mapcache_grants by ro and rw
Edgar E. Iglesias
1
-7
/
+19
2025-05-06
xen: mapcache: Fix finding matching entry
Aleksandr Partanen
1
-3
/
+3
2025-04-25
qom: Make InterfaceInfo[] uses const
Philippe Mathieu-Daudé
4
-4
/
+4
2025-04-25
qom: Have class_init() take a const data argument
Philippe Mathieu-Daudé
5
-7
/
+7
2025-04-23
hw/xen: add stubs for various functions
Pierrick Bouvier
2
-0
/
+54
2025-03-19
hw/xen: Downgrade a xen_bus_realize() non-error to warning
Markus Armbruster
1
-4
/
+3
2025-03-19
hw/xen: Fix xen_bus_realize() error handling
Markus Armbruster
1
-0
/
+1
2025-03-10
xen: No need to flush the mapcache for grants
Stefano Stabellini
1
-1
/
+0
2025-03-10
xen/passthrough: use gsi to map pirq when dom0 is PVH
Jiqian Chen
1
-0
/
+60
2025-03-04
hw/xen/xen-hvm: Reduce included headers
Philippe Mathieu-Daudé
1
-0
/
+7
2025-03-04
hw/xen/xen-pvh: Reduce included headers
Philippe Mathieu-Daudé
1
-3
/
+2
2025-02-16
hw/boards: Do not create unusable default if=sd drives
Philippe Mathieu-Daudé
1
-1
/
+0
2025-02-16
hw/boards: Rename no_sdcard -> auto_create_sdcard
Philippe Mathieu-Daudé
1
-1
/
+1
2025-02-16
hw/boards: Explicit no_sdcard=false as ON_OFF_AUTO_OFF
Philippe Mathieu-Daudé
1
-0
/
+1
2025-02-16
hw/xen: Have legacy Xen backend inherit from DYNAMIC_SYS_BUS_DEVICE
Philippe Mathieu-Daudé
1
-5
/
+2
2025-02-16
hw/xen: Prefer QOM cast for XenLegacyDevice
Bernhard Beschow
2
-2
/
+2
2025-02-10
qapi: Move include/qapi/qmp/ to include/qobject/
Daniel P. Berrangé
1
-1
/
+1
2025-01-15
hw/xen: Use xs_node_read() from xenstore_read_str() instead of open-coding it
David Woodhouse
1
-4
/
+2
2025-01-15
hw/xen: Use xs_node_read() from xs_node_vscanf()
David Woodhouse
2
-10
/
+6
2025-01-15
xen: do not use '%ms' scanf specifier
Roger Pau Monne
1
-2
/
+12
2025-01-15
hw/xen: Add xs_node_read() helper function
David Woodhouse
2
-0
/
+23
2024-12-30
hw/pci-host/gpex: Allow more than 4 legacy IRQs
Alexander Graf
1
-1
/
+1
2024-12-21
Merge tag 'exec-20241220' of https://github.com/philmd/qemu into staging
Stefan Hajnoczi
4
-8
/
+8
2024-12-20
include: Rename sysemu/ -> system/
Philippe Mathieu-Daudé
4
-8
/
+8
2024-12-19
include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST
Richard Henderson
2
-2
/
+0
2024-12-19
hw/xen: Remove empty Property lists
Richard Henderson
1
-17
/
+0
2024-12-15
hw/xen: Constify all Property
Richard Henderson
2
-2
/
+2
2024-10-21
hw/xen: Avoid use of uninitialized bufioreq_evtchn
Edgar E. Iglesias
1
-3
/
+4
2024-10-03
hw/xen: xenpvh: Add pci-intx-irq-base property
Edgar E. Iglesias
1
-0
/
+36
2024-10-03
hw/xen: xenpvh: Disable buffered IOREQs for ARM
Edgar E. Iglesias
1
-1
/
+1
2024-10-03
hw/xen: Expose handle_bufioreq in xen_register_ioreq
Edgar E. Iglesias
2
-39
/
+65
2024-10-03
hw/xen: Remove deadcode
Dr. David Alan Gilbert
2
-26
/
+0
2024-09-04
hw/xen: pvh-common: Add support for creating PCIe/GPEX
Edgar E. Iglesias
1
-0
/
+76
2024-09-04
hw/arm: xenpvh: Reverse virtio-mmio creation order
Edgar E. Iglesias
1
-1
/
+12
2024-09-04
hw/arm: xenpvh: Break out a common PVH machine
Edgar E. Iglesias
3
-0
/
+280
2024-07-12
xen: mapcache: Fix unmapping of first entries in buckets
Edgar E. Iglesias
1
-1
/
+11
2024-07-03
hw/pci: Replace -1 with UINT32_MAX for romsize
Akihiko Odaki
1
-1
/
+1
2024-07-01
xen-hvm: Avoid livelock while handling buffered ioreqs
Ross Lagerwall
1
-9
/
+17
2024-07-01
xen: fix stubdom PCI addr
Marek Marczykowski-Górecki
2
-1
/
+81
2024-06-09
xen: mapcache: Add support for grant mappings
Edgar E. Iglesias
2
-37
/
+140
2024-06-09
xen: mapcache: Pass the ram_addr offset to xen_map_cache()
Edgar E. Iglesias
1
-5
/
+11
2024-06-09
xen: mapcache: Unmap first entries in buckets
Edgar E. Iglesias
1
-3
/
+8
2024-06-09
xen: mapcache: Make MCACHE_BUCKET_SHIFT runtime configurable
Edgar E. Iglesias
1
-21
/
+33
2024-06-04
hw/xen: Constify xenstore_be::XenDevOps
Philippe Mathieu-Daudé
1
-3
/
+3
2024-06-04
hw/xen: Constify XenLegacyDevice::XenDevOps
Philippe Mathieu-Daudé
1
-1
/
+1
2024-06-04
xen: Add xen_mr_is_memory()
Edgar E. Iglesias
1
-2
/
+8
2024-05-10
xen: register legacy backends via xen_backend_init
Paolo Bonzini
1
-16
/
+0
[next]