From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Huth Date: Tue, 4 Jun 2019 09:56:05 +0200 Subject: [Buildroot] [PATCH 1/2] package/qemu: Move patches to version directory In-Reply-To: <1559564887-4088-1-git-send-email-guoren@kernel.org> References: <1559564887-4088-1-git-send-email-guoren@kernel.org> Message-ID: <20190604095605.7c9e7ef1@thl530.multi.box> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Am Mon, 3 Jun 2019 20:28:06 +0800 schrieb guoren at kernel.org: > From: Guo Ren > > Signed-off-by: Guo Ren > Cc: Thomas Petazzoni > --- > ...ix-usage-of-mcontext-structure-on-ARM-uCl.patch | 35 ------------- > .../qemu/0002-configure-improve-usbfs-check.patch | 60 > ---------------------- ...ix-usage-of-mcontext-structure-on-ARM-uCl.patch > | 35 +++++++++++++ .../3.1.0/0002-configure-improve-usbfs-check.patch > | 60 ++++++++++++++++++++++ 4 files changed, 95 insertions(+), 95 > deletions(-) delete mode 100644 > package/qemu/0001-user-exec-fix-usage-of-mcontext-structure-on-ARM-uCl.patch > delete mode 100644 > package/qemu/0002-configure-improve-usbfs-check.patch create mode > 100644 > package/qemu/3.1.0/0001-user-exec-fix-usage-of-mcontext-structure-on-ARM-uCl.patch > create mode 100644 > package/qemu/3.1.0/0002-configure-improve-usbfs-check.patch At least the usbfs patch seems to be included in QEMU v4.0, so maybe it would be better to bump the version to 4.0 first? Thomas, did you ever send the first patch to upstream QEMU, too? Looks like a valid patch to me, so I think it should be accepted there, too...? Thomas H