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
/
hw
/
i386
/
xen
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-15
hw/i386: Constify all Property
Richard Henderson
1
-1
/
+1
2024-10-03
hw/xen: xenpvh: Disable buffered IOREQs for ARM
Edgar E. Iglesias
1
-0
/
+3
2024-10-03
hw/xen: Expose handle_bufioreq in xen_register_ioreq
Edgar E. Iglesias
1
-1
/
+3
2024-09-13
hw: Use device_class_set_legacy_reset() instead of opencoding
Peter Maydell
1
-1
/
+1
2024-09-04
hw/i386/xen: Add a Xen PVH x86 machine
Edgar E. Iglesias
2
-0
/
+122
2024-07-01
hw/xen: detect when running inside stubdomain
Marek Marczykowski-Górecki
1
-0
/
+22
2024-04-23
memory: Add Error** argument to the global_dirty_log routines
Cédric Le Goater
1
-1
/
+1
2024-04-23
memory: Add Error** argument to .log_global_start() handler
Cédric Le Goater
1
-1
/
+2
2024-03-09
hw/xen/hvm: Get target page size at runtime
Philippe Mathieu-Daudé
1
-23
/
+39
2024-03-09
hw/xen/hvm: Propagate page_mask to a pair of functions
Philippe Mathieu-Daudé
1
-8
/
+10
2024-03-09
hw/xen/hvm: Inline TARGET_PAGE_ALIGN() macro
Philippe Mathieu-Daudé
1
-1
/
+1
2024-03-09
hw/i386/xen: Compile 'xen-hvm.c' with Xen CPPFLAGS
Philippe Mathieu-Daudé
1
-1
/
+3
2024-03-09
hw/xen: Rename 'ram_memory' global variable as 'xen_memory'
Philippe Mathieu-Daudé
1
-5
/
+5
2024-02-14
apic, i386/tcg: add x2apic transitions
Bui Quang Minh
1
-1
/
+2
2023-12-29
hw/i386: Constify VMState
Richard Henderson
2
-2
/
+2
2023-11-07
xen-platform: unplug AHCI disks
David Woodhouse
1
-23
/
+45
2023-11-07
hw/xen: only remove peers of PCI NICs on unplug
David Woodhouse
1
-2
/
+7
2023-08-01
xen-platform: do full PCI reset during unplug of IDE devices
Olaf Hering
1
-3
/
+4
2023-08-01
xen: Don't pass MemoryListener around by value
Peter Maydell
1
-2
/
+2
2023-06-28
exec/memory: Add symbolic value for memory listener priority for accel
Isaku Yamahata
1
-1
/
+1
2023-06-15
xen-hvm: reorganize xen-hvm and move common function to xen-hvm-common
Stefano Stabellini
2
-967
/
+63
2023-06-15
hw/i386/xen/xen-hvm: move x86-specific fields out of XenIOState
Stefano Stabellini
1
-31
/
+27
2023-06-15
hw/i386/xen: rearrange xen_hvm_init_pc
Vikram Garhwal
1
-24
/
+25
2023-06-15
hw/i386/xen/: move xen-mapcache.c to hw/xen/
Vikram Garhwal
3
-605
/
+0
2023-06-07
include/hw/xen/xen: Rename xen_piix3_set_irq() to xen_intx_set_irq()
Bernhard Beschow
1
-1
/
+1
2023-03-07
hw/xen: Rename xen_common.h to xen_native.h
David Woodhouse
3
-9
/
+11
2023-03-07
hw/xen: Add evtchn operations to allow redirection to internal emulation
David Woodhouse
1
-12
/
+15
2023-03-01
hw/xen: Subsume xen_be_register_common() into xen_be_init()
David Woodhouse
1
-7
/
+1
2023-03-01
xen-platform: allow its creation with XEN_EMULATE mode
Joao Martins
2
-14
/
+30
2023-03-01
xen-platform: exclude vfio-pci from the PCI platform unplug
Joao Martins
1
-3
/
+15
2023-02-27
hw/i386/xen: Remove unused 'hw/ide.h' include from header
Philippe Mathieu-Daudé
1
-1
/
+0
2023-01-18
bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx
Philippe Mathieu-Daudé
3
-14
/
+14
2023-01-08
include/hw/pci: Split pci_device.h off pci.h
Markus Armbruster
1
-1
/
+1
2022-12-16
Replace use of qdev_reset_all() with device_cold_reset()
Peter Maydell
1
-1
/
+1
2022-06-29
hw/i386/xen/xen-hvm: Inline xen_piix_pci_write_config_client() and remove it
Bernhard Beschow
1
-18
/
+0
2022-06-29
hw/i386/xen/xen-hvm: Allow for stubbing xen_set_pci_link_route()
Bernhard Beschow
1
-1
/
+6
2022-06-09
include/hw/ide: Unexport pci_piix3_xen_ide_unplug()
Bernhard Beschow
1
-1
/
+47
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2
-12
/
+12
2022-01-27
xen-mapcache: Avoid entry->lock overflow
Ross Lagerwall
1
-1
/
+7
2022-01-27
xen-hvm: Allow disabling buffer_io_timer
Jason Andryuk
1
-2
/
+4
2021-11-01
memory: make global_dirty_tracking a bitmask
Hyman Huang(黄勇)
1
-2
/
+2
2021-09-30
memory: Name all the memory listeners
Peter Xu
1
-0
/
+2
2021-06-02
docs: fix references to docs/devel/tracing.rst
Stefano Garzarella
1
-1
/
+1
2021-05-13
numa: Teach ram block notifiers about resizeable ram blocks
David Hildenbrand
1
-3
/
+4
2021-05-10
xen: Free xenforeignmemory_resource at exit
Anthony PERARD
1
-3
/
+6
2021-05-10
xen-mapcache: avoid a race on memory map while using MAP_FIXED
Igor Druzhinin
1
-1
/
+14
2021-05-02
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
2
-2
/
+0
2021-05-02
hw: Do not include hw/irq.h if it is not necessary
Thomas Huth
1
-1
/
+0
2021-03-09
sysemu: Let VMChangeStateHandler take boolean 'running' argument
Philippe Mathieu-Daudé
1
-1
/
+1
2021-02-20
hw/i386/xen: Remove dead code
Philippe Mathieu-Daudé
1
-11
/
+2
[next]