Skip to content

Commit 719b7a4

Browse files
committed
Revert "qemu-xen: Add patch 0041 and update series numbering"
This reverts commit c7e5184.
1 parent 8910ddc commit 719b7a4

42 files changed

Lines changed: 40 additions & 157 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

meta-xilinx-virtualization/recipes-devtools/qemu/qemu-xen-8.2/0001-softmmu-physmem-Split-ram_block_add.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From 2fcf8234e4f378db52a8ba1a12ff0f8408174350 Mon Sep 17 00:00:00 2001
22
From: Vikram Garhwal <vikram.garhwal@amd.com>
33
Date: Tue, 27 Feb 2024 14:34:55 -0800
4-
Subject: [PATCH 01/41] softmmu: physmem: Split ram_block_add()
4+
Subject: [PATCH 01/40] softmmu: physmem: Split ram_block_add()
55
MIME-Version: 1.0
66
Content-Type: text/plain; charset=UTF-8
77
Content-Transfer-Encoding: 8bit

meta-xilinx-virtualization/recipes-devtools/qemu/qemu-xen-8.2/0002-softmmu-let-qemu_map_ram_ptr-use-qemu_ram_ptr_length.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From 7ff4fb5c0245a9e2519a847513c8f40f2d256ca8 Mon Sep 17 00:00:00 2001
22
From: Juergen Gross <jgross@suse.com>
33
Date: Thu, 20 May 2021 11:54:48 +0200
4-
Subject: [PATCH 02/41] softmmu: let qemu_map_ram_ptr() use
4+
Subject: [PATCH 02/40] softmmu: let qemu_map_ram_ptr() use
55
qemu_ram_ptr_length()
66

77
qemu_map_ram_ptr() and qemu_ram_ptr_length() share quite some code, so

meta-xilinx-virtualization/recipes-devtools/qemu/qemu-xen-8.2/0003-hw-xen-Rename-ram_memory-global-variable-as-xen_memo.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From 4db6eea0cec8a7d42d407cec43d9789764a3ac2d Mon Sep 17 00:00:00 2001
22
From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= <philmd@linaro.org>
33
Date: Tue, 14 Nov 2023 11:22:29 +0100
4-
Subject: [PATCH 03/41] hw/xen: Rename 'ram_memory' global variable as
4+
Subject: [PATCH 03/40] hw/xen: Rename 'ram_memory' global variable as
55
'xen_memory'
66
MIME-Version: 1.0
77
Content-Type: text/plain; charset=UTF-8

meta-xilinx-virtualization/recipes-devtools/qemu/qemu-xen-8.2/0004-xen-add-pseudo-RAM-region-for-grant-mappings.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From 7c9b100a4dfd9dcfad4e6c0b2152aefa1c98e74f Mon Sep 17 00:00:00 2001
22
From: Juergen Gross <jgross@suse.com>
33
Date: Wed, 25 Oct 2023 14:24:16 -0700
4-
Subject: [PATCH 04/41] xen: add pseudo RAM region for grant mappings
4+
Subject: [PATCH 04/40] xen: add pseudo RAM region for grant mappings
55

66
Add a memory region which can be used to automatically map granted
77
memory. It is starting at 0x8000000000000000ULL in order to be able to

meta-xilinx-virtualization/recipes-devtools/qemu/qemu-xen-8.2/0005-hw-xen-xen-mapcache.c-convert-DPRINTF-to-tracepoints.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From a362ed50e705cefcef9068aeaeaa10a3fe189a95 Mon Sep 17 00:00:00 2001
22
From: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
33
Date: Mon, 29 Jan 2024 18:09:40 +0200
4-
Subject: [PATCH 05/41] hw/xen/xen-mapcache.c: convert DPRINTF to tracepoints
4+
Subject: [PATCH 05/40] hw/xen/xen-mapcache.c: convert DPRINTF to tracepoints
55
MIME-Version: 1.0
66
Content-Type: text/plain; charset=UTF-8
77
Content-Transfer-Encoding: 8bit

meta-xilinx-virtualization/recipes-devtools/qemu/qemu-xen-8.2/0006-hw-xen-convert-stderr-prints-to-error-warn-reports.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From a874b444c27a4bbaebaf79cecaae8a02e10a87cf Mon Sep 17 00:00:00 2001
22
From: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
33
Date: Mon, 29 Jan 2024 18:09:42 +0200
4-
Subject: [PATCH 06/41] hw/xen: convert stderr prints to error/warn reports
4+
Subject: [PATCH 06/40] hw/xen: convert stderr prints to error/warn reports
55
MIME-Version: 1.0
66
Content-Type: text/plain; charset=UTF-8
77
Content-Transfer-Encoding: 8bit

meta-xilinx-virtualization/recipes-devtools/qemu/qemu-xen-8.2/0007-xen-let-xen_ram_addr_from_mapcache-return-1-in-case-.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From 349fd92a622bbb6a0e104009e67085a512a61a30 Mon Sep 17 00:00:00 2001
22
From: Juergen Gross <jgross@suse.com>
33
Date: Tue, 27 Feb 2024 14:34:58 -0800
4-
Subject: [PATCH 07/41] xen: let xen_ram_addr_from_mapcache() return -1 in case
4+
Subject: [PATCH 07/40] xen: let xen_ram_addr_from_mapcache() return -1 in case
55
of not found entry
66
MIME-Version: 1.0
77
Content-Type: text/plain; charset=UTF-8

meta-xilinx-virtualization/recipes-devtools/qemu/qemu-xen-8.2/0008-memory-add-MemoryRegion-map-and-unmap-callbacks.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From 4e71cea9c01afa2ebbc9590bce69ec71713d2780 Mon Sep 17 00:00:00 2001
22
From: Juergen Gross <jgross@suse.com>
33
Date: Tue, 27 Feb 2024 14:34:59 -0800
4-
Subject: [PATCH 08/41] memory: add MemoryRegion map and unmap callbacks
4+
Subject: [PATCH 08/40] memory: add MemoryRegion map and unmap callbacks
55

66
In order to support mapping and unmapping guest memory dynamically to
77
and from qemu during address_space_[un]map() operations add the map()

meta-xilinx-virtualization/recipes-devtools/qemu/qemu-xen-8.2/0009-xen-add-map-and-unmap-callbacks-for-grant-region.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From 9fd5169558d6924b3c40c7cd9363bcd9162baf46 Mon Sep 17 00:00:00 2001
22
From: Juergen Gross <jgross@suse.com>
33
Date: Tue, 27 Feb 2024 14:35:00 -0800
4-
Subject: [PATCH 09/41] xen: add map and unmap callbacks for grant region
4+
Subject: [PATCH 09/40] xen: add map and unmap callbacks for grant region
55

66
Add the callbacks for mapping/unmapping guest memory via grants to the
77
special grant memory region.

meta-xilinx-virtualization/recipes-devtools/qemu/qemu-xen-8.2/0010-hw-arm-Add-grant-mapping.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From 12ea10f6189865046d9b202e48f4879717bf7d19 Mon Sep 17 00:00:00 2001
22
From: Vikram Garhwal <vikram.garhwal@amd.com>
33
Date: Tue, 27 Feb 2024 14:35:01 -0800
4-
Subject: [PATCH 10/41] hw: arm: Add grant mapping.
4+
Subject: [PATCH 10/40] hw: arm: Add grant mapping.
55

66
Enable grant ram mapping support for Xenpvh machine on ARM.
77

0 commit comments

Comments
 (0)