mbox series

[kvm-unit-tests,v2,0/2] Clean up the arm/run script

Message ID 20230303041052.176745-1-shahuang@redhat.com (mailing list archive)
Headers show
Series Clean up the arm/run script | expand

Message

Shaoqin Huang March 3, 2023, 4:10 a.m. UTC
Using more simple bash command to clean up the arm/run script.

Patch 1 replace the obsolete qemu script.

Patch 2 clean up the arm/run script to make the format consistent and simple.

Changelog:
----------
v2:
  - Add the oldest QEMU version for which -chardev ? work.
  - use grep -q replace the grep > /dev/null.
  - Add a new patch to clean up the arm/run.

v1: https://lore.kernel.org/all/20230301071737.43760-1-shahuang@redhat.com/

Shaoqin Huang (2):
  arm: Replace the obsolete qemu script
  arm: Clean up the run script

 arm/run | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Comments

Andrew Jones March 21, 2023, 3:41 p.m. UTC | #1
On Thu, 2 Mar 2023 23:10:50 -0500, Shaoqin Huang wrote:
> Using more simple bash command to clean up the arm/run script.
> 
> Patch 1 replace the obsolete qemu script.
> 
> Patch 2 clean up the arm/run script to make the format consistent and simple.
> 
> Changelog:
> ----------
> v2:
>   - Add the oldest QEMU version for which -chardev ? work.
>   - use grep -q replace the grep > /dev/null.
>   - Add a new patch to clean up the arm/run.
> 
> [...]

Applied to arm/queue, thanks!

https://gitlab.com/jones-drew/kvm-unit-tests/-/commits/arm/queue

drew