diff --git a/aosp_diff/caas/frameworks/av/0002-Test-patch-1.patch b/aosp_diff/caas/frameworks/av/0002-Test-patch-1.patch new file mode 100644 index 0000000..6456241 --- /dev/null +++ b/aosp_diff/caas/frameworks/av/0002-Test-patch-1.patch @@ -0,0 +1,34 @@ +From 8ad3ec08a4eb959b33f47ad9b978d8ac5700241a Mon Sep 17 00:00:00 2001 +From: "Kothapeta, BikshapathiX" +Date: Thu, 6 Feb 2025 05:28:09 +0000 +Subject: [PATCH] Test patch-1 + +Signed-off-by: Kothapeta, BikshapathiX + +diff --git a/media/codec2/sfplugin/CCodecBufferChannel.cpp b/media/codec2/sfplugin/CCodecBufferChannel.cpp +index e78dd5c413..1eeb260470 100644 +--- a/media/codec2/sfplugin/CCodecBufferChannel.cpp ++++ b/media/codec2/sfplugin/CCodecBufferChannel.cpp +@@ -69,6 +69,7 @@ using namespace hardware::cas::native::V1_0; + using CasStatus = hardware::cas::V1_0::Status; + using DrmBufferType = hardware::drm::V1_0::BufferType; + ++int xyz; + namespace { + + constexpr size_t kSmoothnessFactor = 4; +diff --git a/services/mediametrics/Android.bp b/services/mediametrics/Android.bp +index 5989181daf..8bfbc3dc38 100644 +--- a/services/mediametrics/Android.bp ++++ b/services/mediametrics/Android.bp +@@ -46,7 +46,6 @@ tidy_errors = [ + "modernize-use-equals-delete", + // "modernize-use-nodiscard", // found in TimeMachine.h + "modernize-use-noexcept", +- "modernize-use-nullptr", + "modernize-use-override", + //"modernize-use-trailing-return-type", // not necessarily more readable + "modernize-use-transparent-functors", +-- +2.34.1 + diff --git a/bsp_diff/caas/device/intel/civ/host/vm-manager/0057-Upgrede-Qemu-from-8.2.1-ti-9.1.0.patch b/bsp_diff/caas/device/intel/civ/host/vm-manager/0057-Upgrede-Qemu-from-8.2.1-ti-9.1.0.patch new file mode 100644 index 0000000..98cb3ab --- /dev/null +++ b/bsp_diff/caas/device/intel/civ/host/vm-manager/0057-Upgrede-Qemu-from-8.2.1-ti-9.1.0.patch @@ -0,0 +1,26 @@ +From e96f97d78ae0b64a99479e8217890755f8ed44f7 Mon Sep 17 00:00:00 2001 +From: "Kothapeta, BikshapathiX" +Date: Wed, 15 Jan 2025 12:26:42 +0000 +Subject: [PATCH] Upgrede Qemu from 8.2.1 ti 9.1.0 + +Qemu Upgrade + +Tracked-On: OAM-129499 +Signed-off-by: Kothapeta, BikshapathiX + +diff --git a/scripts/setup_host.sh b/scripts/setup_host.sh +index 4e5b74f..f10a321 100755 +--- a/scripts/setup_host.sh ++++ b/scripts/setup_host.sh +@@ -9,7 +9,7 @@ set -eE + + #--------- Global variable ------------------- + reboot_required=0 +-QEMU_REL="qemu-8.2.1" ++QEMU_REL="qemu-9.1.0" + skip_install_qemu=false + + #Directory to keep versions of qemu which can be reused instead of downloading again +-- +2.34.1 +